Пример #1
0
 /**
  * _getValidateSpecificationテスト
  *
  * @return void
  */
 public function testGetValidateSpecification()
 {
     $BlogFakeModel = new BlogFakeModel();
     $BlogEntryTesting = new TestingWrapper($BlogFakeModel);
     $specificationArray = $BlogEntryTesting->_testing__getValidateSpecification();
     $this->assertInternalType('array', $specificationArray);
 }