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:
authorWilliam Desportes <williamdes@wdes.fr>2020-05-26 14:13:15 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-05-26 14:13:15 +0300
commita300a25319c24e45ebb37a6fb68e8afb7c924316 (patch)
tree4f83310673954bc0908576386fd54cb1b7607c2f /test/classes/ZipExtensionTest.php
parentc46ab688334da22972187ddcf7e2d23f156ba266 (diff)
Replace assertEquals({false,true} by assert{false,true}
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/classes/ZipExtensionTest.php')
-rw-r--r--test/classes/ZipExtensionTest.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/classes/ZipExtensionTest.php b/test/classes/ZipExtensionTest.php
index ab604e2f07..e9a0a15c3c 100644
--- a/test/classes/ZipExtensionTest.php
+++ b/test/classes/ZipExtensionTest.php
@@ -128,8 +128,7 @@ class ZipExtensionTest extends AbstractTestCase
*/
public function testExtract()
{
- $this->assertEquals(
- false,
+ $this->assertFalse(
$this->zipExtension->extract(
'./test/test_data/test.zip',
'wrongName'
@@ -177,8 +176,7 @@ class ZipExtensionTest extends AbstractTestCase
*/
public function testCreateFailure()
{
- $this->assertEquals(
- false,
+ $this->assertFalse(
$this->zipExtension->createFile(
'Content',
[