We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7b2e4 commit c62dcebCopy full SHA for c62dceb
2 files changed
test/classes/ThemeTest.php
@@ -83,7 +83,7 @@ public function testCheckImgPathFull(): void
83
$this->object->setFsPath(ROOT_PATH . 'test/classes/_data/gen_version_info/');
84
$this->assertTrue($this->object->loadInfo());
85
$this->assertEquals('Test Theme', $this->object->getName());
86
- $this->assertEquals('5.1', $this->object->getVersion());
+ $this->assertEquals('5.3', $this->object->getVersion());
87
}
88
89
/**
test/classes/_data/gen_version_info/theme.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Test Theme",
3
- "version": "5.1",
+ "version": "5.3",
4
"author": "phpMyAdmin developers",
5
"url": "https://www.phpmyadmin.net/",
6
- "supports": ["5.1", "5.2"]
+ "supports": ["5.2", "5.3"]
7
0 commit comments