/miao

php framework

Primary LanguagePHP

Maio

PHP фреймоворк

Installing/Configuring

Requirements

  • PHP 5.3

  • PHPUnit

Installation

Скачиваем архив https://github.com/TheRatG/miao.

Устанавливаем PHPUnit

pear config-set auto_discover 1;
pear install --alldeps pear.phpunit.de/PHPUnit

Test

Убеждаемся в том что все необходимое установлено, запускаем тесты.

php scripts/test.php -d Miao

TODO

Merge with trunk