ThreadTest.php 267 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: stanley-king
  5. * Date: 2017/2/1
  6. * Time: 下午9:57
  7. */
  8. class ThreadTest extends PHPUnit_Framework_TestCase
  9. {
  10. public static function setUpBeforeClass()
  11. {
  12. }
  13. public static function testThread()
  14. {
  15. }
  16. }