@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File ProcessorCounterTest.php |
|
| 4 | - * |
|
| 5 | - * @author Edward Pfremmer <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File ProcessorCounterTest.php |
|
| 4 | + * |
|
| 5 | + * @author Edward Pfremmer <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace Epfremme\ProcessQueue\Tests\System; |
| 8 | 8 | |
| 9 | 9 | use Epfremme\ProcessQueue\System\ProcessorCounter; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File bootstrap.php |
|
| 4 | - * |
|
| 5 | - * @author Edward Pfremmer <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File bootstrap.php |
|
| 4 | + * |
|
| 5 | + * @author Edward Pfremmer <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * PHPUnit Bootstrap |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | * @subPackage Tests |
| 15 | 15 | */ |
| 16 | 16 | call_user_func(function() { |
| 17 | - if ( ! is_file($autoloadFile = realpath(dirname(__FILE__).'/../vendor/autoload.php'))) { |
|
| 17 | + if (!is_file($autoloadFile = realpath(dirname(__FILE__) . '/../vendor/autoload.php'))) { |
|
| 18 | 18 | throw new \RuntimeException('Did not find vendor/autoload.php. Did you run "composer install --dev"?'); |
| 19 | 19 | } |
| 20 | 20 | |