Searched refs:assertNotFalse (Results 1 – 5 of 5) sorted by relevance
50 self::assertNotFalse(strtotime($info['date']));
271 $this->assertNotFalse($res);277 $this->assertNotFalse($res);
1661 $this->assertNotFalse(true);1662 $this->assertNotFalse(0);1663 $this->assertNotFalse('');1666 $this->assertNotFalse(false);
1073 function assertNotFalse($condition, $message = '') function
1131 public static function assertNotFalse($condition, $message = '') function in PHPUnit_Framework_Assert