Skip to content

Commit e12e5f9

Browse files
committed
Cover both old and new PHPUnit versions
1 parent 0b112e6 commit e12e5f9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/Phug/DevTool/ApplicationTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ public function testRunVendorCommand()
106106
}
107107

108108
/**
109-
* @covers ::getShellCommandPath
109+
* @covers ::getShellCommandPath
110+
* @expectedException \RuntimeException
111+
* @expectedExceptionMessage The given command [vendor/bin/doNotExists] was not found
110112
*/
111113
public function testGetShellCommandPathException()
112114
{

0 commit comments

Comments
 (0)