Skip to content

Commit 56f9286

Browse files
committed
fix pest
1 parent d9dd0d5 commit 56f9286

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.1 || ^8.0"
2020
},
2121
"require-dev": {
22-
"pestphp/pest": "^0.2.2"
22+
"pestphp/pest": "^0.3.0"
2323
},
2424
"config": {
2525
"sort-packages": true

tests/UnitTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22

33
use Astrotomic\ConditionalProxy\HasConditionalCalls;
4+
use function PHPUnit\Framework\assertNull;
5+
use function PHPUnit\Framework\assertSame;
46

57
class Proxied
68
{

0 commit comments

Comments
 (0)