Exemplo n.º 1
0
 public function test_get_admin_classes_returns_empty_array_when_admin_key_not_set()
 {
     $collection = new AdminManager();
     $this->assertEquals($collection->getAdminClasses(), []);
 }