コード例 #1
0
ファイル: AbstractModelTest.php プロジェクト: harp-orm/harp
 /**
  * @covers ::getValidationAsserts
  */
 public function testGetValidationAsserts()
 {
     $city = new City();
     $this->assertSame(City::getRepo()->getAsserts(), $city->getValidationAsserts());
 }