Browse Source

Remove extra empty line after use statements

Dave Baker 10 years ago
parent
commit
83ae86e9e8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/TestSuite/Fixture/FixtureInjector.php

+ 0 - 1
src/TestSuite/Fixture/FixtureInjector.php

@@ -23,7 +23,6 @@ use PHPUnit_Framework_TestListener;
 use PHPUnit_Framework_TestSuite;
 use PHPUnit_Framework_Warning;
 
-
 /**
  * Test listener used to inject a fixture manager in all tests that
  * are composed inside a Test Suite