Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vonglasow/atoum-skeleton

Small example to start with atoum
https://github.com/vonglasow/atoum-skeleton

atoum php skeleton

Last synced: 16 days ago
JSON representation

Small example to start with atoum

Awesome Lists containing this project

README

        

Atoum Skeleton
=======

[![Build Status](https://travis-ci.org/vonglasow/atoum-skeleton.svg?branch=master)](https://travis-ci.org/vonglasow/atoum-skeleton)

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

Install
======
```
git clone [email protected]: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.