get('auth'); $this->usersModel = $plugin->users; } public function testFoundation() { $this->assertInstanceOf(Users::class, $this->usersModel); } /** * @depends testFoundation */ public function testCreateUser() { } }