Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1198 public static function assertClassHasAttribute($attributeName, $className, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php451 function assertClassHasAttribute($attributeName, $className, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2422 $this->assertClassHasAttribute(null, null);
2430 $this->assertClassHasAttribute('foo', null);
2438 $this->assertClassHasAttribute('1', 'ClassWithNonPublicAttributes');
2563 $this->assertClassHasAttribute('publicAttribute', 'ClassWithNonPublicAttributes');
2566 $this->assertClassHasAttribute('attribute', 'ClassWithNonPublicAttributes');