Completed
Push — 3.2.x ( 55fd27...fad44e )
by Erwan
01:57
created
tests/controller/phpbbdirectory_cats_test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
 	/**
Please login to merge, or discard this patch.
tests/controller/phpbbdirectory_base_test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
 	/**
Please login to merge, or discard this patch.