Put model test case here. Test case template: namespace %module%Test\Model; use PHPUnit\Framework\TestCase; class TestTest extends TestCase { public function testCase() { // put your test case here } }