コード例 #1
0
ファイル: ConfigTest.php プロジェクト: harp-orm/harp
 /**
  * @covers ::getReflectionModel
  */
 public function testGetReflectionModel()
 {
     $config = new Config(__NAMESPACE__ . '\\TestModel\\User');
     $this->assertEquals(new ReflectionModel(__NAMESPACE__ . '\\TestModel\\User'), $config->getReflectionModel());
 }