for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author stev leibelt <[email protected]>
* @since 2013-06-26
*/
namespace Example\Table\Items;
* Class ExtendableFeature
*
* @package Example\Table\Items
class ExtendableFeature extends Feature
{
public function __construct()
$this->expectedFeature = 'extendable';
}