Cilex\Tests\Command\CommandTest::testGetService PHP Метод

testGetService() публичный Метод

Tests whether the getService method correctly retrieves an element from the container.
public testGetService ( )
    public function testGetService()
    {
        $app = new Application('Test');
        $app->command($this->fixture);
        $this->assertInstanceOf('Symfony\\Component\\Console\\Application', $this->fixture->getService('console'));
    }