vonglasow / atoum-skeleton

Small example to start with atoum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atoum Skeleton

Build Status

Just a little project which implement a skeleton for application tested with atoum.

Install

git clone git@github.com:vonglasow/atoum-skeleton.git
make

To run test

make test

or

./vendor/bin/atoum -d tests

How to use it

Install it then replace all skeleton occurence everywhere by your namespace/class

the atoum config file is .atoum.php the atoum bootstrap file is .bootstrap.php

.atoum.php define the bootstrap and it's automatically loaded.

About

Small example to start with atoum


Languages

Language:PHP 98.0%Language:Makefile 2.0%