1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00
This commit is contained in:
Robin Appelman 2019-04-12 13:37:41 +02:00
commit 5986d8552d
5 changed files with 8 additions and 11 deletions

View file

@ -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(),