mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
THRIFT-592. php: Make the test client work properly after r815878
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@888930 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7834ccbdac
commit
eb03222bca
@ -46,8 +46,8 @@ echo ' SAFE TO IGNORE THESE IN TEST'."\n";
|
||||
echo '==============================='."\n";
|
||||
|
||||
/** Include the generated code */
|
||||
require_once $GEN_DIR.'/ThriftTest.php';
|
||||
require_once $GEN_DIR.'/ThriftTest_types.php';
|
||||
require_once $GEN_DIR.'/ThriftTest/ThriftTest.php';
|
||||
require_once $GEN_DIR.'/ThriftTest/ThriftTest_types.php';
|
||||
|
||||
echo '==============================='."\n";
|
||||
echo ' END OF SAFE ERRORS SECTION'."\n";
|
||||
|
Loading…
Reference in New Issue
Block a user