mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-08-28 12:56:44 -04:00
minor refactor to simplify removing test users
This commit is contained in:
@@ -34,7 +34,7 @@ class UserCreateTest extends TestCase {
|
||||
'user-create-staff-notes'
|
||||
);
|
||||
$this->assertTrue($this->user->isUnconfirmed(), 'user-create-unconfirmed');
|
||||
$this->assertStringStartsWith(
|
||||
$this->assertStringContainsString(
|
||||
'/static/styles/apollostage/style.css?v=',
|
||||
(new User\Stylesheet($this->user))->cssUrl(),
|
||||
'user-create-stylesheet'
|
||||
|
||||
Reference in New Issue
Block a user