netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

Installs: 87 641

Dependents: 4

Suggesters: 0

Security: 0

Stars: 14

Watchers: 5

Forks: 3

Open Issues: 0

Type:symfony-bundle

1.4.1 2023-02-16 13:30 UTC

This package is auto-updated.

Last update: 2024-04-07 09:36:42 UTC


README

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