Skip to content

Commit

Permalink
adding missing fixture for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tamagokun committed Aug 6, 2014
1 parent 70fcb59 commit f483b68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/deploy/multirole.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

$env->app(array(
"host1",
"host2",
"host3"
));

$env->role_count = 0;

desc('test multirole support');
task('check', 'app', function ($app) {
info("CHECK", $app->env->role_count);
$app->env->role_count++;
});

0 comments on commit f483b68

Please sign in to comment.