Skip to content

Commit

Permalink
Update packages/autoloader/tests/php/test_plugins_handler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored Jul 9, 2020
1 parent 0aa9f32 commit 4860b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/autoloader/tests/php/test_plugins_handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function test_is_directory_plugin_single_file() {
*
* @covers Plugins_Handler::is_directory_plugin
*/
public function test_is_directory_plugin_single_file_with_slash() {
public function test_is_directory_plugin_single_file_with_empty_string() {
$this->assertFalse( $this->plugins_handler->is_directory_plugin( '' ) );
}

Expand Down

0 comments on commit 4860b7e

Please sign in to comment.