File Manager

Path: /opt/alt/php55/usr/share/pear/SebastianBergmann/PHPUnit/SkeletonGenerator/template/

Viewing File: Method.tpl.dist

    /**
     * @todo Implement {methodName}().
     */
    public function {methodName}()
    {
        // Remove the following line when you implement this method.
        throw new RuntimeException('Not yet implemented.');
    }