for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DJStarCOM\NewRelic\Stub;
class Foo
{
public function bar($argument = null)
return $argument;
}
public function fooThrowThisException(\Exception $exception)
throw $exception;
public function foo($argument = null)
__construct()