Skip to content

Commit

Permalink
FileSystamStack test added
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed May 21, 2014
1 parent 166c52d commit 129dc23
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 1 addition & 2 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Robofile extends \Robo\Tasks
{
public function release()
{
$this->say("Releasing Robo");
$this->yell("Releasing Robo");

$this->docs();
$this->taskGitStack()
Expand All @@ -25,7 +25,6 @@ public function release()

public function test($args = "")
{
$this->yell("Testing!");
return $this->taskCodecept()
->args($args)
->run();
Expand Down
1 change: 1 addition & 0 deletions tests/_helpers/CliHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class CliHelper extends \Codeception\Module
taskWriteToFile as public;
taskReplaceInFile as public;
taskRequire as public;
taskFileSystemStack as public;
}
use \Robo\Task\Concat {
taskConcat as public;
Expand Down
13 changes: 12 additions & 1 deletion tests/cli/CliGuy.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php //[STAMP] 9523bf9cc437ed85b292dbacb3a5c682
<?php //[STAMP] 4607432c1f6688856e354b964db98de5

// This class was automatically generated by build task
// You should not change it manually as it will be overwritten on next build
Expand Down Expand Up @@ -534,6 +534,17 @@ public function taskRequire($file) {
}


/**
* [!] Method is generated. Documentation taken from corresponding module.
*
*
* @see \Codeception\Module\CliHelper::taskFileSystemStack()
*/
public function taskFileSystemStack() {
return $this->scenario->runStep(new \Codeception\Step\Action('taskFileSystemStack', func_get_args()));
}


/**
* [!] Method is generated. Documentation taken from corresponding module.
*
Expand Down

0 comments on commit 129dc23

Please sign in to comment.