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 an initial class file so that Jenkins builds succeed out of the box #21

Closed cpliakas closed 10 years ago

cpliakas commented 10 years ago

Similar to #19, we should initialize a classfile in order to give developers a starting point and ensure that Jenkins tests succeed out of the box by producing a phploc.csv file. Without any classes, this artifact is not produced and Jenkins jobs will fail.