atk4\data\tests\IteratorTest::testException6 PHP Method

testException6() public method

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