From 936ad593bbd9831a8e4a37100ebdf461c711721b Mon Sep 17 00:00:00 2001 From: Arhell Date: Sat, 26 Aug 2023 01:47:02 +0300 Subject: [PATCH] update tests folder links --- tests/commands/ApiControllerTest.php | 4 ++-- tests/commands/GuideControllerTest.php | 4 ++-- tests/data/api/animal/Animal.php | 6 +++--- tests/data/api/animal/Cat.php | 4 ++-- tests/data/api/animal/Dog.php | 4 ++-- tests/models/BaseDocTest.php | 10 +++++----- tests/support/controllers/ApiControllerMock.php | 6 +++--- tests/support/controllers/GuideControllerMock.php | 6 +++--- .../controllers/StdOutBufferControllerTrait.php | 4 ++-- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/tests/commands/ApiControllerTest.php b/tests/commands/ApiControllerTest.php index 7708ba65..3354e0b8 100644 --- a/tests/commands/ApiControllerTest.php +++ b/tests/commands/ApiControllerTest.php @@ -1,8 +1,8 @@ birthDate; } -} \ No newline at end of file +} diff --git a/tests/data/api/animal/Cat.php b/tests/data/api/animal/Cat.php index 20fe38ab..c566a6de 100644 --- a/tests/data/api/animal/Cat.php +++ b/tests/data/api/animal/Cat.php @@ -1,8 +1,8 @@ assertEquals($expectedFirstSentence, $actualFirstSentence); } - + /** * @link https://github.com/yiisoft/yii2-apidoc/pull/282 */ diff --git a/tests/support/controllers/ApiControllerMock.php b/tests/support/controllers/ApiControllerMock.php index 3e30ef64..085a8c11 100644 --- a/tests/support/controllers/ApiControllerMock.php +++ b/tests/support/controllers/ApiControllerMock.php @@ -1,8 +1,8 @@