@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @codeCoverageIgnore |
|
| 4 | - */ |
|
| 3 | + * @codeCoverageIgnore |
|
| 4 | + */ |
|
| 5 | 5 | call_user_func(function() { |
| 6 | 6 | if ( ! is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) { |
| 7 | 7 | throw new \RuntimeException('Did not find vendor/autoload.php. Did you run "composer install --dev"?'); |
@@ -3,8 +3,6 @@ |
||
| 3 | 3 | namespace BDBStudios\BreakfastSerializerTests; |
| 4 | 4 | |
| 5 | 5 | use BDBStudios\BreakfastSerializer\Serializer; |
| 6 | -use BDBStudios\BreakfastSerializerTest\Fixtures\ComplexClass; |
|
| 7 | -use BDBStudios\BreakfastSerializerTest\Fixtures\TypeHandlers\DateTimeType; |
|
| 8 | 6 | |
| 9 | 7 | class SerializerTest extends \PHPUnit_Framework_TestCase |
| 10 | 8 | { |