From 647a38e19d4673706e16795b5eb1e76e7aa38e8f Mon Sep 17 00:00:00 2001 From: MD AL AMIN <75071900+mdalaminbey@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:51:48 +0600 Subject: [PATCH 1/2] Update SampleIntegrationTest.php --- tests/Integration/SampleIntegrationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Integration/SampleIntegrationTest.php b/tests/Integration/SampleIntegrationTest.php index 83bc76e..faa8e61 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( true ); } } From 75637c7bb2c7140a31e1a382c2dcb5ac3dea3939 Mon Sep 17 00:00:00 2001 From: MD AL AMIN <75071900+mdalaminbey@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:59:47 +0600 Subject: [PATCH 2/2] Update SampleIntegrationTest.php --- tests/Integration/SampleIntegrationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/SampleIntegrationTest.php b/tests/Integration/SampleIntegrationTest.php index faa8e61..fb280c7 100644 --- a/tests/Integration/SampleIntegrationTest.php +++ b/tests/Integration/SampleIntegrationTest.php @@ -8,6 +8,6 @@ class SampleIntegrationTest extends WP_UnitTestCase { public function test_wp_is_loaded() { $this->assertTrue( function_exists( 'get_bloginfo' ) ); - $this->assertTrue( true ); + $this->assertTrue( false ); } }