installEntitySchema('user'); $this->installSchema('system', ['sequences']); } /** * Tests creation of user stubs. */ public function testStub() { $this->performStubTest('user'); } }