public function Phpunit4CompatibilityTest::FrameworkErrorWarning in Drupal 8
Tests existence of \PHPUnit_Framework_Error_Warning.
File
- core/
tests/ Drupal/ Tests/ Phpunit4CompatibilityTest.php, line 36
Class
- Phpunit4CompatibilityTest
- Tests existence of the PHPUnit4 backward compatibility classes.
Namespace
Drupal\TestsCode
public function FrameworkErrorWarning() {
$this
->assertTrue(class_exists('\\PHPUnit_Framework_Error_Warning'));
}