public function Framework_MockObject_GeneratorTest::testGetMockForAbstractClassAnstractClassDoesNotExist

@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass @expectedException PHPUnit_Framework_Exception

File

drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php, line 64

Class

Framework_MockObject_GeneratorTest

Code

public function testGetMockForAbstractClassAnstractClassDoesNotExist() {
  $mock = PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass('Tux');
}