MDL-37046 behat: Adding a test to check the test environment

This commit is contained in:
David Monllao 2012-10-10 10:23:00 +08:00
parent dca22d7cc1
commit 191b3fb9d7

View File

@ -0,0 +1,9 @@
Feature: Set up the testing environment
In order to execute automated acceptance tests
As a moodle developer
I need to use the test environment instead of the regular environment
@tool_behat
Scenario: Accessing the site
When I am on homepage
Then I should see "PHPUnit test site"