@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function getDataSet() |
| 20 | 20 | { |
| 21 | - return $this->createMySQLXMLDataSet(__DIR__ . '/fixtures/fixture_categories.xml'); |
|
| 21 | + return $this->createMySQLXMLDataSet(__DIR__.'/fixtures/fixture_categories.xml'); |
|
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | /** |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function getDataSet() |
| 20 | 20 | { |
| 21 | - return $this->createMySQLXMLDataSet(__DIR__ . '/fixtures/fixture_base.xml'); |
|
| 21 | + return $this->createMySQLXMLDataSet(__DIR__.'/fixtures/fixture_base.xml'); |
|
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | /** |