atk4\data\tests\IteratorTest::testException5 PHP 메소드

testException5() 공개 메소드

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