/**
  * Test Unit Facade Index().
  *
  * @test
  */
 public function testUnitFacadeIndex()
 {
     $this->assertInstanceOf($this->unitHandler, \Unit::index());
 }