Example #1
0
 /**
  * @covers ::getReflectionModel
  */
 public function testGetReflectionModel()
 {
     $config = new Config(__NAMESPACE__ . '\\TestModel\\User');
     $this->assertEquals(new ReflectionModel(__NAMESPACE__ . '\\TestModel\\User'), $config->getReflectionModel());
 }