1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Converted another couple of tests from browserkit

This commit is contained in:
Dan Brown
2021-05-29 23:42:21 +01:00
parent d62cdd58d3
commit 1fa90e4f12
5 changed files with 160 additions and 128 deletions

View File

@ -47,14 +47,6 @@ abstract class BrowserKitTest extends TestCase
}
/**
* Get a user that's not a system user such as the guest user.
*/
public function getNormalUser()
{
return User::where('system_name', '=', null)->get()->last();
}
/**
* Quickly sets an array of settings.
* @param $settingsArray