public function Framework_MockObject_GeneratorTest::testGetMockForAbstractClassExpectingInvalidArgumentException

@dataProvider getMockForAbstractClassExpectsInvalidArgumentExceptionDataprovider @covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass @expectedException PHPUnit_Framework_Exception

File

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

Class

Framework_MockObject_GeneratorTest

Code

public function testGetMockForAbstractClassExpectingInvalidArgumentException($className, $mockClassName) {
  $mock = PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass($className, array(), $mockClassName);
}