Пример #1
0
 /**
  * @covers CIUnit_Framework_Assert::assetCount()
  * @expectedException CIUnit_Framework_Exception_InvalidArgument
  */
 public function testAssertCountThrowsExceptionIfExpectedNotInteger()
 {
     CIUnit_Framework_Assert::assertCount('dd', array());
 }