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

testException3() public method

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