Skip to content

Commit

Permalink
test code refine
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqing committed Feb 15, 2017
1 parent f7cd971 commit 3c10fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php-fastcommon/test_file_put_contents.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ function test_file_put_contents()
echo "file_put_contents time used: $timeUsed\n";
}

test_file_put_contents();
test_fastcommon_file_put_contents();
echo "sleep ...\n";
sleep(2);
echo "sleep done.\n";
test_fastcommon_file_put_contents();
test_file_put_contents();

0 comments on commit 3c10fe1

Please sign in to comment.