PHPackages                             ailixter/aiixtest - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. ailixter/aiixtest

ActiveLibrary[Testing &amp; Quality](/categories/testing)

ailixter/aiixtest
=================

Test snippets runner.

07PHP

Since Oct 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ailixter/aiixtest)[ Packagist](https://packagist.org/packages/ailixter/aiixtest)[ RSS](/packages/ailixter-aiixtest/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

aiixtest
========

[](#aiixtest)

PHP test snippets runner
------------------------

[](#php-test-snippets-runner)

Yes, "snippets" means snippets. *Any valid php file* could be run, its $vars are printed and its return remembered and analysed.

Installation
------------

[](#installation)

```
$ git clone https://github.com/ailixter/aiixtest.git
cd aiixtest
$ php aiixtest.php

```

or

```
$ php composer require-dev ailixter/aiixtest
$ ./vendor/bin/aiixtest.php

```

[archive could just be downloaded](https://github.com/ailixter/aiixtest/archive/master.zip) and unarchived.

Example:
--------

[](#example)

```
o==============================================================================o
|   test/argv.php                                                              |
o==============================================================================o
   1|
