class BehatTest in Event 8
Class BehatTest.
Verifies that behat configuration is as expected.
Hierarchy
Expanded class hierarchy of BehatTest
File
- tests/
phpunit/ BehatTest.php, line 10
Namespace
Drupal\Tests\PHPUnitView source
class BehatTest extends TestBase {
/**
* Tests behat.yml exists.
*/
public function testBehat() {
// Assert that a behat.yml file exists.
$this
->assertFileExists($this->projectDirectory . '/tests/behat/behat.yml');
}
}Members
|
Name |
Modifiers | Type | Description | Overrides |
|---|---|---|---|---|
|
BehatTest:: |
public | function | Tests behat.yml exists. | |
|
TestBase:: |
protected | property | ||
|
TestBase:: |
protected | property | ||
|
TestBase:: |
public | function | Class constructor. |