Skip to content

Commit c62dceb

Browse files
committed
Fix ThemeTest failing test
Related to 60cdd50. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 0a7b2e4 commit c62dceb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/classes/ThemeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function testCheckImgPathFull(): void
8383
$this->object->setFsPath(ROOT_PATH . 'test/classes/_data/gen_version_info/');
8484
$this->assertTrue($this->object->loadInfo());
8585
$this->assertEquals('Test Theme', $this->object->getName());
86-
$this->assertEquals('5.1', $this->object->getVersion());
86+
$this->assertEquals('5.3', $this->object->getVersion());
8787
}
8888

8989
/**
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Test Theme",
3-
"version": "5.1",
3+
"version": "5.3",
44
"author": "phpMyAdmin developers",
55
"url": "https://www.phpmyadmin.net/",
6-
"supports": ["5.1", "5.2"]
6+
"supports": ["5.2", "5.3"]
77
}

0 commit comments

Comments
 (0)