PHPackages                             digitalpianism/testframework - 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. digitalpianism/testframework

ActiveMagento-module[Testing &amp; Quality](/categories/testing)

digitalpianism/testframework
============================

A simple test framework module to develop integration and unit tests on Magento 1

4818.1k13[5 issues](https://github.com/digitalpianism/testframework/issues)PHP

Since Mar 13Pushed 8y ago7 watchersCompare

[ Source](https://github.com/digitalpianism/testframework)[ Packagist](https://packagist.org/packages/digitalpianism/testframework)[ RSS](/packages/digitalpianism-testframework/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Digital Pianism Test Framework
==============================

[](#digital-pianism-test-framework)

A simple test framework module that can be used to create unit and integration tests on Magento 1.

Prepare your module for your tests
----------------------------------

[](#prepare-your-module-for-your-tests)

- Create a `Test` folder under your module folder
- Under this `Test` folder create the following files:

`phpunit.xml` with the following content:

```

            .

```

Note that you can change most of the file here, the important part being the `bootstrap.php` file declaration.

`bootstrap.php` with the following content:

```
