2017 © Pedro Peláez
 

symfony-bundle tests-bundle

Extends Symfony KernelTestCase

image

blast-project/tests-bundle

Extends Symfony KernelTestCase

  • Wednesday, March 28, 2018
  • by BlastCI
  • Repository
  • 5 Watchers
  • 0 Stars
  • 795 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

TestsBundle

Build Status Coverage Status License, (*1)

Latest Stable Version Latest Unstable Version Total Downloads, (*2)

Extends Symfony KernelTestCase with BlastTestCase and allow you to quick access some usefull routine..., (*3)

Installation

Downloading

$ composer require blast-project/tests-bundle, (*4)

Example

Check services blast*, (*5)


use Blast\TestsBundle\Functional\BlastTestCase; class BlastServiceTest extends BlastTestCase { protected function setUp() { parent::setUp(); } public function testServicesAreInitializable() { $this->isServicesAreInitializable('blast'); } }

Launch console command:, (*6)

use Blast\TestsBundle\Functional\BlastTestCase;

class CollectGarbageCommandTest extends BlastTestCase
{
    protected function setUp()
    {
        parent::setUp();
    }

    public function testCommand()
    {
      $this->cacheClear();
      // or
      $this->launchCommand([
            'command' => 'cache:clear',
            '--no-warmup' => true,
      ]);
    }
}

The Versions

28/03 2018

dev-wip-platform

dev-wip-platform https://github.com/blast-project/TestsBundle

Extends Symfony KernelTestCase

  Sources   Download

LGPL-3.0 LGPL-3.0-only

The Requires

 

The Development Requires

phpunit symfony blast

21/12 2017
15/11 2017

dev-wip-lisem

dev-wip-lisem https://github.com/blast-project/TestsBundle

Extends Symfony KernelTestCase

  Sources   Download

LGPL-3.0

The Requires

 

phpunit symfony blast

19/10 2017

0.5.2

0.5.2.0 https://github.com/blast-project/TestsBundle

Extends Symfony KernelTestCase

  Sources   Download

LGPL-3.0

The Requires

 

phpunit symfony blast

15/09 2017

0.5.1

0.5.1.0 https://github.com/blast-project/TestsBundle

Extends Symfony KernelTestCase

  Sources   Download

LGPL-3.0

The Requires

 

phpunit symfony blast

14/09 2017

dev-wip-test

dev-wip-test https://github.com/blast-project/TestsBundle

Extends Symfony KernelTestCase

  Sources   Download

LGPL-3.0

The Requires

 

phpunit symfony blast

28/07 2017

0.4.5

0.4.5.0 https://github.com/blast-project/TestsBundle

Extends Symfony KernelTestCase

  Sources   Download

LGPL-3.0

The Requires

 

phpunit symfony blast

27/06 2017

0.4.4

0.4.4.0 https://github.com/blast-project/TestsBundle

Extends Symfony KernelTestCase

  Sources   Download

LGPL-3.0

The Requires

 

phpunit symfony blast

13/06 2017

0.4.3

0.4.3.0 https://github.com/blast-project/TestsBundle

Extends Symfony KernelTestCase

  Sources   Download

LGPL-3.0

The Requires

 

phpunit symfony blast

19/05 2017

0.4.2

0.4.2.0 https://github.com/blast-project/TestsBundle

Extends Symfony KernelTestCase

  Sources   Download

LGPL-3.0

The Requires

 

phpunit symfony blast