OSDN Git Service

Добавлены тесты функционала на страницы site/index, site/contact, site/login, site...
authorDmitry Dobryshin <dimkainc@mail.ru>
Tue, 22 Sep 2020 12:07:52 +0000 (15:07 +0300)
committerDmitry Dobryshin <dimkainc@mail.ru>
Tue, 22 Sep 2020 12:07:52 +0000 (15:07 +0300)
commit4bd66eff55cb773eb110da94efe8e5dfbb7a8c79
tree20c6f43d49feec43ca1fa9f08e41bd5e2477a54d
parentdc41204d7a137b4de32d0b1f8fe07b521d825a9e
Добавлены тесты функционала на страницы site/index, site/contact, site/login, site/about, items/index, items/create, items/update, items/print

ned
138 files changed:
composer.json
composer.lock
config/myfunctions.php [new file with mode: 0644]
config/test.php
config/web.php
runtime/debug/index.data
runtime/logs/app.log
tests/functional.suite.yml
tests/functional/CreateItemCest.php [new file with mode: 0644]
tests/functional/IndexCest.php
tests/functional/ItemsCest.php [new file with mode: 0644]
tests/functional/UpdateItemCest.php [new file with mode: 0644]
upload/qrcode/05/e3/05e36a56768f58eaced68b2aa9940ef9888cc668.png [new file with mode: 0644]
upload/qrcode/09/84/09845b31e367b6586f8ddbf3d4b3a7c30692751d.png [new file with mode: 0644]
upload/qrcode/0b/04/0b04cf2de037684a9b819e9697c662c0e4aa0249.png [new file with mode: 0644]
upload/qrcode/0e/f2/0ef2032a8628936abf2fa5a6d2adc6282ca73bc1.png [new file with mode: 0644]
upload/qrcode/0f/55/0f55482ce77b09d878285fccba1f8b6e2bb6dfad.png [new file with mode: 0644]
upload/qrcode/18/00/1800af06d5706281a967ca37d57b6e46ea227425.png [new file with mode: 0644]
upload/qrcode/19/3c/193cf52b2ab44d6f43b672280a2f65fa623aa97f.png [new file with mode: 0644]
upload/qrcode/2c/5e/2c5e93918a1647645f93ebe51a074ea08d60b289.png [new file with mode: 0644]
upload/qrcode/56/b1/56b10b6113c395b4e4d4c26443364df726974ee5.png [new file with mode: 0644]
upload/qrcode/57/12/5712cab8a38ad466a0fe52936c84d1e9f4d6e0ec.png [new file with mode: 0644]
upload/qrcode/57/6f/576fd3c3acf14d90d6dd684c69a6e3407ae790c2.png [new file with mode: 0644]
upload/qrcode/58/fd/58fdea63a5684ea06f8f76aa7d36d2fa0a197d14.png [new file with mode: 0644]
upload/qrcode/64/07/64079b926fc82a05d402d2dc7e372b406e6a3780.png [new file with mode: 0644]
upload/qrcode/66/e9/66e9e23c65603b2a3336ff5906f18ddba24ced49.png [new file with mode: 0644]
upload/qrcode/73/c5/73c5887942858a1f3565d5761f55ca385bf4ca86.png [new file with mode: 0644]
upload/qrcode/7a/ab/7aab762f6442705f2471d9273434654d6cb515ab.png [new file with mode: 0644]
upload/qrcode/7b/dd/7bdd64631f9f96fbb72241e5f66acb4c8e7a7df2.png [new file with mode: 0644]
upload/qrcode/92/b5/92b5c46414dbbc23f3634ee3ab6b9a50676c6e36.png [new file with mode: 0644]
upload/qrcode/a6/ce/a6ce98a3c0fa6b1dc3b391ed4eb29841212b5a16.png [new file with mode: 0644]
upload/qrcode/ad/5f/ad5f05ce61e53f6434772b72cc555bccfae66f5f.png [new file with mode: 0644]
upload/qrcode/bb/81/bb819a5a0029de7784b5dde8102108e19fbeae22.png [new file with mode: 0644]
upload/qrcode/dc/a8/dca82b3d8fbcde306e75d12fb9fb9c112e17b578.png [new file with mode: 0644]
upload/qrcode/e9/80/e980c3839a9ec3fc081c0dabb2f6c36a023da77c.png [new file with mode: 0644]
vendor/bin/validate-json [new symlink]
vendor/codeception/module-db/LICENSE [new file with mode: 0644]
vendor/codeception/module-db/composer.json [new file with mode: 0644]
vendor/codeception/module-db/src/Codeception/Lib/DbPopulator.php [new file with mode: 0644]
vendor/codeception/module-db/src/Codeception/Lib/Driver/Db.php [new file with mode: 0755]
vendor/codeception/module-db/src/Codeception/Lib/Driver/MySql.php [new file with mode: 0644]
vendor/codeception/module-db/src/Codeception/Lib/Driver/Oci.php [new file with mode: 0644]
vendor/codeception/module-db/src/Codeception/Lib/Driver/PostgreSql.php [new file with mode: 0644]
vendor/codeception/module-db/src/Codeception/Lib/Driver/SqlSrv.php [new file with mode: 0644]
vendor/codeception/module-db/src/Codeception/Lib/Driver/Sqlite.php [new file with mode: 0644]
vendor/codeception/module-db/src/Codeception/Lib/Interfaces/Db.php [new file with mode: 0644]
vendor/codeception/module-db/src/Codeception/Module/Db.php [new file with mode: 0644]
vendor/codeception/module-rest/.github/workflows/main.yml [new file with mode: 0644]
vendor/codeception/module-rest/LICENSE [new file with mode: 0644]
vendor/codeception/module-rest/composer.json [new file with mode: 0644]
vendor/codeception/module-rest/src/Codeception/Module/REST.php [new file with mode: 0644]
vendor/codeception/module-rest/src/Codeception/Util/JsonArray.php [new file with mode: 0644]
vendor/codeception/module-rest/src/Codeception/Util/JsonType.php [new file with mode: 0644]
vendor/composer/autoload_classmap.php
vendor/composer/autoload_files.php
vendor/composer/autoload_namespaces.php
vendor/composer/autoload_psr4.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/flow/jsonpath/.gitignore [new file with mode: 0644]
vendor/flow/jsonpath/.travis.yml [new file with mode: 0644]
vendor/flow/jsonpath/LICENSE [new file with mode: 0644]
vendor/flow/jsonpath/README.md [new file with mode: 0644]
vendor/flow/jsonpath/composer.json [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/AccessHelper.php [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/Filters/AbstractFilter.php [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/Filters/IndexFilter.php [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/Filters/IndexesFilter.php [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/Filters/QueryMatchFilter.php [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/Filters/QueryResultFilter.php [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/Filters/RecursiveFilter.php [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/Filters/SliceFilter.php [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/JSONPath.php [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/JSONPathException.php [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/JSONPathLexer.php [new file with mode: 0644]
vendor/flow/jsonpath/src/Flow/JSONPath/JSONPathToken.php [new file with mode: 0644]
vendor/flow/jsonpath/tests/JSONPathArrayAccessTest.php [new file with mode: 0644]
vendor/flow/jsonpath/tests/JSONPathBenchmarks.php [new file with mode: 0644]
vendor/flow/jsonpath/tests/JSONPathDashedIndexTest.php [new file with mode: 0644]
vendor/flow/jsonpath/tests/JSONPathLexerTest.php [new file with mode: 0644]
vendor/flow/jsonpath/tests/JSONPathSliceAccessTest.php [new file with mode: 0644]
vendor/flow/jsonpath/tests/JSONPathTest.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/.php_cs.dist [new file with mode: 0644]
vendor/justinrainbow/json-schema/LICENSE [new file with mode: 0644]
vendor/justinrainbow/json-schema/README.md [new file with mode: 0644]
vendor/justinrainbow/json-schema/bin/validate-json [new file with mode: 0755]
vendor/justinrainbow/json-schema/composer.json [new file with mode: 0644]
vendor/justinrainbow/json-schema/demo/README.md [new file with mode: 0644]
vendor/justinrainbow/json-schema/demo/data.json [new file with mode: 0644]
vendor/justinrainbow/json-schema/demo/demo.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/demo/schema.json [new file with mode: 0644]
vendor/justinrainbow/json-schema/dist/schema/json-schema-draft-03.json [new file with mode: 0644]
vendor/justinrainbow/json-schema/dist/schema/json-schema-draft-04.json [new file with mode: 0644]
vendor/justinrainbow/json-schema/phpunit.xml.dist [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/BaseConstraint.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/LooseTypeCheck.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/StrictTypeCheck.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/TypeCheckInterface.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ExceptionInterface.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaException.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/RuntimeException.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UnresolvableJsonPointerException.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ValidationException.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Iterator/ObjectIterator.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Rfc3339.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorageInterface.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/UriResolverInterface.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/UriRetrieverInterface.php [new file with mode: 0644]
vendor/justinrainbow/json-schema/src/JsonSchema/Validator.php [new file with mode: 0644]
views/items/_form.php