/** * Testing test(). * * @return void */ public function testTest() { $this->assertThat( $this->object->test(), $this->isTrue() ); }