!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/home/h33678/data/www/it-man.ztu.edu.ua/src/vendor/phpunit/phpunit/src/Framework/   drwxr-xr-x
Free 116.97 GB of 200.55 GB (58.32%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     SkippedTestCase.php (1.48 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * This file is part of PHPUnit.
 *
 * (c) Sebastian Bergmann <sebastian@phpunit.de>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
 * A skipped test case
 *
 * @since Class available since Release 4.3.0
 */
class PHPUnit_Framework_SkippedTestCase extends PHPUnit_Framework_TestCase
{
    
/**
     * @var string
     */
    
protected $message '';

    
/**
     * @var bool
     */
    
protected $backupGlobals false;

    
/**
     * @var bool
     */
    
protected $backupStaticAttributes false;

    
/**
     * @var bool
     */
    
protected $runTestInSeparateProcess false;

    
/**
     * @var bool
     */
    
protected $useErrorHandler false;

    
/**
     * @var bool
     */
    
protected $useOutputBuffering false;

    
/**
     * @param string $message
     */
    
public function __construct($className$methodName$message '')
    {
        
$this->message $message;
        
parent::__construct($className '::' $methodName);
    }

    
/**
     * @throws PHPUnit_Framework_Exception
     */
    
protected function runTest()
    {
        
$this->markTestSkipped($this->message);
    }

    
/**
     * @return string
     */
    
public function getMessage()
    {
        return 
$this->message;
    }

    
/**
     * Returns a string representation of the test case.
     *
     * @return string
     */
    
public function toString()
    {
        return 
$this->getName();
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0372 ]--