public function Issue523Test::testAttributeEquals in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/Regression/523/Issue523Test.php \Issue523Test::testAttributeEquals()
File
- vendor/
phpunit/ phpunit/ tests/ Regression/ 523/ Issue523Test.php, line 4
Class
Code
public function testAttributeEquals() {
$this
->assertAttributeEquals('foo', 'field', new Issue523());
}