Example #1
0
 /**
  * @test
  */
 public function homeHasPlumbus()
 {
     $home = new Home((new PlumbusFactory())->make());
     $this->assertTrue($home->hasPlumbus());
     $this->assertInstanceOf(Plumbus::class, $home->getPlumbus());
 }