mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 21:48:41 +00:00
autofix
This commit is contained in:
parent
ade50ca213
commit
f65032e4c9
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user