diff --git a/tests/Features/Deprecated.php b/tests/Features/Deprecated.php new file mode 100644 index 00000000..abf9430d --- /dev/null +++ b/tests/Features/Deprecated.php @@ -0,0 +1,13 @@ +toBeTrue(); +}); + +test('user deprecated', function () { + trigger_deprecation('foo', '1.0', 'This is a deprecation description'); + + expect(true)->toBeTrue(); +});