Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jul 19, 2023
1 parent 11fd1a2 commit bb7b874
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions migrating-from-phpunit-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,13 @@ class ExampleTest extends TestCase
Should look like this after running `--drift`:

```php


test('true is true', function () {
expect(true)->toBeTrue();
});
```

The output will contain a summary of the conversion process, as well as a list of the files that were converted.

<div class="code-snippet">
<img src="/assets/img/pest-drift.webp?1" style="--lines: 10" />
</div>

While most of your tests should be converted automatically, and you should be able to run them without any issues, there are some cases where you may need to manually convert some of your tests.

---
Expand Down

0 comments on commit bb7b874

Please sign in to comment.