/** * Test getVersion method. * * @return void * * @since 11.4 */ public function testGetVersion() { $this->assertThat(strlen($this->object->getVersion()), $this->greaterThan(0), 'Line:' . __LINE__ . ' The getVersion method should return something without error.'); }