codeigniter iii ultimate
1.0.0
이 프로젝트의 목적은 CI3를 사용하여 스타트업 프로젝트에 대한 모범 사례와 설정을 얻는 것입니다. CodeIgniter 3와 관련된 라이브러리 생성, 블로그 및 기사를 결합합니다.
문서 살펴보기 »
데모 보기 (곧) · 버그 신고 · 기능 요청
git bash
이면 충분함) Clone the project
(맨 위로)
첫 번째 phpunit은 더 빠른 보고서 생성을 위해 xdebug 파일을 만드는 것입니다.
$ cd /path/to/codeigniter/
$ cd bin/
$ phpunit --dump-xdebug-filter ../../bin/xdebug-filter.php
출력 예
$ 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
출력 예
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
(맨 위로)
(맨 위로)
(맨 위로)
버전 관리를 위해 SemVer를 사용합니다. 사용 가능한 버전은 이 저장소의 태그를 참조하세요.
(맨 위로)
또는
이 프로젝트와 다른 프로젝트를 지원하세요
(맨 위로)
(맨 위로)
우리는 기여를 좋아합니다! 자세한 내용은 기여 가이드를 확인하세요. 커뮤니티에 가장 간단하고 정말 도움이 되는 것은 지원되는 라이브러리 목록에 메타 정보를 제공하는 것입니다.
git checkout -b feature/fooBar
).git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)Copyright (c) 2019-현재 "이 프로젝트의 코드는 MIT에 따라 라이센스가 부여됩니다." 이 프로젝트는 MIT에 따라 라이센스가 부여되었습니다. 자세한 내용은 LICENSE.md 파일을 참조하세요. (맨 위로 이동)