Skip to content

Commit be34e83

Browse files
author
Mark Challoner
committed
Address style violations.
1 parent cf780b2 commit be34e83

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/Integration/Mapper/Strategy/ExistsTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;
55
use ScriptFUSION\Mapper\Mapper;
66
use ScriptFUSION\Mapper\Strategy\Exists;
7-
use ScriptFUSION\Mapper\Strategy\IfElse;
8-
use ScriptFUSION\Mapper\Strategy\IfExists;
97
use ScriptFUSION\Mapper\Strategy\Strategy;
108

119
final class ExistsTest extends \PHPUnit_Framework_TestCase

test/Integration/Mapper/Strategy/IfElseTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ public function testOnlyIf()
6161
self::assertNull($ifElse([]));
6262
self::assertNull($ifElse([]));
6363
}
64-
6564
}

0 commit comments

Comments
 (0)