From d4a78a99b6dfef5413ae4e969f3865f3b6f1a45d Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Wed, 27 Mar 2013 18:20:59 +0100 Subject: Removed local path --- src/bindings/swig/php/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/swig/php/test.php b/src/bindings/swig/php/test.php index e6566b2..f0c9e06 100644 --- a/src/bindings/swig/php/test.php +++ b/src/bindings/swig/php/test.php @@ -47,7 +47,7 @@ $interpreter->addMonitor($monitor); $interpreter->interpret(); // start interpreter as a thread -$interpreter = Interpreter::fromURI('/Users/sradomski/Documents/TK/Code/uscxml/test/samples/uscxml/test-invoked.scxml'); +$interpreter = Interpreter::fromURI('https://raw.github.com/tklab-tud/uscxml/master/test/samples/uscxml/test-invoked.scxml'); $parentQueue = new ParentQueue(); $interpreter->setParentQueue($parentQueue); $interpreter->start(); -- cgit v0.12