Skip to content

Instantly share code, notes, and snippets.

@wbrframe
Last active September 26, 2018 14:35

Revisions

  1. wbrframe renamed this gist Sep 26, 2018. 1 changed file with 0 additions and 0 deletions.
  2. wbrframe renamed this gist Sep 26, 2018. 1 changed file with 0 additions and 0 deletions.
  3. wbrframe renamed this gist Sep 26, 2018. 1 changed file with 0 additions and 0 deletions.
  4. wbrframe renamed this gist Sep 26, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. wbrframe created this gist Sep 26, 2018.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    public function testIdentityMap()
    {
    $objectA = $this->entityManager->find('EntityName', 1);
    $objectB = $this->entityManager->find('EntityName', 1);

    $this->assertSame($objectA, $objectB)
    }