summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/tests/MyTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/features/tests/MyTestCase.php')
-rwxr-xr-xtests/FunctionalTests/features/tests/MyTestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/features/tests/MyTestCase.php b/tests/FunctionalTests/features/tests/MyTestCase.php
index 682462fe..d748b6b0 100755
--- a/tests/FunctionalTests/features/tests/MyTestCase.php
+++ b/tests/FunctionalTests/features/tests/MyTestCase.php
@@ -5,6 +5,6 @@ class MyTestCase extends PradoGenericSelenium2Test
function test1()
{
$this->url('http://127.0.0.1');
- $this->assertTextNotPresent('asd');
+ $this->assertNotContains('asd', $this->source());
}
}