createDatabaseInterface(); $this->object = new Memory('memory'); } /** * Test for getVariables */ public function testGetVariables(): void { self::assertSame( $this->object->getVariables(), ['max_heap_table_size' => ['type' => 1]], ); } }