File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ chance of keeping on top of things.
4747## Testcases and codesniffer
4848
4949CsvView tests requires [ PHPUnit] ( http://www.phpunit.de/manual/current/en/installation.html )
50- 3 .5 or higher. To run the testcases locally use the following command:
50+ 8 .5 or higher. To run the testcases locally use the following command:
5151
52- ./lib/Cake/Console/cake test CsvView AllCsvView
52+ composer test
5353
5454To run the sniffs for CakePHP coding standards
5555
56- phpcs -p --extensions=php --standard=CakePHP ./app/Plugin/CsvView
56+ composer cs-check
5757
5858Check the [ cakephp-codesniffer] ( https://github.com/cakephp/cakephp-codesniffer )
5959repository to setup the CakePHP standard. The README contains installation info
@@ -62,7 +62,7 @@ for the sniff and phpcs.
6262
6363# Additional Resources
6464
65- * [ CakePHP coding standards] ( http://book.cakephp.org/2.0 /en/contributing/cakephp-coding-conventions.html )
65+ * [ CakePHP coding standards] ( http://book.cakephp.org/4 /en/contributing/cakephp-coding-conventions.html )
6666* [ Bug tracker] ( https://github.com/friendsofcake/cakephp-csvview/issues )
6767* [ General GitHub documentation] ( https://help.github.com/ )
6868* [ GitHub pull request documentation] ( https://help.github.com/send-pull-requests/ )
You can’t perform that action at this time.
0 commit comments