From 9187b3e2fd21b0f09fe84a94df3446796b7944ad Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 25 Jan 2024 17:09:05 +0000 Subject: [PATCH] Update arch-testing.md --- arch-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch-testing.md b/arch-testing.md index 7971199..148fea6 100644 --- a/arch-testing.md +++ b/arch-testing.md @@ -78,7 +78,7 @@ test('app') ### `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') @@ -162,7 +162,7 @@ test('app') ### `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')