atk4\data\tests\IteratorTest::testException7 PHP Méthode

testException7() public méthode

Model is not associated with any database - persistence should be set.
public testException7 ( )
    public function testException7()
    {
        $m = new Model();
        $m->action('insert');
    }