From 191b3fb9d7c01d1822779610b63269d898661bde Mon Sep 17 00:00:00 2001 From: David Monllao Date: Wed, 10 Oct 2012 10:23:00 +0800 Subject: [PATCH] MDL-37046 behat: Adding a test to check the test environment --- admin/tool/behat/tests/behat/test_environment.feature | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 admin/tool/behat/tests/behat/test_environment.feature diff --git a/admin/tool/behat/tests/behat/test_environment.feature b/admin/tool/behat/tests/behat/test_environment.feature new file mode 100644 index 00000000000..0fc24a858d7 --- /dev/null +++ b/admin/tool/behat/tests/behat/test_environment.feature @@ -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" \ No newline at end of file