@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Scabbia2 Testing Component |
|
| 4 | - * https://github.com/eserozvataf/scabbia2 |
|
| 5 | - * |
|
| 6 | - * For the full copyright and license information, please view the LICENSE |
|
| 7 | - * file that was distributed with this source code. |
|
| 8 | - * |
|
| 9 | - * @link https://github.com/eserozvataf/scabbia2-testing for the canonical source repository |
|
| 10 | - * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
| 11 | - * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
| 12 | - */ |
|
| 3 | + * Scabbia2 Testing Component |
|
| 4 | + * https://github.com/eserozvataf/scabbia2 |
|
| 5 | + * |
|
| 6 | + * For the full copyright and license information, please view the LICENSE |
|
| 7 | + * file that was distributed with this source code. |
|
| 8 | + * |
|
| 9 | + * @link https://github.com/eserozvataf/scabbia2-testing for the canonical source repository |
|
| 10 | + * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
| 11 | + * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Scabbia\Testing; |
| 15 | 15 | |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | foreach ($uTestClasses as $tTestClass) { |
| 50 | 50 | $uFormatter->writeHeader(2, $tTestClass); |
| 51 | 51 | |
| 52 | - $tInstance = new $tTestClass (); |
|
| 52 | + $tInstance = new $tTestClass(); |
|
| 53 | 53 | $tInstance->test(); |
| 54 | 54 | |
| 55 | 55 | if ($tInstance->isFailed) { |
@@ -113,7 +113,7 @@ discard block |
||
| 113 | 113 | |
| 114 | 114 | $tFinal = [ |
| 115 | 115 | "files" => [], |
| 116 | - "total" => [ "coveredLines" => 0, "totalLines" => 0 ] |
|
| 116 | + "total" => ["coveredLines" => 0, "totalLines" => 0] |
|
| 117 | 117 | ]; |
| 118 | 118 | |
| 119 | 119 | foreach ($tCoverageData as $tPath => $tLines) { |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Scabbia2 Testing Component |
|
| 4 | - * https://github.com/eserozvataf/scabbia2 |
|
| 5 | - * |
|
| 6 | - * For the full copyright and license information, please view the LICENSE |
|
| 7 | - * file that was distributed with this source code. |
|
| 8 | - * |
|
| 9 | - * @link https://github.com/eserozvataf/scabbia2-testing for the canonical source repository |
|
| 10 | - * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
| 11 | - * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
| 12 | - */ |
|
| 3 | + * Scabbia2 Testing Component |
|
| 4 | + * https://github.com/eserozvataf/scabbia2 |
|
| 5 | + * |
|
| 6 | + * For the full copyright and license information, please view the LICENSE |
|
| 7 | + * file that was distributed with this source code. |
|
| 8 | + * |
|
| 9 | + * @link https://github.com/eserozvataf/scabbia2-testing for the canonical source repository |
|
| 10 | + * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
| 11 | + * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Scabbia\Testing; |
| 15 | 15 | |