Object-ViewCallable.php

<?php

namespace Liaison\Test\Glass;

class ViewCallable extends \Taeluf\Tester {

    public function testViewCallable(){
        $this->disable();
        echo "This test has not been setup yet, but it is tested in the view component.";
        return false;
    }
}

ViewCallable::runAll();