Exemplo n.º 1
0
 public function testCanRunApplication()
 {
     $this->expectsThatAutoloadFinderHelperIsRegistered();
     $config = $this->getMockBuilder('Drupal\\AppConsole\\Config')->disableOriginalConstructor()->getMock();
     $application = new Application($config);
     $application->setAutoExit(false);
     $application->setHelperSet($this->helperSet);
     $application->setSearchSettingsFile(false);
     $this->markTestIncomplete('This test has not been implemented yet.');
 }