@@ -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(); |
@@ -10,7 +10,7 @@ |
||
10 | 10 | $client = self::createClient( |
11 | 11 | array(), |
12 | 12 | array( |
13 | - 'HTTP_HOST' => 'symfony2.local', |
|
13 | + 'HTTP_HOST' => 'symfony2.local', |
|
14 | 14 | ) |
15 | 15 | ); |
16 | 16 |