for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace N98\Magento\Command\Cache;
use N98\Magento\Command\TestCase;
class ReportCommandTest extends TestCase
{
public function testExecute()
$this->assertDisplayRegExp(
array(
'command' => 'cache:report',
),
'~\\| ID.*\\| EXPIRE.*\\|$~m'
);
}