os2display/core-bundle

There is no license information available for the latest version (2.2.3) of this package.

Os2Display core

Installs: 502

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 6

Open Issues: 1

Type:symfony-bundle


README

Installation:

composer require 'os2display/core-bundle:^1.0'

Api tests

The Behat api tests uses SQLite. However, we need to patch doctrine/dbal (cf. doctrine/dbal#2426) in order to make auto-increment columns work as expected (i.e. as in MySQL):

composer install
patch --strip=1 < Features/Fixtures/patch/doctrine-dbal-issues-2426.patch

Run the api tests:

./vendor/bin/behat --suite=api_features