task composerInstall(type: Exec) {
description "Run 'composer install' to download php dependencies"
workingDir 'HelixWebServices'
commandLine '../php.sh', '../composer.phar', 'install'
}
task phpunit(type: Exec) {
description "Runs phpunit to exec tests"
workingDir 'HelixWebServices'
commandLine '../php.sh', '../phpunit.phar', '--bootstrap', 'autoload.php',
'tests/DepotTests.php'
}
# |
Change |
User |
Description |
Committed |
|
#1
|
19553 |
swellard |
Move and rename clients |
|
|
//guest/perforce_software/helix-web-services/main/source/clients/2016.1.0/php/build.gradle |
#1
|
18811 |
tjuricek |
Initial PHP client SDK for Helix Web Services. |
|
|