Searched refs:assertStringNotMatchesFormat (Results 1 – 3 of 3) sorted by relevance
3167 $this->assertStringNotMatchesFormat(null, '');3175 $this->assertStringNotMatchesFormat('', null);3180 $this->assertStringNotMatchesFormat('*%s*', '**');
1338 function assertStringNotMatchesFormat($format, $string, $message = '') function
1722 public static function assertStringNotMatchesFormat($format, $string, $message = '') function in PHPUnit_Framework_Assert