PHP Classes

File: support/tools/test

Recommend this page to a friend!
  Classes of Daniele Orlando   FluidXML   support/tools/test   Download  
File: support/tools/test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FluidXML
Manipulate XML documents using a fluent interface
Author: By
Last change: Fixes some leaked PHP notices.
Element insertion logic initial refactoring.
Date: 8 years ago
Size: 445 bytes
 

Contents

Class file image Download
#!/usr/bin/env sh cd "$(dirname "$0")" . "./.common.sh" cd ../.. PATH="$(pwd)/sandbox/composer/bin:$PATH" if ! chkcmd 'peridot'; then echo ' error: "peridot" command not found.' echo ' Execute "./support/tools/init" first.' exit 1 fi phpdbg= if (test $# -ge 1) && (test $1 = 'debug') && chkcmd 'phpdbg'; then phpdbg="phpdbg -e" fi $phpdbg "$(which peridot)" -c "./support/peridot.php" -g "*.php" "./specs/"