소스 검색

test game

walkor 12 년 전
부모
커밋
406af9bbd8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      applications/Game/Tests/game.php

+ 1 - 1
applications/Game/Tests/game.php

@@ -1,7 +1,7 @@
 <?php
 ini_set('display_errors', 'on');
 error_reporting(E_ALL);
-define('WORKERMAN_ROOT_DIR', __DIR__.'/../../');
+define('WORKERMAN_ROOT_DIR', __DIR__.'/../../../');
 include '../GameBuffer.php';
 
 $sock = stream_socket_client("tcp://127.0.0.1:8282");