File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
__DIR__ . '/src ' ,
9
9
__DIR__ . '/tests ' ,
10
10
])->notPath ([
11
- 'tests/Resources/var ' ,
11
+ 'tests/Resources/App/ var ' ,
12
12
]);
13
13
14
14
$ config = new PhpCsFixer \Config ();
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ public function testItIterates(): void
43
43
\sort ($ templates );
44
44
45
45
$ this ->assertEquals ([
46
- 'get_all_from_default.sql.twig ' ,
47
- 'bar/count_from_bar.sql.twig ' ,
48
- 'bundles/FooBundle/foo.sql ' ,
49
- 'get_all_from_foo.sql.twig ' ,
50
- '@Foo/foo.sql ' ,
51
46
'@Bar/bar.sql ' ,
47
+ '@Foo/foo.sql ' ,
52
48
'@custom-path-1/query-in-path1.sql ' ,
53
49
'@custom-path-2/query-in-path2.sql ' ,
50
+ 'bar/count_from_bar.sql.twig ' ,
51
+ 'bundles/FooBundle/foo.sql ' ,
52
+ 'get_all_from_default.sql.twig ' ,
53
+ 'get_all_from_foo.sql.twig ' ,
54
54
], $ templates );
55
55
}
56
56
}
You can’t perform that action at this time.
0 commit comments