Home
last modified time | relevance | path

Searched refs:assertClassHasStaticAttribute (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1254 public static function assertClassHasStaticAttribute($attributeName, $className, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2470 $this->assertClassHasStaticAttribute(null, null);
2478 $this->assertClassHasStaticAttribute('foo', null);
2486 $this->assertClassHasStaticAttribute('1', 'ClassWithNonPublicAttributes');
2589 … $this->assertClassHasStaticAttribute('publicStaticAttribute', 'ClassWithNonPublicAttributes');
2592 $this->assertClassHasStaticAttribute('attribute', 'ClassWithNonPublicAttributes');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php466 function assertClassHasStaticAttribute($attributeName, $className, $message = '') function