Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vonglasow/atoum-skeleton
- Owner: vonglasow
- Created: 2014-10-30T14:39:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:06:17.000Z (over 3 years ago)
- Last Synced: 2024-11-06T22:45:10.902Z (2 months ago)
- Topics: atoum, php, skeleton
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/classthe atoum config file is .atoum.php
the atoum bootstrap file is .bootstrap.php.atoum.php define the bootstrap and it's automatically loaded.