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

testException5() public method

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