File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ public function testExport()
36
36
37
37
/**
38
38
* @expectedException \InvalidArgumentException
39
+ *
39
40
* @expectedExceptionMessage The output path doesnot exist.
40
41
*/
41
42
public function testExportThrows ()
@@ -64,6 +65,7 @@ public function testSetOptionsFont()
64
65
65
66
/**
66
67
* @expectedException \InvalidArgumentException
68
+ *
67
69
* @expectedExceptionMessage The given font doesnot exist.
68
70
*/
69
71
public function testSetOptionsThrows ()
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ public function testHighlightFile()
45
45
46
46
/**
47
47
* @expectedException \InvalidArgumentException
48
+ *
48
49
* @expectedExceptionMessage The given file doesnot exist or is unreadable.
49
50
*/
50
51
public function testHighlightFileThrows ()
You can’t perform that action at this time.
0 commit comments