/** * Test for the Joomla\Database\DatabaseDriver::__call method. * * @return void * * @since 1.0 */ public function test__callQuoteName() { $this->assertThat($this->instance->qn('foo'), $this->equalTo($this->instance->quoteName('foo')), 'Tests the qn alias of quoteName.'); }