/**
  * @test
  * it should allow wrapping the assertions with no setup
  */
 public function it_should_allow_wrapping_the_assertions_with_no_setup()
 {
     Test::assertTrue(true);
 }