made testing elegant.

This commit is contained in:
Taylor Otwell
2012-01-27 15:28:46 -06:00
parent ae7faf1e45
commit f706ed75bf
8 changed files with 81 additions and 16 deletions

View File

@@ -18,9 +18,7 @@ class Publisher {
$this->move($path.'public', PUBLIC_PATH.'bundles'.DS.$bundle);
$this->move($path.'tests', TESTS_PATH.'cases'.DS.'bundles'.DS.$bundle);
echo "Assets and tests published for bundle [$bundle].".PHP_EOL;
echo "Assets published for bundle [$bundle].".PHP_EOL;
}
/**