Maghraby / SymfonyCodeceptionApp

Basic Symfony App with Codeception Tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony Codeception App

Sample Symfony App (based on AcmeDemoBundle) functionally tested with Codeception. Uses Symfony2 module for testing. Includes

  • Demo application from AcmoDemoBundle with session/redirection
  • simple CRUD application with Doctrine

Contribute to this application to introduce more sophisticated Symfony2 features and get them tested. Tests located in tests/functional directory

Running Tests

  • Install Codeception >= 2.0.3 (included in composer.json)
  • Create database
./app/console doctrine:database:create
  • Create database schema
./app/console doctrine:schema:create
  • Execute tests
./vendor/bin/codecept run

About

Basic Symfony App with Codeception Tests

License:MIT License


Languages

Language:PHP 74.6%Language:XML 23.4%Language:ApacheConf 1.1%Language:CSS 0.8%