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 24d925e commit f65540cCopy full SHA for f65540c
tests/phpunit/TestMslsPlugin.php
@@ -61,7 +61,7 @@ function test_message_handler(): void {
61
MslsPlugin::message_handler( 'Test' );
62
}
63
64
- public function test_direname(): void {
+ public function test_dirname(): void {
65
$expected = 'multisite-language-switcher/subpath';
66
$this->assertEquals( $expected, MslsPlugin::dirname( '/subpath' ) );
67
0 commit comments