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

testException4() public method

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