Skip to content

Commit ed1f4c8

Browse files
committed
Improve readability
1 parent f1fe9c8 commit ed1f4c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/boilerplates/simple/tests/test-class-plugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ final class Plugin_Test extends WP_UnitTestCase {
1717
*/
1818
public function test_onload() {
1919
$instance = new stdClass();
20+
2021
$plugin = new \<%= PRIMARY_NAMESPACE %>\<%= SECONDARY_NAMESPACE %>\Plugin();
2122
$result = $plugin->onload( $instance );
2223

0 commit comments

Comments
 (0)