The aim of this project is to get the best practices and setup for startup project using CI3. Combine the library creation, blogs and articles related to CodeIgniter 3.
Explore the docs »
View Demo (soon)
·
Report Bug
·
Request Feature
git bash
should suffice)Clone the project
(Back to top)
the first phpunit is to create the xdebug file for generating faster report
$ cd /path/to/codeigniter/
$ cd bin/
$ phpunit --dump-xdebug-filter ../../bin/xdebug-filter.php
Output example
$ phpunit --dump-xdebug-filter ../../bin/xdebug-filter.php
PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
Wrote Xdebug filter script to ../../bin/xdebug-filter.php
$ phpunit --prepend bin/xdebug-filter.php --verbose --testdox
Output example
PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
Runtime: PHP 7.3.3 with Xdebug 2.8.1
Configuration: C:xampphtdocscodeigniter-iii-ultimatephpunit.xml
Welcome_test
Index [149.21 ms]
Method 404 [105.63 ms]
A p p p a t h [43.57 ms]
Time: 1.25 seconds, Memory: 12.00 MB
OK (3 tests, 3 assertions)
Generating code coverage report in Clover XML format ... done
Generating Crap4J report XML file ... done
Generating code coverage report in HTML format ... done
Generating code coverage report in PHP format ... done
(Back to top)
(Back to top)
(Back to top)
We use SemVer for versioning. For the versions available, see the tags on this repository.
(Back to top)
Or
Support this project and others by
(Back to top)
(Back to top)
We love contributions! Check out the Contribution guide for more information. Simplest and really helpful for the community would be contribution meta information to our supported libraries list.
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)Copyright (c) 2019-present "The code in this project is licensed under MIT." This project is licensed under the MIT - see the LICENSE.md file for details (Back to top)