DataSift\Storyplayer\Cli\BuildTestEnvironment_Command::initPlayerList PHP Method

initPlayerList() protected method

protected initPlayerList ( DataSift\Storyplayer\Injectables $injectables ) : void
$injectables DataSift\Storyplayer\Injectables
return void
    protected function initPlayerList(Injectables $injectables)
    {
        // we just want a TestEnvironment
        $this->playerList[] = new TestEnvironment_Player([], $injectables);
    }