mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-03 19:28:41 +00:00
remove segfault debug
This commit is contained in:
parent
9dfc11c033
commit
a11053db54
|
|
@ -29,7 +29,6 @@ class DataMapperAbstractTest extends \PHPUnit\Framework\TestCase
|
||||||
|
|
||||||
protected function setUp() : void
|
protected function setUp() : void
|
||||||
{
|
{
|
||||||
\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