Refactoring
This commit is contained in:
11
lib/composer/vendor/consolidation/robo/tests/cli/GenTaskCest.php
vendored
Normal file
11
lib/composer/vendor/consolidation/robo/tests/cli/GenTaskCest.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class GenTaskCest
|
||||
{
|
||||
// tests
|
||||
public function toTestTaskGeneration(CliGuy $I)
|
||||
{
|
||||
$result = $I->taskGenTask('Symfony\Component\Filesystem\Filesystem', 'FilesystemStack')->run();
|
||||
verify($result->getMessage())->contains('protected function _chgrp($files, $group, $recursive = false)');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user