Lines Matching +full:php +full:- +full:lint
17 …s PHPUnit-based testing framework. The calls MUST be made from within the plugin's repository root…
21 ../../../bin/plugin.php dev test
24 ../../../bin/plugin.php dev test _test/GeneralTest.php
27 ../../../bin/plugin.php dev addTest MyClass
34 * read `../../../_test/core/DokuWikiTest.php` for more helper methods
35 * use `../../../_test/TestRequest.php` to simulate HTTP requests for integration tests
36 * use `../../../_test/phpQuery-onefile.php` if you need to parse HTML in tests
50 touch ../../../conf/local.php
55 Adhere to PSR-12 coding standards. Always add proper docblocks with descriptions, parameter types, …
58 # Lint PHP files using PHP_CodeSniffer (must be run from repo root)
59 ../../../bin/plugin.php dev check
61 # Auto-Fix formatting issues using PHP_CBF and Rector (must be run from repo root)
62 ../../../bin/plugin.php dev fix
71 ../../../bin/plugin.php dev addComponent <type>
73 ../../../bin/plugin.php dev addComponent action
75 ../../../bin/plugin.php dev addComponent action foobar
76 # -> creates action/foobar.php