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 525c937..7819b46 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');
        }
 }