Sergei Matros

Results 5 issues of Sergei Matros

Tested on Ubuntu 16.04

Trying to run unit test locally. I'm using https://github.com/Codeception/Codeception/blob/5.0/tests/README.md notes to run Dockerized testing. Steps to reproduce: git clone [email protected]:MY-GITHUB-USERNAME/Codeception.git cd tests docker-compose build docker-compose up -d docker-compose run --rm...

Fix https://github.com/Codeception/module-db/issues/52 Fixed local testing in Docker. Added PostgreSQL. Added README.

I'm trying to use Docker to run module-db tests locally. Steps to reproduce: ```bash docker compose up -d docker exec -it module-db-php81-1 bash -c "composer install" docker exec -it module-db-php81-1...

I'm using UUID as binary(16) in MySQL tables. My test is failed when I'm trying to test seeInDatabase using UUID as filter criteria. Test failed with error: **[JsonException] Malformed UTF-8...