Skip to content

Commit

Permalink
Just make plugin.mustache change for the mo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlost committed Jan 27, 2018
1 parent a6ebc20 commit e1cb6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/plugin-bootstrap.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if ( ! $_tests_dir ) {
}

if ( ! file_exists( $_tests_dir . '/includes/functions.php' ) ) {
esc_html( "Could not find $_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?" ) . PHP_EOL;
echo "Could not find $_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?" . PHP_EOL;
exit( 1 );
}

Expand Down
2 changes: 1 addition & 1 deletion templates/plugin-test-sample.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SampleTest extends WP_UnitTestCase {
/**
* A single example test.
*/
public function test_sample() {
function test_sample() {
// Replace this with some actual testing code.
$this->assertTrue( true );
}
Expand Down

0 comments on commit e1cb6cf

Please sign in to comment.