Skip to content

Commit

Permalink
change tests to identify source of 7.0 incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
reimic committed Apr 1, 2024
1 parent 972c561 commit 178463a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/e2e/ShorthandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ public function after() {
( new Filesystem() )->remove( $this->document_root );
}

/**
* @dataProvider blueprint_with_word_press_version
* @param string|stdClass|BlueprintBuilder|Blueprint $raw_blueprint
*/
// /**
// * @dataProvider blueprint_with_word_press_version
// * @param string|stdClass|BlueprintBuilder|Blueprint $raw_blueprint
// */
public function testRunningBlueprintWithWordPressVersion(
// $raw_blueprint
) {
Expand Down

0 comments on commit 178463a

Please sign in to comment.