Skip to content

Commit 4857750

Browse files
adriaanzonnoahfrederick
authored andcommitted
Fix tests directory in projectionist config
1 parent 4596929 commit 4857750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/laravel/projectionist.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function! laravel#projectionist#append() abort
149149
\ 'alternate': 'phpunit.xml',
150150
\ },
151151
\ 'phpunit.xml': {
152-
\ 'alternate': 'test/TestCase.php',
152+
\ 'alternate': 'tests/TestCase.php',
153153
\ },
154154
\ 'resources/lang/*.php': {
155155
\ 'type': 'language',

0 commit comments

Comments
 (0)