phpmyadmin/tests/unit/_data/gen_version_info/theme.json
Maurício Meneghini Fauth 606f66b5df
Rename tests/classes to tests/unit
This directory is for unit tests only, so let's rename it to unit to be
more clear.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-02-23 13:29:07 -03:00

9 lines
194 B
JSON

{
"name": "Test Theme",
"version": "6.0",
"author": "phpMyAdmin developers",
"url": "https://www.phpmyadmin.net/",
"supports": ["6.0"],
"colorModes": ["light", "dark"]
}