gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

strict-isolation.phpt (642B)


      1 --TEST--
      2 phpunit --strict --process-isolation IncompleteTest ../_files/IncompleteTest.php
      3 --FILE--
      4 <?php
      5 define('PHPUNIT_TESTSUITE', TRUE);
      6 
      7 $_SERVER['argv'][1] = '--no-configuration';
      8 $_SERVER['argv'][2] = '--strict';
      9 $_SERVER['argv'][3] = '--process-isolation';
     10 $_SERVER['argv'][4] = 'NothingTest';
     11 $_SERVER['argv'][5] = dirname(dirname(__FILE__)) . '/_files/NothingTest.php';
     12 
     13 require_once dirname(dirname(dirname(__FILE__))) . '/PHPUnit/Autoload.php';
     14 PHPUnit_TextUI_Command::main();
     15 ?>
     16 --EXPECTF--
     17 PHPUnit %s by Sebastian Bergmann.
     18 
     19 I
     20 
     21 Time: %s, Memory: %sMb
     22 
     23 OK, but incomplete or skipped tests!
     24 Tests: 1, Assertions: 0, Incomplete: 1.