PhpSpec\Console\Application::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( string $version )
$version string
    public function __construct($version)
    {
        $this->container = new IndexedServiceContainer();
        parent::__construct('phpspec', $version);
    }

Usage Example

예제 #1
0
 public function __construct()
 {
     parent::__construct('PhpGuard-Spec');
     $this->configureErrorHandler();
 }