Remove useless line breaks in DatabaseTest

This commit is contained in:
Pierre Rudloff 2018-05-16 13:09:05 +02:00
parent 5ece452a32
commit f7064be41f
1 changed files with 1 additions and 3 deletions

View 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');
}
}