From ac2f7bb7903bb2d3865085dafc53aae29959dec8 Mon Sep 17 00:00:00 2001 From: demn98 <79911094+demn98@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:50:34 +0300 Subject: [PATCH] Update testing.md --- testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing.md b/testing.md index 0a5935ea..61b6cdf5 100644 --- a/testing.md +++ b/testing.md @@ -50,7 +50,7 @@ php artisan make:test UserTest --unit ```php tab=Pest toBeTrue(); }); ``` @@ -65,7 +65,7 @@ use PHPUnit\Framework\TestCase; class ExampleTest extends TestCase { /** - * A basic test example. + * Базовый тестовый пример. */ public function test_basic_test(): void {