public function Framework_MockBuilderTest::testCallingAutoloadCanBeDisabled

File

drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php, line 134

Class

Framework_MockBuilderTest
@package PHPUnit_MockObject @author Giorgio Sironi <piccoloprincipeazzurro@gmail.com> @author Sebastian Bergmann <sb@sebastian-bergmann.de> @copyright 2010-2013 Sebastian Bergmann <sb@sebastian-bergmann.de> @license …

Code

public function testCallingAutoloadCanBeDisabled() {

  // it is not clear to me how to test this nor the difference
  // between calling it or not
  $this
    ->markTestIncomplete();
}