diff --git a/rules-tests/CodeQuality/Rector/BooleanAnd/SimplifyEmptyArrayCheckRector/Fixture/skip_fixture2.php b/rules-tests/CodeQuality/Rector/BooleanAnd/SimplifyEmptyArrayCheckRector/Fixture/skip_fixture2.php deleted file mode 100644 index 381f69821a..0000000000 --- a/rules-tests/CodeQuality/Rector/BooleanAnd/SimplifyEmptyArrayCheckRector/Fixture/skip_fixture2.php +++ /dev/null @@ -1,17 +0,0 @@ - 0; - $invalid2 = isset($this->events[$event]) && !empty($this->events[$event]); - $completelyInvalid = !$value instanceof \Foo && !$value instanceof \Bar; - - if (empty($this->orders) && empty($this->unionOrders)) { - throw new \RuntimeException('You must specify an orderBy clause when using this function.'); - } - - echo is_array($objects) && is_array($objects); -}