Issue1570Test.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/Regression/GitHub/1570/Issue1570Test.phpView source
<?php
class Issue1570Test extends PHPUnit_Framework_TestCase {
public function testOne() {
print '*';
}
}
Classes
Name | Description |
---|---|
Issue1570Test |