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

testException2() public method

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