public function Framework_MockBuilderTest::testCallingAutoloadCanBeDisabled in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit-mock-objects/tests/MockBuilderTest.php \Framework_MockBuilderTest::testCallingAutoloadCanBeDisabled()
File
- vendor/
phpunit/ phpunit-mock-objects/ tests/ MockBuilderTest.php, line 89
Class
- Framework_MockBuilderTest
- @since File available since Release 1.0.0
Code
public function testCallingAutoloadCanBeDisabled() {
// it is not clear to me how to test this nor the difference
// between calling it or not
$this
->markTestIncomplete();
}