PHPackages                             keios/oc-plugin-testsuite - 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. keios/oc-plugin-testsuite

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

keios/oc-plugin-testsuite
=========================

Testing middleware package for OctoberCMS Plugins

31.2k3[1 issues](https://github.com/keiosweb/oc-plugin-testsuite/issues)PHP

Since Oct 25Pushed 9y ago3 watchersCompare

[ Source](https://github.com/keiosweb/oc-plugin-testsuite)[ Packagist](https://packagist.org/packages/keios/oc-plugin-testsuite)[ RSS](/packages/keios-oc-plugin-testsuite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Keios/oc-plugin-testsuite
=========================

[](#keiosoc-plugin-testsuite)

[![Latest Version](https://camo.githubusercontent.com/b358aba612b58938b85d84b693a5dc21c7174d37b580eedc4b3243e12a3474b0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6b65696f737765622f6f632d706c7567696e2d7465737473756974652e7376673f7374796c653d666c61742d737175617265)](https://github.com/keiosweb/oc-plugin-testsuite/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/6e6e8f6c559bf19b8e8066bac6cb0de17c49992f5f327e263503d6a727b3bcb7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b65696f732f6f632d706c7567696e2d7465737473756974652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/keios/oc-plugin-testsuite)

### THIS PACKAGE IS NOW DEPRECATED AS OCTOBERCMS NOW SHIPS WITH IT'S OWN PLUGIN UNIT TESTING TEST CASE.

[](#this-package-is-now-deprecated-as-octobercms-now-ships-with-its-own-plugin-unit-testing-test-case)

Testing middleware package: provides extended PHPUnit's TestCase class - OctoberPluginTestCase, which allows for unit testing in OctoberCMS / Laravel context and loads all related composer autoloaders.

Prepared for OctoberCMS Release Candidate, won't work with beta releases.

Requirements
------------

[](#requirements)

OctoberCMS

Install
-------

[](#install)

Via Composer

```
$ composer require keios/oc-plugin-testsuite dev-master --dev
```

Usage
-----

[](#usage)

#### phpunit.xml

[](#phpunitxml)

Plugin's phpunit.xml should look somewhat like this:

```

            tests/unit

            tests/functional

```

#### Test Cases

[](#test-cases)

Package provides class OctoberPluginTestCase, which is prepared to run tests in Laravel 5 / OctoberCMS environment and comes with handy features like automatic migrations.

Your test cases should follow these rules:

**basic unit test**

```
