- Twitter Bootstrap
- Pimple dependency injection container
- Codeception testing PHP framework
- Use the
git clone https://github.com/Qevg/Student-list.git
command to clone the repository - Use the
composer install
command to install dependencies - Import database
students.sql
on your database - Change database settings in
config/config_production.json
- Set
public
directory as a document root on your web server
- Set environment to
testing
in theconfig/config.json
- Create test database for tests
- Change configuration in the
config/config_testing.json
,codeception.yml
andtests/*.suite.yml
$ codecept run
This application is licensed under the MIT license. For more information refer to License file.