PHPackages                             nazar-pc/cstester - 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. nazar-pc/cstester

Abandoned → [nazar-pc/phpt-tests-runner](/?search=nazar-pc%2Fphpt-tests-runner)Library[Testing &amp; Quality](/categories/testing)

nazar-pc/cstester
=================

CleverStyle Tester is simple tool to test your PHP applications

0.1.8(12y ago)926MITPHPPHP &gt;=5.4

Since Jul 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nazar-pc/CSTester)[ Packagist](https://packagist.org/packages/nazar-pc/cstester)[ Docs](https://github.com/nazar-pc/CSTester)[ RSS](/packages/nazar-pc-cstester/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

IS NOT MAINTAINED ANYMORE, use PHPT tests instead
=================================================

[](#is-not-maintained-anymore-use-phpt-tests-instead)

What is this?
=============

[](#what-is-this)

CleverStyle Tester is simple tool to test your PHP applications

At first it was small script for testing of [CleverStyle CMS](https://github.com/nazar-pc/CleverStyle-CMS), but I found it can be helpful for others helpful, and decided to maintain it as separate autonomous package. Hope, you'll like it)

Author – Nazar Mokrynskyi

Copyright (c) 2013, Nazar Mokrynskyi

Features
========

[](#features)

- Testing of PHP applications through browser
- Testing of PHP applications through terminal
- Interactive displaying of testing progress

Requirements:
=============

[](#requirements)

- Unix-like operating system
- PHP 5.4+

How to install?
===============

[](#how-to-install)

Composer
--------

[](#composer)

Simply add dependency on `nazar-pc/cstester` to your project's `composer.json`:

```
{
    "require": {
        "nazar-pc/cstester": "*"
    }
}
```

Git
---

[](#git)

Run `git clone https://github.com/nazar-pc/CSTester.git` inside project directory.

Manual
------

[](#manual)

Download zip/tarball from GitHub repository and extract to project directory (actually, only `src/nazarpc/CSTester.php` file is needed, so, you can extract only this one file (for CLI mode, for HTML copy `includes` directory).

How to use?
===========

[](#how-to-use)

Put into root directory of the project `test.php` with such content (assumed composer is used, otherwise include `src/nazarpc/CSTester.php` file in any possible way):

```
