autoformat

This commit is contained in:
Dennis Eichhorn 2020-03-03 10:16:44 +01:00
parent 9fde93c0c4
commit 9dfc11c033

View File

@ -29,7 +29,7 @@ class DataMapperAbstractTest extends \PHPUnit\Framework\TestCase
protected function setUp() : void protected function setUp() : void
{ {
var_dump(1); \var_dump(1);
$this->model = new BaseModel(); $this->model = new BaseModel();
$this->modelArray = [ $this->modelArray = [
'id' => 0, 'id' => 0,