Beispiel #1
0
 /**
  *
  */
 function test_model()
 {
     $service = new ModelService();
     $this->assertInstanceOf(Mvc5Model::class, $service->model());
 }