2017 © Pedro Peláez
 

codeception-helper quickbrownfox-codeception-helper

Codeception helper for QuickBrownFox

image

ippey/quickbrownfox-codeception-helper

Codeception helper for QuickBrownFox

  • Wednesday, July 11, 2018
  • by Ippey
  • Repository
  • 1 Watchers
  • 1 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

QuickBrownFox Codeception Helper

Codeception Helper for QuickBrownFox., (*1)

CircleCI, (*2)

Installation

```$xslt composer require ippey/quickbrownfox-codeception-helper, (*3)

## Configuration
For example.
```yaml
modules:
    enabled: [\Helper\QuickBrownFox]
    config:
        \Helper\QuickBrownFox:
          dsn: 'mysql:host=localhost;dbname=test'
          user: 'user'
          password: 'password'

Usage

// Using Helper
$this->>tester->setFixtures('table', [
    [
        'id' => 1,
        'name' => 'my name',
        'gender' => 'male',
    ],
]);

// Using FixtureSetupSession
$this->tester->newFixtureSession();
$session = $this->tester->getFixtureSession();
$session->into('table')->load([
    [
        'id' => 1,
        'name' => 'my name',
        'gender' => 'male',
    ],
]);

// If you want to reset data, use resetFixtureSession()
$this->>tester->resetFixtureSession();

more details, See QuickBrownFox Documentation., (*4)

License

MIT License, (*5)

The Versions

11/07 2018

dev-master

9999999-dev https://unplat.info/

Codeception helper for QuickBrownFox

  Sources   Download

MIT

The Requires

 

The Development Requires

helper codeception quickbrownfox

11/07 2018

0.2.2

0.2.2.0 https://unplat.info/

Codeception helper for QuickBrownFox

  Sources   Download

MIT

The Requires

 

The Development Requires

helper codeception quickbrownfox

29/06 2018

0.2.1

0.2.1.0 https://unplat.info/

Codeception helper for QuickBrownFox

  Sources   Download

MIT

The Requires

 

helper codeception quickbrownfox

29/06 2018
28/06 2018

0.1.0

0.1.0.0 https://unplat.info/

Codeception helper for QuickBrownFox

  Sources   Download

MIT

The Requires

 

The Development Requires