Skip to content

Commit

Permalink
Fix bootstrap file phpcs error
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches committed Jan 2, 2025
1 parent 9a99a2b commit da1a2c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* PHPUnit bootstrap file.
*/

// Do not require Redis running for integration tests
define( 'WP_REDIS_DISABLED', true );

Expand Down

0 comments on commit da1a2c7

Please sign in to comment.