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