When you say 'testing', what do you mean? There are many levels/forms of code/project testing. (see http://stackoverflow.com/a/4904533 for a quick comparison)
At work we use PHPUnit for the unit testing pretty much the way that it is described in the link above. We use Behat for feature/acceptance testing. We use it to check both the html response and db state before/during/after the request. On Thu, Nov 5, 2015 at 8:45 AM, Kevin Jensen <[email protected]> wrote: > On that topic. What testing suites do you use? > > On Thu, Nov 5, 2015, 9:29 AM Kyle Waters <[email protected]> wrote: > > > On 11/03/2015 04:23 PM, Walt Haas wrote: > > > Regardless of what formal education you get, our field changes so fast > > > that every five years you will have to retrain yourself for whatever is > > new. > > > > > > That being said, I think if you are going to get a degree, you should > > > focus on the basics - things like theory that won't change in five > > > years. Teaching languages (Java is still the current favorite I think) > > > change at regular intervals, but the basics of designing good programs > > > are more enduring. Understanding the difference between procedural, > > > object and functional programming is of fundamental importance. > > > > > > > > > > I agree about the theory. I think project management is some of the > > most important stuff I learned at school. > > > > While we're on this topic three thing I wish I had started using sooner: > > > > regex > > git > > testing > > > > Kyle > > > > _______________________________________________ > > > > UPHPU mailing list > > [email protected] > > http://uphpu.org/mailman/listinfo/uphpu > > IRC: #uphpu on irc.freenode.net > > > > _______________________________________________ > > UPHPU mailing list > [email protected] > http://uphpu.org/mailman/listinfo/uphpu > IRC: #uphpu on irc.freenode.net > _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
