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 77a8794 commit 70f53f2Copy full SHA for 70f53f2
README.md
@@ -0,0 +1,9 @@
1
+### Amtgard PHPUnit Extensions
2
+
3
+Adds `self::assertThrows(string $throwableClass, callable $callable)` and `self::assertDoesNotThrow(callable $callable)` assertions.
4
5
+#### assertThrows()
6
+Takes a throwable classname. The callable must throw the exception and the exception class must match.
7
8
+#### assertDoesNotThrow()
9
+The callable must not throw.
0 commit comments