File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ protected function mockAdapter(LoopInterface $loop = null)
5959
6060 public function setUp ()
6161 {
62- $ this ->tmpDir = sys_get_temp_dir () . DIRECTORY_SEPARATOR . uniqid ( 'react-filesystem-tests- ' ) . DIRECTORY_SEPARATOR ;
62+ $ this ->tmpDir = sys_get_temp_dir () . DIRECTORY_SEPARATOR . 'react-filesystem-tests ' . DIRECTORY_SEPARATOR . uniqid ( '' , true ) . DIRECTORY_SEPARATOR ;
6363 mkdir ($ this ->tmpDir , 0777 , true );
6464 $ this ->startTime = time ();
6565 }
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ mkdir ` php -r " echo sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'react-filesystem-tests' . DIRECTORY_SEPARATOR;" `
4+ chmod 0777 -Rfv ` php -r " echo sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'react-filesystem-tests' . DIRECTORY_SEPARATOR;" `
5+
36if [[ " $TRAVIS_PHP_VERSION " != " hhvm" ]]; then
47 # install 'eio' PHP extension (does not support nightly)
58 if [[ " $TRAVIS_PHP_VERSION " != " nightly" ]]; then
You can’t perform that action at this time.
0 commit comments