b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/applicationmba/vendor/phpunit/phpunit/tests/_files/
File Upload :
Current File : E:/www/b-group.old/business/applicationmba/vendor/phpunit/phpunit/tests/_files/MyCommand.php

<?php
use PHPUnit\TextUI\Command;

class MyCommand extends Command
{
    public function __construct()
    {
        $this->longOptions['my-option='] = 'myHandler';
        $this->longOptions['my-other-option'] = null;
    }

    public function myHandler($value)
    {
        echo __METHOD__ . " $value\n";
    }
}

Copyright © 2019 by b0y-101