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 d9dd0d5 commit 56f9286Copy full SHA for 56f9286
composer.json
@@ -19,7 +19,7 @@
19
"php": "^7.1 || ^8.0"
20
},
21
"require-dev": {
22
- "pestphp/pest": "^0.2.2"
+ "pestphp/pest": "^0.3.0"
23
24
"config": {
25
"sort-packages": true
tests/UnitTest.php
@@ -1,6 +1,8 @@
1
<?php
2
3
use Astrotomic\ConditionalProxy\HasConditionalCalls;
4
+use function PHPUnit\Framework\assertNull;
5
+use function PHPUnit\Framework\assertSame;
6
7
class Proxied
8
{
0 commit comments