소스 검색

* tests/timezones.phpt - added LC_ALL=C to prevent test failing when another locale is set as default

Christiano Becker 2 년 전
부모
커밋
f24a8af0f5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/timezones.phpt

+ 1 - 0
tests/timezones.phpt

@@ -9,6 +9,7 @@ require_once(dirname(__FILE__) . '/skipif.inc');
 ?>
 --FILE--
 <?php
+putenv('LC_ALL=C');
 
 $v8 = new V8Js();
 try {