Skip to content

Commit

Permalink
Mock
Browse files Browse the repository at this point in the history
  • Loading branch information
kmotrebski authored and sarven committed Jan 3, 2025
1 parent 48ada48 commit 4c6cf0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ final class ExampleTest extends TestCase
### Classical (Detroit school)

- The unit is a single unit of behavior, it can be a few related classes.
- Every test should be isolated from others. So it must be possible to invoke them in parallel or in any order.

```php
final class TestExample extends TestCase
Expand Down

0 comments on commit 4c6cf0c

Please sign in to comment.