Skip to content

Commit

Permalink
Merge pull request #264 from OussamaMater/master
Browse files Browse the repository at this point in the history
Removes unnecessary assertion
  • Loading branch information
nunomaduro authored Apr 24, 2024
2 parents 8710320 + 460f27b commit bbbba3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ To address this issue, Pest offers the `depends()` method, which allows a "Child
```php
test('parent', function () {
expect(true)->toBeTrue();

$this->assertTrue(true);
});

test('child', function () {
Expand Down

0 comments on commit bbbba3b

Please sign in to comment.