We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a047a9 commit 7d5cf78Copy full SHA for 7d5cf78
2 files changed
tests/ExporterTest.php
@@ -36,6 +36,7 @@ public function testExport()
36
37
/**
38
* @expectedException \InvalidArgumentException
39
+ *
40
* @expectedExceptionMessage The output path doesnot exist.
41
*/
42
public function testExportThrows()
@@ -64,6 +65,7 @@ public function testSetOptionsFont()
64
65
66
67
68
69
* @expectedExceptionMessage The given font doesnot exist.
70
71
public function testSetOptionsThrows()
tests/HighlighterTest.php
@@ -45,6 +45,7 @@ public function testHighlightFile()
45
46
47
48
49
* @expectedExceptionMessage The given file doesnot exist or is unreadable.
50
51
public function testHighlightFileThrows()
0 commit comments