-
-
Save BugBuster1701/16e3c9fb2f56dc877942 to your computer and use it in GitHub Desktop.
| http://www.thewebhatesme.com/entwicklung/travis-ci/ | |
| http://www.thewebhatesme.com/entwicklung/travis-ci-fuer-fortgschrittene/ | |
| http://blog.sebastianbrosch.de/entwicklung/github-travis-ci-coveralls-code-climate-95/ | |
| http://www.espend.de/artikel/testing-mit-composer-travis-ci-phpunit-und-github.html | |
| https://github.com/codefog/contao-haste/blob/master/.travis.yml | |
| http://www.sitepoint.com/getting-started-with-phpunit/ |
Testing Code With PHPUnit in Zend Studio
https://www.youtube.com/watch?v=UBnDuaqtRqg
Mockery is a simple yet flexible PHP mock object framework
https://github.com/padraic/mockery
PHPUnit eigener Mockup/Stubs
https://phpunit.de/manual/current/en/test-doubles.html
PHPUnit Database Testing
https://phpunit.de/manual/current/en/database.html
hier kann man was abschauen
https:// github.com/contao/core-bundle/pull/291/files
contao/core-bundle/tests/Contao/WidgetTest.php
Test-Driven PHP, mehrere Artikel
http://code.tutsplus.com/series/test-driven-php--net-27482
4 Artikel für Tests mit speziellen Anforderungen
- Testing private methods
- Testing code that uses singletons
- Stubbing static methods
- Stubbing hard-coded dependencies
https://sebastian-bergmann.de/archives/881-Testing-Your-Privates.html
https://sebastian-bergmann.de/archives/882-Testing-Code-That-Uses-Singletons.html
https://sebastian-bergmann.de/archives/883-Stubbing-and-Mocking-Static-Methods.html
https://sebastian-bergmann.de/archives/885-Stubbing-Hard-Coded-Dependencies.html
Archiv Texte, sollte man schnell ein Backup machen, solche Grundlagen findet man selten.
https://github.com/travis-ci-examples/php
http://www.sitepoint.com/php-continuous-integration-travis-ci/
https://www.youtube.com/watch?v=PQsXHZ6PLY4