1: <?php 2: 3: class SimpleViewWithNoHash extends Azalea\Selenium\Core\View 4: { 5: protected static $hash = ""; 6: } 7: 8: ?>