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 PerfectHeight
*
* @package Example\Table\Items
class PerfectHeight extends Height
{
public function __construct()
$this->expectedHeight = '80cm';
}