@@ -23,10 +23,10 @@ |
||
| 23 | 23 | use TAbstractPHPUnitCompatibilityTestSuite; |
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | - * @inheritDoc |
|
| 27 | - */ |
|
| 28 | - public function run(\PHPUnit_Framework_TestResult $result = null) |
|
| 29 | - { |
|
| 26 | + * @inheritDoc |
|
| 27 | + */ |
|
| 28 | + public function run(\PHPUnit_Framework_TestResult $result = null) |
|
| 29 | + { |
|
| 30 | 30 | return $this->runCompatibilized($result); |
| 31 | 31 | } |
| 32 | 32 | |