Home
last modified time | relevance | path

Searched refs:assertClassNotHasAttribute (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1226 public static function assertClassNotHasAttribute($attributeName, $className, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php481 function assertClassNotHasAttribute($attributeName, $className, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2446 $this->assertClassNotHasAttribute(null, null);
2454 $this->assertClassNotHasAttribute('foo', null);
2462 $this->assertClassNotHasAttribute('1', 'ClassWithNonPublicAttributes');
2576 $this->assertClassNotHasAttribute('attribute', 'ClassWithNonPublicAttributes');
2579 $this->assertClassNotHasAttribute('publicAttribute', 'ClassWithNonPublicAttributes');