2017 © Pedro Peláez
 

library codeception-task

Codeception task for Soy

image

soy-php/codeception-task

Codeception task for Soy

  • Friday, December 11, 2015
  • by rskuipers
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Codeception Task

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Introduction

This is a Codeception task for Soy, (*2)

Usage

Include soy-php/codeception-task in your project with composer:, (*3)

$ composer require soy-php/codeception-task

Then in your recipe you can use the task as follows:, (*4)

<?php

$recipe = new \Soy\Recipe();

$recipe->component('default', function (\Soy\Codeception\BuildTask $buildTask, \Soy\Codeception\RunTask $runTask) {
    $buildTask
        ->setVerbose(true)
        ->run();

    $runTask
        ->setCoverageFormats([
            \Soy\Codeception\RunTask::COVERAGE_TEXT,
            \Soy\Codeception\RunTask::COVERAGE_XML => 'my-report.xml',
        ])
        ->addReportFormat(\Soy\Codeception\RunTask::REPORT_JSON)
        ->setVerbose(true)
        ->setDebug(true)
        ->run();
});

return $recipe;

The Versions

11/12 2015

dev-develop

dev-develop

Codeception task for Soy

  Sources   Download

MIT

The Requires

 

11/12 2015

0.2.1

0.2.1.0

Codeception task for Soy

  Sources   Download

MIT

The Requires

 

11/12 2015

0.2.0

0.2.0.0

Codeception task for Soy

  Sources   Download

MIT

The Requires

 

27/11 2015

0.1.0

0.1.0.0

Codeception task for Soy

  Sources   Download

MIT

The Requires