示例#1
0
文件: ModelTest.php 项目: mvc5/tests
 /**
  *
  */
 function test_model()
 {
     $service = new ModelService();
     $this->assertInstanceOf(Mvc5Model::class, $service->model());
 }