2017 © Pedro Peláez
 

library robo-peridot

Robo task for peridot-php

image

robo-peridot/robo-peridot

Robo task for peridot-php

  • Saturday, December 5, 2015
  • by holyshared
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,721 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 17 Versions
  • 0 % Grown

The README.md

robo-peridot

robo-peridot is a library to run the test of peridot for robo.
Installation of Robo PHP Task Runner will be mandatory to use it., (*1)

Latest Stable Version Latest Unstable Version Build Status HHVM Status Coverage Status Dependency Status, (*2)

Basic Usage

To use a task, you must write code such as the following.
Options that can be used -grep, -no-colors, -reporter, --bail, --configuration., (*3)

class RoboFile extends Tasks
{
    use \holyshared\peridot\robo\loadTasks;

    public function coverallsUpload()
    {
        $result = $this->taskPeridot()
            ->bail()
            ->directoryPath('spec')
            ->run();

        return $result;
    }
}

Specify more than one file

If you specify more than one file, you can use the filePaths method.
The following code is equivalent to peridot spec/foo.php spec/bar.php., (*4)

class RoboFile extends Tasks
{
    use \holyshared\peridot\robo\loadTasks;

    public function coverallsUpload()
    {
        $result = $this->taskPeridot()
            ->filePaths([
                'spec/foo.php',
                'spec/bar.php'
            ])
            ->run();

        return $result;
    }
}

Testing robo-peridot

Please try the following command., (*5)

composer install
composer test

The Versions

05/12 2015

dev-master

9999999-dev

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

05/12 2015

2.0.5

2.0.5.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

05/12 2015

dev-php7

dev-php7

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

08/11 2015

2.0.4

2.0.4.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

28/10 2015

2.0.3

2.0.3.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

19/05 2015

2.0.2

2.0.2.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

19/05 2015

2.0.1

2.0.1.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

30/04 2015

2.0.0

2.0.0.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

04/04 2015

1.1.1

1.1.1.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

26/03 2015

1.1.0

1.1.0.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

27/02 2015

1.0.6

1.0.6.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

21/02 2015

1.0.5

1.0.5.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

11/02 2015

1.0.4

1.0.4.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

09/02 2015

1.0.3

1.0.3.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

24/01 2015

1.0.2

1.0.2.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

10/01 2015

1.0.1

1.0.1.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php

01/01 2015

1.0.0

1.0.0.0

Robo task for peridot-php

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

bdd task robo peridot-php