Esempio n. 1
0
 protected function setUp()
 {
     parent::setUp();
     $this->execute = new \ReflectionMethod('Rhumsaa\\Uuid\\Console\\Command\\DecodeCommand', 'execute');
     $this->execute->setAccessible(true);
     $this->decode = new DecodeCommand();
     $this->decode->setApplication(new \Rhumsaa\Uuid\Console\Application());
 }
 protected function setUp()
 {
     parent::setUp();
     $this->execute = new \ReflectionMethod('Rhumsaa\\Uuid\\Console\\Command\\GenerateCommand', 'execute');
     $this->execute->setAccessible(true);
 }