]> git.mxchange.org Git - friendica.git/commitdiff
Remove useless line breaks in DatabaseTest
authorPierre Rudloff <contact@rudloff.pro>
Wed, 16 May 2018 11:09:05 +0000 (13:09 +0200)
committerPierre Rudloff <contact@rudloff.pro>
Wed, 16 May 2018 11:09:05 +0000 (13:09 +0200)
tests/DatabaseTest.php

index 525c9372f514cefb42f18f5a4400447ee1d0aeef..7819b46ab8f2178b57c285be16992be5151f9c49 100644 (file)
@@ -52,8 +52,6 @@ abstract class DatabaseTest extends TestCase
         */
        protected function getDataSet()
        {
-               return new YamlDataSet(
-                       __DIR__.'/datasets/api.yml'
-               );
+               return new YamlDataSet(__DIR__ . '/datasets/api.yml');
        }
 }