You are here

public function Phpunit4CompatibilityTest::testUtilTest in Drupal 8

Tests existence of \PHPUnit_Util_Test.

File

core/tests/Drupal/Tests/Phpunit4CompatibilityTest.php, line 78

Class

Phpunit4CompatibilityTest
Tests existence of the PHPUnit4 backward compatibility classes.

Namespace

Drupal\Tests

Code

public function testUtilTest() {
  $this
    ->assertTrue(class_exists('\\PHPUnit_Util_Test'));
}