Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 438 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 438 Bytes

Netgen Content Browser

Installation instructions

INSTALL.md

Running tests

Running tests requires that you have complete vendors installed, so run composer install before running the tests.

You can run unit tests by calling composer test from the repo root:

$ composer test

Running API tests

You can run API tests by calling composer test-api from the repo root:

$ composer test-api