PHPUnit_Framework_TestCase::getMockForAbstractClass |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Returns a mock object for the specified abstract class with all abstract
methods of the class mocked. Concrete methods to mock can be specified with
the last parameter |
Framework_MockObjectTest::testGetMockForAbstractClass |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php |
Returns a mock object for the specified abstract class with all abstract
methods of the class mocked. Concrete methods to mock can be specified with
the last parameter |
PHPUnit_Framework_MockObject_MockBuilder::getMockForAbstractClass |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Creates a mock object for an abstract class using a fluent interface. |
Framework_MockObject_GeneratorTest::testGetMockForAbstractClassStubbingAbstractClass |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass |
Framework_MockObject_GeneratorTest::testGetMockForAbstractClassAnstractClassDoesNotExist |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass
@expectedException PHPUnit_Framework_Exception |
Framework_MockObject_GeneratorTest::testGetMockForAbstractClassDoesNotFailWhenFakingInterfaces |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass |
Framework_MockObject_GeneratorTest::testGetMockForAbstractClassExpectingInvalidArgumentException |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
@dataProvider getMockForAbstractClassExpectsInvalidArgumentExceptionDataprovider
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass
@expectedException PHPUnit_Framework_Exception |
Framework_MockObject_GeneratorTest::getMockForAbstractClassExpectsInvalidArgumentExceptionDataprovider |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
Dataprovider for test "testGetMockForAbstractClassExpectingInvalidArgumentException" |