diff --git a/rules-tests/TypeDeclaration/Rector/BooleanAnd/BinaryOpNullableToInstanceofRector/Fixture/binary_or.php b/rules-tests/TypeDeclaration/Rector/BooleanAnd/BinaryOpNullableToInstanceofRector/Fixture/binary_or.php deleted file mode 100644 index d5bf894fae8..00000000000 --- a/rules-tests/TypeDeclaration/Rector/BooleanAnd/BinaryOpNullableToInstanceofRector/Fixture/binary_or.php +++ /dev/null @@ -1,16 +0,0 @@ -someMethod()) { - return 'yes'; - } - - return 'no'; -} - -?>