for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class foo {
function foo() {
echo 'I am the constructor - but I shouldn\'t be';
}
class bar {
function bar() {
echo 'I am just the foo method';
function __construct() {
echo 'I am the real constructor';