You are here

public function BehatTest::testBehat in Event 8

Tests behat.yml exists.

File

tests/phpunit/BehatTest.php, line 15

Class

BehatTest
Class BehatTest.

Namespace

Drupal\Tests\PHPUnit

Code

public function testBehat() {

  // Assert that a behat.yml file exists.
  $this
    ->assertFileExists($this->projectDirectory . '/tests/behat/behat.yml');
}