1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00

Test resolution with \Exception

This commit is contained in:
Niklas Keller 2017-01-07 11:50:21 +01:00
parent 46fcbce2fc
commit c3d94e642d

View File

@ -36,6 +36,7 @@ abstract class Test extends \PHPUnit_Framework_TestCase {
[[]],
[null],
[new \StdClass],
[new \Exception],
];
}