2017 © Pedro Peláez
 

library testing-component

A collection of test helpers for Symfony 3 projects

image

internations/testing-component

A collection of test helpers for Symfony 3 projects

  • Tuesday, June 5, 2018
  • by lstrojny
  • Repository
  • 24 Watchers
  • 4 Stars
  • 24,586 Installations
  • PHP
  • 8 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 13 Versions
  • 10 % Grown

The README.md

Test helpers for Symfony projects

Build Status, (*1)

A collection of test helpers to ease testing of Symfony3 projects., (*2)

The base test class

<?php
use InterNations\Component\Testing\AbstractTestCase;

class MyTest extends AbstractTestCase
{
}

Accessing restricted members

<?php
use InterNations\Component\Testing\AccessTrait;


class MyTest ...
{
    use AccessTrait;

    public function testSomething()
    {
        $this->setNonPublicProperty($this->sut, 'privateProperty', 'value');
        $this->callNonPublicMethod($this->sut, 'protectedMethod', ['arg1', 'arg2']);
    }
}

The Versions

16/01 2018

dev-egils-dont-typehint-object

dev-egils-dont-typehint-object

A collection of test helpers for Symfony 3 projects

  Sources   Download

MIT

The Requires

  • php ~7

 

The Development Requires

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit

13/07 2017

1.2.0

1.2.0.0

A collection of test helpers for Symfony 3 projects

  Sources   Download

MIT

The Requires

  • php ~7

 

The Development Requires

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit

19/02 2017

1.1.0

1.1.0.0

A collection of test helpers for Symfony 3 projects

  Sources   Download

MIT

The Requires

  • php ~7

 

The Development Requires

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit

17/02 2017

1.0.1

1.0.1.0

A collection of test helpers for Symfony 3 projects

  Sources   Download

MIT

The Development Requires

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit

15/02 2017

1.0.0

1.0.0.0

A collection of test helpers for Symfony 3 projects

  Sources   Download

MIT

The Development Requires

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit

10/10 2016

0.5.0

0.5.0.0

A collection of test helpers for Symfony 3 projects

  Sources   Download

MIT

The Development Requires

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit

19/05 2016

0.4.0

0.4.0.0

A collection of test helpers for Symfony 2 projects

  Sources   Download

MIT

The Development Requires

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit

22/10 2015

0.3.3

0.3.3.0

A collection of test helpers for Symfony 2 projects

  Sources   Download

MIT

The Development Requires

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit

19/01 2014

0.3.2

0.3.2.0

A collection of test helpers for Symfony 2 projects

  Sources   Download

MIT

The Development Requires

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit

06/10 2013

0.3.1

0.3.1.0

A collection of test helpers for Symfony 2 projects

  Sources   Download

MIT

The Development Requires

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit

06/10 2013

0.3.0

0.3.0.0

A collection of test helpers for Symfony 2 projects

  Sources   Download

MIT

The Development Requires

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit

22/03 2013

0.2

0.2.0.0

A collection of test helpers for Symfony 2 projects

  Sources   Download

MIT

by Max Beutel
by Michael Weinrich
by Hans Bernhard Streit