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

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

Tests the getContainer method.
public testContainer ( )
    public function testContainer()
    {
        $app = new Application('Test');
        $app->command($this->fixture);
        $this->assertSame($app, $this->fixture->getContainer());
    }