Example #1
0
 /**
  * @test
  */
 public function shouldReturnFalseWhenCheckingForANonExistentDependency()
 {
     $this->assertFalse($this->container->has('non-existent-dependency'));
 }
 public function before()
 {
     parent::before();
     $this->container = Container::factory();
 }