Browse Source

Remove not needed requirements from fixtures

Kuba Werłos 3 years ago
parent
commit
2cd192d6ad

+ 0 - 2
tests/Fixtures/Integration/misc/PHP7_0.test

@@ -7,8 +7,6 @@ PHP 7.0 test.
     "random_api_migration": true,
     "visibility_required": {"elements": ["property", "method"]}
 }
---REQUIREMENTS--
-{"php": 70000}
 --EXPECT--
 <?php
 

+ 0 - 2
tests/Fixtures/Integration/misc/PHP7_1.test

@@ -4,8 +4,6 @@ PHP 7.1 test.
 {
     "@Symfony": true
 }
---REQUIREMENTS--
-{"php": 70100}
 --EXPECT--
 <?php
 

+ 0 - 2
tests/Fixtures/Integration/misc/combine_nested_dirname,no_trailing_whitespace.test

@@ -2,8 +2,6 @@
 Integration of fixers: combine_nested_dirname,no_trailing_whitespace.
 --RULESET--
 {"combine_nested_dirname": true, "no_trailing_whitespace": true}
---REQUIREMENTS--
-{"php": 70000}
 --EXPECT--
 <?php
 dirname($path

+ 0 - 2
tests/Fixtures/Integration/misc/combine_nested_dirname,no_whitespace_in_blank_line.test

@@ -2,8 +2,6 @@
 Integration of fixers: combine_nested_dirname,no_whitespace_in_blank_line.
 --RULESET--
 {"combine_nested_dirname": true, "no_whitespace_in_blank_line": true}
---REQUIREMENTS--
-{"php": 70000}
 --EXPECT--
 <?php
 dirname(

+ 0 - 2
tests/Fixtures/Integration/misc/declare_strict_types,single_blank_line_before_namespace.test

@@ -2,8 +2,6 @@
 Integration of fixers: declare_strict_types,single_blank_line_before_namespace.
 --RULESET--
 {"declare_strict_types": true, "single_blank_line_before_namespace" : true}
---REQUIREMENTS--
-{"php": 70000}
 --EXPECT--
 <?php declare(strict_types=1);
 

+ 0 - 2
tests/Fixtures/Integration/misc/header_comment,declare_strict_types.test

@@ -8,8 +8,6 @@ Integration of fixers: header_comment, declare_strict_types
     },
     "declare_strict_types": true
 }
---REQUIREMENTS--
-{"php": 70000}
 --EXPECT--
 <?php
 /**

+ 0 - 2
tests/Fixtures/Integration/misc/huge_array.test

@@ -4,5 +4,3 @@ Test if array_indentation can handle huge arrays.
 {
     "array_indentation": true
 }
---REQUIREMENTS--
-{"php": 70000}

+ 0 - 2
tests/Fixtures/Integration/misc/single_import_per_statement,ordered_imports.test

@@ -2,8 +2,6 @@
 Integration of fixers: single_import_per_statement,ordered_imports.
 --RULESET--
 {"single_import_per_statement": true, "ordered_imports": true}
---REQUIREMENTS--
-{"php": 70000}
 --EXPECT--
 <?php
 use some\A;

+ 0 - 2
tests/Fixtures/Integration/misc/void_return,phpdoc_to_return_type.test

@@ -2,8 +2,6 @@
 Integration of fixers: void_return,phpdoc_to_return_type.
 --RULESET--
 {"void_return": true, "phpdoc_to_return_type": true}
---REQUIREMENTS--
-{"php": 70100}
 --EXPECT--
 <?php
 /** @return void */

+ 0 - 2
tests/Fixtures/Integration/priority/combine_nested_dirname,method_argument_space.test

@@ -2,8 +2,6 @@
 Integration of fixers: combine_nested_dirname,method_argument_space.
 --RULESET--
 {"combine_nested_dirname": true, "method_argument_space": true}
---REQUIREMENTS--
-{"php": 70000}
 --EXPECT--
 <?php
 dirname( $path, 2);

Some files were not shown because too many files changed in this diff