项目作者: vonglasow

项目描述 :
Small example to start with atoum
高级语言: PHP
项目地址: git://github.com/vonglasow/atoum-skeleton.git
创建时间: 2014-10-30T14:39:46Z
项目社区:https://github.com/vonglasow/atoum-skeleton

开源协议:

下载


Atoum Skeleton

Build Status

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

Install

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

To run test

  1. make test

or

  1. ./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.