Remove useless line breaks in DatabaseTest
This commit is contained in:
parent
5ece452a32
commit
f7064be41f
1 changed files with 1 additions and 3 deletions
|
@ -52,8 +52,6 @@ abstract class DatabaseTest extends TestCase
|
||||||
*/
|
*/
|
||||||
protected function getDataSet()
|
protected function getDataSet()
|
||||||
{
|
{
|
||||||
return new YamlDataSet(
|
return new YamlDataSet(__DIR__ . '/datasets/api.yml');
|
||||||
__DIR__.'/datasets/api.yml'
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue