OSDN Git Service

Добавлены и исправлены тесты. Внесены незначительные правки в надписи.
authorDmitry Dobryshin <dimkainc@mail.ru>
Fri, 25 Sep 2020 11:46:41 +0000 (14:46 +0300)
committerDmitry Dobryshin <dimkainc@mail.ru>
Fri, 25 Sep 2020 11:46:41 +0000 (14:46 +0300)
commitcbd1e031428759ddb778250fa6a4d6295cebe477
tree1b196ac4183c4c53d7e16d34f633ef41b63ea5b8
parent769be11a5d00707f008b49c2bd68f2b363e06214
Добавлены и исправлены тесты. Внесены незначительные правки в надписи.
42 files changed:
messages/ru-RU/app.php
messages/ru-RU/locations.php
messages/ru-RU/regions.php
messages/ru-RU/status.php
messages/ru-RU/types.php
models/Locations.php
models/Status.php
runtime/debug/index.data
runtime/logs/app.log
tests/functional.suite.yml
tests/functional/DebugCest.php [new file with mode: 0644]
tests/functional/ItemsCreateCest.php
tests/functional/ItemsUpdateCest.php
tests/functional/LocationsCest.php [new file with mode: 0644]
tests/functional/LocationsCreateCest.php [new file with mode: 0644]
tests/functional/LocationsUpdateCest.php [new file with mode: 0644]
tests/functional/MovingInsertCest.php
tests/functional/MovingUpdateCest.php
tests/functional/RegionsCest.php [new file with mode: 0644]
tests/functional/RegionsCreateCest.php [new file with mode: 0644]
tests/functional/RegionsUpdateCest.php [new file with mode: 0644]
tests/functional/StatusCest.php [new file with mode: 0644]
tests/functional/StatusCreateCest.php [new file with mode: 0644]
tests/functional/StatusUpdateCest.php [new file with mode: 0644]
tests/functional/TypesCest.php [new file with mode: 0644]
tests/functional/TypesCreateCest.php [new file with mode: 0644]
tests/functional/TypesUpdateCest.php [new file with mode: 0644]
views/items/_form.php
views/locations/create.php
views/locations/index.php
views/moving/update.php
views/regions/_form.php
views/regions/create.php
views/regions/index.php
views/status/_form.php
views/status/create.php
views/status/index.php
views/status/update.php
views/status/view.php
views/types/create.php
views/types/index.php
views/types/view.php