atk4\data\tests\IteratorTest::testException3 PHP Метод

testException3() публичный Метод

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