Skip to content

Commit

Permalink
Undo rename of main plugin file
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Feb 16, 2024
1 parent b37ec1c commit 5862e4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<file>./includes/</file>
<file>./templates/</file>
<file>./tests/</file>
<file>./plugin.php</file>
<file>./wporg-gp-translation-events.php</file>

<rule ref="WordPress">
<exclude name="Squiz.Commenting.ClassComment.Missing"/>
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Manually load the plugin being tested.
*/
function _manually_load_plugin() {
require dirname( __DIR__ ) . '/plugin.php';
require dirname( __DIR__ ) . '/wporg-gp-translation-events.php';
}

tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
Expand Down
File renamed without changes.

0 comments on commit 5862e4b

Please sign in to comment.