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 f1fe9c8 commit ed1f4c8Copy full SHA for ed1f4c8
app/boilerplates/simple/tests/test-class-plugin.php
@@ -17,6 +17,7 @@ final class Plugin_Test extends WP_UnitTestCase {
17
*/
18
public function test_onload() {
19
$instance = new stdClass();
20
+
21
$plugin = new \<%= PRIMARY_NAMESPACE %>\<%= SECONDARY_NAMESPACE %>\Plugin();
22
$result = $plugin->onload( $instance );
23
0 commit comments