Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dipakcg committed Jul 28, 2016
1 parent d0abac1 commit 5fbcedc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test-plugin.php
@@ -0,0 +1,7 @@
<?php
class PluginTest extends WP_UnitTestCase {
// Check that that activation doesn't break
function test_plugin_activated() {
$this->assertTrue( is_plugin_active( PLUGIN_PATH ) );
}
}

0 comments on commit 5fbcedc

Please sign in to comment.