@@ -94,8 +94,8 @@ |
||
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |
97 | - * @depends testCreate |
|
98 | - */ |
|
97 | + * @depends testCreate |
|
98 | + */ |
|
99 | 99 | |
100 | 100 | public function testSort() { |
101 | 101 | $client = static::createClient(); |
@@ -6,7 +6,7 @@ |
||
6 | 6 | |
7 | 7 | class DefaultControllerTest extends WebTestCase |
8 | 8 | { |
9 | - /** |
|
9 | + /** |
|
10 | 10 | * PHPUnit's data providers allow to execute the same tests repeated times |
11 | 11 | * using a different set of data each time. |
12 | 12 | * See http://symfony.com/doc/current/cookbook/form/unit_testing.html#testing-against-different-sets-of-data. |