https://github.com/alameda-red/smoke-test
A tool to boot your Symfony application and check your services
https://github.com/alameda-red/smoke-test
appkernel container dependency-injection php smoke-test symfony2 symfony3 testing
Last synced: 5 months ago
JSON representation
A tool to boot your Symfony application and check your services
- Host: GitHub
- URL: https://github.com/alameda-red/smoke-test
- Owner: alameda-red
- License: mit
- Created: 2017-03-11T22:17:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T15:46:08.000Z (almost 9 years ago)
- Last Synced: 2025-06-09T10:05:32.694Z (about 1 year ago)
- Topics: appkernel, container, dependency-injection, php, smoke-test, symfony2, symfony3, testing
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Alameda Smoke Test
==================
The Alameda Smoke Test is a command line tool that checks if your
application has major problems within your dependency injection
container. It will boot your AppKernel and will attempt to create
an instance of each and every service known to the container.
Usage
-----
Clone the repository to a directory of your choice and run it from there:
$ git clone https://github.com/alameda-red/smoke-test.git
$ cd smoke-test
$ php composer.phar install
$ php smoke-test quality:smoke-test /path/to/app/folder
For further options run:
$ php smoke-test quality:smoke-test --help