Remove useless line breaks in DatabaseTest
This commit is contained in:
parent
5ece452a32
commit
f7064be41f
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue