Пример #1
0
 /**
  * @depends testGetAllClassNamesByPathAlias
  */
 public function testGetAllModelClassNames()
 {
     $models = PathUtil::getAllModelClassNames();
     $this->assertNotEmpty($models);
     $this->assertContains('RedBeanModel', $models);
     $this->assertContains('OwnedModel', $models);
 }