This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
cakephp
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix parse error in 7.2
Mark Story
6 years ago
parent
8d896ac6e5
commit
3fb470233c
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
tests/TestCase/Console/ConsoleOptionParserTest.php
+ 1
- 1
tests/TestCase/Console/ConsoleOptionParserTest.php
View File
@@ -958,7 +958,7 @@ TEXT;
"Other valid choices:\n" .
"\n" .
"- method",
- $result
,
+ $result
);
}
}