PHPackages                             elstc/codeception-cakefixture - 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. elstc/codeception-cakefixture

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

elstc/codeception-cakefixture
=============================

CakePHP Fixture loader for Codeception

v1.1.0(8y ago)24.2kMITPHPPHP &gt;=5.6

Since Dec 11Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (0)

CakeFixture - CakePHP's Fixture loader for Codeception
======================================================

[](#cakefixture---cakephps-fixture-loader-for-codeception)

 [ ![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265) ](LICENSE.txt) [ ![Build Status](https://camo.githubusercontent.com/bde8e1fcb51ff344042ba89abdc1db0ae0c94147367438b26d28d0f3d83e9fd3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e6f6a696d6167652f636f646563657074696f6e2d63616b65666978747572652f6d61737465722e7376673f7374796c653d666c61742d737175617265) ](https://travis-ci.org/nojimage/codeception-cakefixture) [ ![Latest Stable Version](https://camo.githubusercontent.com/21b1df3de6081eea9aa83d09141e3e4dc5cfcb9f96399758d91cdc61667e6e07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c7374632f636f646563657074696f6e2d63616b65666978747572652e7376673f7374796c653d666c61742d737175617265) ](https://packagist.org/packages/elstc/codeception-cakefixture)

This Codeception module can be able load [CakePHP Fixutre](https://book.cakephp.org/3.0/en/development/testing.html#fixtures) in your test case.

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require --dev elstc/codeception-cakefixture

```

Then enable this module in your test suite configration file (eg: `acceptance.suite.yml`, `functional.suite.yml`, and etc...):

```
modules:
    enabled:
        - CakeFixture

```

See: [06-ModulesAndHelpers - Codeception - Documentation](http://codeception.com/docs/06-ModulesAndHelpers)

If you have not yet read the CakePHP bootstrap file with in the Codeception bootstrap, then load it:

```
