Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1282 … public static function assertClassNotHasStaticAttribute($attributeName, $className, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2494 $this->assertClassNotHasStaticAttribute(null, null);
2502 $this->assertClassNotHasStaticAttribute('foo', null);
2510 $this->assertClassNotHasStaticAttribute('1', 'ClassWithNonPublicAttributes');
2602 $this->assertClassNotHasStaticAttribute('attribute', 'ClassWithNonPublicAttributes');
2605 … $this->assertClassNotHasStaticAttribute('publicStaticAttribute', 'ClassWithNonPublicAttributes');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php496 function assertClassNotHasStaticAttribute($attributeName, $className, $message = '') function