We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c181120 commit a268224Copy full SHA for a268224
tests/Gedmo/References/ReferencesListenerTest.php
@@ -171,13 +171,5 @@ public function testShouldPopulateReferenceManyEmbedWithLazyCollectionInstance()
171
172
$tvs = $tvCategory->getProducts();
173
$this->assertNotNull($tvs);
174
- $first = $tvs->first();
175
- $last = $tvs->last();
176
-
177
- $this->assertInstanceOf(get_class($appleTV), $first);
178
- $this->assertEquals('Apple TV', $first->getName());
179
180
- $this->assertInstanceOf(get_class($samsungTV), $last);
181
- $this->assertEquals('Samsung TV', $last->getName());
182
}
183
0 commit comments