Skip to content

Commit

Permalink
Update arch-testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Jan 25, 2024
1 parent 9f34418 commit 9187b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test('app')
<a name="expect-toBeIntBackedEnums"></a>
### `toBeIntBackedEnums()`

The `toBeIntBackedEnums()` method may be used to ensure that all files within a given namespace are backed by an integer.
The `toBeIntBackedEnums()` method may be used to ensure that all enums within a specified namespace are int-backed.

```php
test('app')
Expand Down Expand Up @@ -162,7 +162,7 @@ test('app')
<a name="expect-toBeStringBackedEnums"></a>
### `toBeStringBackedEnums()`

The `toBeStringBackedEnums()` method may be used to ensure that all files within a given namespace are backed by a string.
The `toBeStringBackedEnums()` method may be used to ensure that all enums within a specified namespace are string-backed.

```php
test('app')
Expand Down

0 comments on commit 9187b3e

Please sign in to comment.