update php example and add sauce php example

This commit is contained in:
Jonathan Lipps
2013-02-04 14:36:00 -08:00
parent 8e934c44dc
commit 3df150342a
2 changed files with 50 additions and 3 deletions

View File

@@ -2,11 +2,9 @@
// To run this test, install Sausage (see http://github.com/jlipps/sausage-bun
// to get the curl one-liner to run in this directory), then run:
// vendor/bin/phpunit SimpleTest.php
// NOTE: this test is currently broken, waiting on this fix:
// https://github.com/giorgiosironi/phpunit-selenium/pull/18
require_once "vendor/autoload.php";
define("APP_PATH", realpath(dirname(__FILE__).'/../../apps/UICatalog/build/Release-iphonesimulator/UICatalog.app'));
define("APP_PATH", realpath(dirname(__FILE__).'/../../apps/TestApp/build/Release-iphonesimulator/TestApp.app'));
if (!APP_PATH) {
die("App did not exist!");
}