canaltp / sam-core-bundle
Symfony CanalTPSamCoreBundle
此软件包的官方仓库似乎已不存在,因此该软件包已被冻结。
1.6.22
2021-08-06 09:15 UTC
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
此软件包是Navitia Mobility Manager的一部分。它包含
- 实体(应用程序、客户、角色...)
- 客户管理
单元测试
要求: Docker
您可以通过以下步骤启动单元测试
- 构建Docker镜像
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
- 启动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
注意:第一次启动可能非常长(>45分钟),具体取决于您的设备资源。
- 启动单元测试
_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
您可以在docs/unit/CodeCoverage文件夹中查看覆盖率结果
许可证
此软件包在GPL-3.0许可证下发布