base = new BaseCommand(new Console()); $this->friend = new Friend($this->base); } public function testSetupContainer() { $container = $this->friend->setupContainer(); $this->assertInstanceOf('Aviat\Ion\Di\Container', $container); } }