Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 623 Bytes

README.asciidoc

File metadata and controls

32 lines (21 loc) · 623 Bytes

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