Refactored models.
This commit is contained in:
parent
8dc1e8e857
commit
905d6d41d1
23 changed files with 368 additions and 581 deletions
|
|
@ -15,7 +15,6 @@ class ProjectTest extends \PHPUnit\Framework\TestCase
|
|||
public function testExecute_TestIsAValidModel()
|
||||
{
|
||||
$project = new Project();
|
||||
self::assertTrue($project instanceof \b8\Model);
|
||||
self::assertTrue($project instanceof Model);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue