canaltp / sam-core-bundle
Symfony CanalTPSamCoreBundle
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 9 530
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 33
Forks: 6
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- canaltp/sam-ecore-application-manager-bundle: ~0.5
- canaltp/sam-ecore-security-manager-bundle: ~0.5
- canaltp/sam-ecore-user-manager-bundle: ^1.3
- canaltp/sam-monitoring-bundle: ^1.0
- friendsofsymfony/jsrouting-bundle: ~1.0
- knplabs/knp-menu-bundle: ~1.1
- stof/doctrine-extensions-bundle: ~1.0
- symfony/monolog-bundle: ~2.11.2
- symfony/swiftmailer-bundle: ~2.3
- willdurand/js-translation-bundle: ~2.0
Requires (Dev)
- dev-master
- 1.6.22
- 1.6.21
- 1.6.20
- 1.6.19
- 1.6.18
- 1.6.17
- 1.6.15
- 1.6.14
- 1.6.13
- 1.6.12
- 1.6.11
- 1.6.10
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.0
- 0.14.3
- 0.14.2
- 0.5.7
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.14
- 0.4.13
- 0.4.12
- 0.4.11
- 0.4.10
- 0.4.9
- 0.4.8
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- dev-patch-emails-contents
This package is not auto-updated.
Last update: 2022-04-04 11:26:14 UTC
README
This bundle is part of Navitia Mobility Manager It contains
- Entities (Application, Customer, Role...)
- Customer management
Unit Tests
Requirements : docker
You can launch unit tests following these steps :
- Build docker image
mkdir -p ${HOME}/.config/composer
_UID=$(id -u) GID=$(id -g) docker-compose -f docker-compose.test.yml build --no-cache --force-rm --pull samcore-app
- Launch composer
rm -f composer.lock
_UID=$(id -u) GID=$(id -g) docker-compose -f docker-compose.test.yml run --rm samcore-app composer install --no-interaction --prefer-dist
Note : first launch can be very long (>45mins) depending on your device resources.
- Launch unit tests
_UID=$(id -u) GID=$(id -g) docker-compose -f docker-compose.test.yml run --rm samcore-app \
./vendor/bin/phpunit --testsuite=SamCoreUnit --log-junit=docs/unit/logs/junit.xml --coverage-html=docs/unit/CodeCoverage --coverage-clover=docs/unit/logs/coverage.xml
You could see the coverage result in the folder docs/unit/CodeCoverage
License
This bundle is released under the GPL-3.0 License