Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 844 Bytes

README.md

File metadata and controls

46 lines (34 loc) · 844 Bytes

Jodit backend

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

Run tests

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