diff --git a/tests/Integration/SampleIntegrationTest.php b/tests/Integration/SampleIntegrationTest.php index 83bc76e..fb280c7 100644 --- a/tests/Integration/SampleIntegrationTest.php +++ b/tests/Integration/SampleIntegrationTest.php @@ -8,5 +8,6 @@ class SampleIntegrationTest extends WP_UnitTestCase { public function test_wp_is_loaded() { $this->assertTrue( function_exists( 'get_bloginfo' ) ); + $this->assertTrue( false ); } }