PHPackages                             aedart/testing - 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. aedart/testing

Abandoned → [aedart/athenaeum](/?search=aedart%2Fathenaeum)ArchivedLibrary[Testing &amp; Quality](/categories/testing)

aedart/testing
==============

Various testing utilities for php

2.3.0(7y ago)01.2k[1 issues](https://github.com/aedart/testing/issues)6BSD-3-ClausePHPPHP &gt;=7.1.0

Since Aug 27Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (8)Used By (6)

[![Latest Stable Version](https://camo.githubusercontent.com/b792b89ad8ae55fc8672cb6ea9032b08026ebf34fe4651bb7ba50947507d5168/68747470733a2f2f706f7365722e707567782e6f72672f6165646172742f74657374696e672f762f737461626c65)](https://packagist.org/packages/aedart/testing)[![Total Downloads](https://camo.githubusercontent.com/4619d6565f3dcd47a60ae474087d4a382f03a40efc2b099efdf7aa07be58d82a/68747470733a2f2f706f7365722e707567782e6f72672f6165646172742f74657374696e672f646f776e6c6f616473)](https://packagist.org/packages/aedart/testing)[![Latest Unstable Version](https://camo.githubusercontent.com/069c0ca6a8a48de1fc6acd3e040e5a5bbe12f2d8270325e321c2339d446fc24b/68747470733a2f2f706f7365722e707567782e6f72672f6165646172742f74657374696e672f762f756e737461626c65)](https://packagist.org/packages/aedart/testing)[![License](https://camo.githubusercontent.com/025791931c2509038dedab78a7786490549d9ef8a158503321e9170ed8ba289d/68747470733a2f2f706f7365722e707567782e6f72672f6165646172742f74657374696e672f6c6963656e7365)](https://packagist.org/packages/aedart/testing)

Deprecated - Testing
====================

[](#deprecated---testing)

Package has been replaced by [aedart/athenaeum](https://github.com/aedart/athenaeum)

Various utilities for testing php code.

Contents
========

[](#contents)

- [How to install](#how-to-install)
- [Quick start](#quick-start)
- [Acknowledgement](#acknowledgement)
- [License](#license)

How to install
--------------

[](#how-to-install)

```
composer require aedart/testing
```

Quick start
-----------

[](#quick-start)

### Base Unit Test Case

[](#base-unit-test-case)

The `UnitTestCase` is an extended version of `\Codeception\TestCase\Test`, which automatically setups `Faker` and closes down `Mockery` once a test has been executed.

```
