Default application for project Jodit Application
This module is a framework for building a Jodit backend. Its installation is best done via https://github.com/xdan/jodit-connectors
Install full requires including dev
composer install
Start PHP server
npm start
or
cd ./docker && docker compose up
Run tests
npm test
But before add your internal ip tests/index-test.php
and tests/TestApplication.php
Run only API tests
./vendor/bin/codecept run api
./vendor/bin/codecept run api getFilesOnlyImagesCept
Run only unit tests
./vendor/bin/codecept run unit