File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function getTestDetails(): \Generator
34
34
]
35
35
);
36
36
37
- $ expectedVoterPath = dirname (__DIR__ ).'/fixtures/make-voter/expected/FooBarVoter.php ' ;
37
+ $ expectedVoterPath = \ dirname (__DIR__ ).'/fixtures/make-voter/expected/FooBarVoter.php ' ;
38
38
$ generatedVoter = $ runner ->getPath ('src/Security/Voter/FooBarVoter.php ' );
39
39
40
40
self ::assertSame (file_get_contents ($ expectedVoterPath ), file_get_contents ($ generatedVoter ));
@@ -55,7 +55,7 @@ public function getTestDetails(): \Generator
55
55
]
56
56
);
57
57
58
- $ expectedVoterPath = dirname (__DIR__ ).'/fixtures/make-voter/expected/final_FooBarVoter.php ' ;
58
+ $ expectedVoterPath = \ dirname (__DIR__ ).'/fixtures/make-voter/expected/final_FooBarVoter.php ' ;
59
59
$ generatedVoter = $ runner ->getPath ('src/Security/Voter/FooBarVoter.php ' );
60
60
61
61
self ::assertSame (file_get_contents ($ expectedVoterPath ), file_get_contents ($ generatedVoter ));
You can’t perform that action at this time.
0 commit comments