mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-17 03:04:47 -05:00
phpstan level 8 preparation
This commit is contained in:
@@ -51,6 +51,7 @@ class RequestTest extends TestCase {
|
||||
$this->assertStringNotContainsString(' (bonus VIP)', $this->request->urlencodeTitle(), 'request-urlencode-title');
|
||||
$artistMan = new Manager\Artist();
|
||||
$artistName = 'phpunit req ' . randomString(6);
|
||||
$this->assertInstanceOf(ArtistRole\Request::class, $this->request->artistRole(), 'request-add-artist-role');
|
||||
$this->assertEquals(
|
||||
1,
|
||||
$this->request->artistRole()->set(
|
||||
|
||||
Reference in New Issue
Block a user