Пример #1
0
 /**
  * @covers CIUnit_Framework_Assert::assertTrue()
  * @expectedException CIUnit_Framework_Exception_InvalidArgument
  */
 public function testAssertTrueProperlyFailsWithNotBoolean()
 {
     CIUnit_Framework_Assert::assertTrue('TRUE');
 }