Skip to content

Commit

Permalink
remove a test that isn't really helpful
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Feb 14, 2024
1 parent a7ce4b1 commit 540c984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/phpunit/test-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class Test_Main extends WP_UnitTestCase {
*/
public function test_mu_plugin_constants() {
$this->assertTrue( defined( 'PANTHEON_MU_PLUGIN_VERSION' ) );
$this->assertEquals( '1.3.1', PANTHEON_MU_PLUGIN_VERSION );
$this->assertTrue( defined( 'FS_METHOD' ) );
$this->assertEquals( 'direct', FS_METHOD );

Expand Down

0 comments on commit 540c984

Please sign in to comment.