for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Cowsayphp\Farm;
use Cowsayphp\AbstractAnimal;
class Tux extends AbstractAnimal
{
protected $character = <<<DOC
{{bubble}}
\
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/
DOC;
}