diff --git a/testing.md b/testing.md index 0a5935e..61b6cdf 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 {