An open API service indexing awesome lists of open source software.

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

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