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 1e7323e commit f5f6cb7Copy full SHA for f5f6cb7
tests/OptionsTest.php
@@ -245,7 +245,7 @@ public function testNormalizeThemeName(): void
245
*/
246
public function testAllThemeNamesNormalized(): void
247
{
248
- $themes = include "src/themes.php";
+ $themes = include "api/themes.php";
249
foreach (array_keys($themes) as $theme) {
250
$normalized = normalizeThemeName($theme);
251
$this->assertEquals(
0 commit comments