mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
feat: pr and issue
This commit is contained in:
@ -119,7 +119,7 @@ describe('something 2', function () {
|
||||
|
||||
$this->count++;
|
||||
})->after(function () {
|
||||
expect($this->count)->toBe(4);
|
||||
expect($this->count)->toBe(6);
|
||||
|
||||
$this->count++;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user