summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Issue216TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Issue216TestCase.php')
-rwxr-xr-xtests/FunctionalTests/tickets/tests/Issue216TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Issue216TestCase.php b/tests/FunctionalTests/tickets/tests/Issue216TestCase.php
index d71db0e1..819f38aa 100755
--- a/tests/FunctionalTests/tickets/tests/Issue216TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Issue216TestCase.php
@@ -5,7 +5,7 @@ class Issue216TestCase extends PradoGenericSelenium2Test
function test()
{
$this->url('tickets/index.php?page=Issue216');
- $this->assertContains('TTabPanel doesn\'t preserve active tab on callback request', $this->source());
+ $this->assertSourceContains('TTabPanel doesn\'t preserve active tab on callback request');
$this->assertVisible('ctl0_Content_tab1');