mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
lint
This commit is contained in:
parent
a17fad62e7
commit
5986d8552d
5 changed files with 8 additions and 11 deletions
|
|
@ -215,7 +215,7 @@ class UploadProviderTest extends TestCase {
|
|||
|
||||
public function testUploadNonDemo() {
|
||||
$this->expectException(InvalidArgumentException::class);
|
||||
$this->expectExceptionMessage("Not an HL2 demo");
|
||||
$this->expectExceptionMessage('Not an HL2 demo');
|
||||
|
||||
file_put_contents($this->tmpDir . '/foo.dem', 'asd');
|
||||
|
||||
|
|
@ -312,7 +312,7 @@ class UploadProviderTest extends TestCase {
|
|||
|
||||
public function testUploadKey() {
|
||||
$this->expectException(InvalidArgumentException::class);
|
||||
$this->expectExceptionMessage("Not an HL2 demo");
|
||||
$this->expectExceptionMessage('Not an HL2 demo');
|
||||
|
||||
$uploadProvider = new UploadProvider(
|
||||
$this->getDatabaseConnection(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue