PHP Classes

File: vendor/phpunit/phpunit/tests/TextUI/defaulttestsuite-using-testsuite.phpt

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/phpunit/phpunit/tests/TextUI/defaulttestsuite-using-testsuite.phpt   Download  
File: vendor/phpunit/phpunit/tests/TextUI/defaulttestsuite-using-testsuite.phpt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 8 months ago
Size: 522 bytes
 

Contents

Class file image Download
--TEST-- phpunit --testdox --configuration=__DIR__.'/../_files/configuration.defaulttestsuite.xml' --testsuite 'First' --FILE-- <?php $_SERVER['argv'][1] = '--testdox'; $_SERVER['argv'][2] = '--configuration'; $_SERVER['argv'][3] = __DIR__.'/../_files/configuration.defaulttestsuite.xml'; $_SERVER['argv'][4] = '--testsuite'; $_SERVER['argv'][5] = 'First'; require __DIR__ . '/../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. DummyFoo [x] Foo equals foo