Пример #1
0
 /**
  * Set up the tests
  */
 public function setUp()
 {
     parent::setUp();
     $this->app = WarkhamServiceProvider::make($this->app);
     $this->mockUrlGenerator();
     // Open a form
     $this->app['warkham']->open();
     $this->app['warkham']->framework('Nude');
 }
Пример #2
0
 /**
  * Create application container
  *
  * @return Illuminate\Container\Container
  */
 public static function make()
 {
     static::$app = WarkhamServiceProvider::make();
     return static::$app;
 }