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 FoldableFeature
*
* @package Example\Table\Items
class FoldableFeature extends Feature
{
public function __construct()
$this->expectedFeature = 'foldable';
}