mirror of
https://github.com/silverstripe/recipe-plugin.git
synced 2024-10-22 14:05:55 +02:00
Testing behaviour
This commit is contained in:
parent
825b00af3e
commit
cb59153dd0
@ -26,9 +26,18 @@ class RecipeInstaller extends LibraryInstaller {
|
||||
parent::install($repo, $package);
|
||||
|
||||
// Install recipe skeleton
|
||||
var_dump("Package info:\n");
|
||||
var_dump($package);
|
||||
var_dump($this->getInstallPath($package));
|
||||
var_dump($package->getExtra());
|
||||
|
||||
var_dump("Repo info:\n");
|
||||
var_dump($repo);
|
||||
if(file_exists('composer.json')) {
|
||||
var_dump(file_get_contents('composer.json'));
|
||||
}
|
||||
|
||||
var_dump("Installer info:\n");
|
||||
var_dump($this);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user