public function setUp()
 {
     $config = ['defaultNamespace' => 'Arrilot\\Widgets\\Test\\Dummies'];
     $app = new TestApplicationWrapper();
     $this->factory = new WidgetFactory($config, $app);
     WidgetId::reset();
 }
Пример #2
0
 public function tearDown()
 {
     WidgetId::reset();
 }
 public function let(LaravelApplicationWrapper $wrapper)
 {
     $this->beConstructedWith($this->config, $wrapper);
     WidgetId::reset();
 }