Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/selenium')
-rw-r--r--test/selenium/Database/TriggersTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/selenium/Database/TriggersTest.php b/test/selenium/Database/TriggersTest.php
index 6185f39935..46688d5d4f 100644
--- a/test/selenium/Database/TriggersTest.php
+++ b/test/selenium/Database/TriggersTest.php
@@ -225,7 +225,7 @@ class TriggersTest extends TestBase
$this->dbQuery(
'SHOW TRIGGERS FROM `' . $this->databaseName . '`;',
function (): void {
- $this->assertfalse($this->isElementPresent('className', 'table_results'));
+ $this->assertFalse($this->isElementPresent('className', 'table_results'));
}
);
}