cpliakas / php-project-starter

A command line tool that allows developers to quickly create PHP applications that use common conventions and best-in-breed development tools.
MIT License
75 stars 23 forks source link

Create a dummy test so that Jenkins builds succeed out of the box #19

Closed cpliakas closed 10 years ago

cpliakas commented 10 years ago

Since there are no tests, the junit.xml build artifact is not created causing Jenkins jobs to fail. We should add a dummy test in order to make Jenkins jobs pass and guide developers toward writing tests.