We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4f30a commit cec8fcaCopy full SHA for cec8fca
2 files changed
spoon/tests/SpoonTest.php
@@ -18,7 +18,7 @@ public function testGet()
18
19
public function testGetFailure()
20
{
21
- $this->expectException(SpoonException::class);
+ $this->expectException(SpoonException::class);
22
$this->assertEquals('I have no idea what I am doing.', Spoon::get('my_custom_value'));
23
}
24
spoon/tests/file/SpoonFileTest.php
@@ -29,7 +29,7 @@ public function testDownload()
29
30
public function testDownloadFailure()
31
32
- $this->expectException(SpoonFileException::class);
+ $this->expectException(SpoonFileException::class);
33
SpoonFile::download($this->nonExistingUrl, $this->destinationFile);
34
35
0 commit comments