for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* ShouldPHP
*
* @author Gabriel Jacinto <[email protected]>
* @status dev
* @link https://github.com/GabrielJMJ/ShouldPHP
* @license MIT
*/
namespace Gabrieljmj\Should;
use Gabrieljmj\Should\AbstractType;
use Gabrieljmj\Should\ShouldMethod;
use \InvalidArgumentException;
use \Exception;
class TheMethod extends AbstractType
{
* @var \Gabrieljmj\Should\ShouldClass
public $should;
* @param \Gabrieljmj\Should\ShouldMethod $should
public function __construct(ShouldMethod $should)
$this->setShould($should);
}