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 cf780b2 commit be34e83Copy full SHA for be34e83
test/Integration/Mapper/Strategy/ExistsTest.php
@@ -4,8 +4,6 @@
4
use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;
5
use ScriptFUSION\Mapper\Mapper;
6
use ScriptFUSION\Mapper\Strategy\Exists;
7
-use ScriptFUSION\Mapper\Strategy\IfElse;
8
-use ScriptFUSION\Mapper\Strategy\IfExists;
9
use ScriptFUSION\Mapper\Strategy\Strategy;
10
11
final class ExistsTest extends \PHPUnit_Framework_TestCase
test/Integration/Mapper/Strategy/IfElseTest.php
@@ -61,5 +61,4 @@ public function testOnlyIf()
61
self::assertNull($ifElse([]));
62
63
}
64
-
65
0 commit comments