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.
2 parents b18d1ea + f140959 commit d166b08Copy full SHA for d166b08
phpunit.xml.dist
@@ -20,4 +20,7 @@
20
<directory suffix=".php">./src</directory>
21
</whitelist>
22
</filter>
23
+ <listeners>
24
+ <listener class="\Mockery\Adapter\Phpunit\TestListener" />
25
+ </listeners>
26
</phpunit>
tests/Mappers/EntityMapperTest.php
@@ -50,9 +50,4 @@ public function test_it_should_delegate_the_proper_mapping_to_the_mapping_class(
50
$this->assertContains(StubEntity::class, $metadata->associationMappings['one']['targetEntity']);
51
$this->assertContains(StubEntity::class, $metadata->associationMappings['many']['targetEntity']);
52
}
53
-
54
- protected function tearDown()
55
- {
56
- m::close();
57
- }
58
0 commit comments