function Phpunit4CompatibilityTest::testFrameworkMockObjectMatcherInvokedRecorder
Tests existence of \PHPUnit_Framework_MockObject_Matcher_InvokedRecorder.
File
-
core/
tests/ Drupal/ Tests/ Phpunit4CompatibilityTest.php, line 57
Class
- Phpunit4CompatibilityTest
- Tests existence of the PHPUnit4 backward compatibility classes.
Namespace
Drupal\TestsCode
public function testFrameworkMockObjectMatcherInvokedRecorder() {
$this->assertTrue(class_exists('\\PHPUnit_Framework_MockObject_Matcher_InvokedRecorder'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.