PHP Classes

File: Library/vendor/phpunit/phpunit/tests/TextUI/log-json-post-66021.phpt

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/phpunit/phpunit/tests/TextUI/log-json-post-66021.phpt   Download  
File: Library/vendor/phpunit/phpunit/tests/TextUI/log-json-post-66021.phpt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 1,920 bytes
 

Contents

Class file image Download
--TEST-- phpunit --log-json php://stdout BankAccountTest ../_files/BankAccountTest.php --SKIPIF-- <?php if (!defined('JSON_PRETTY_PRINT')) { print 'skip: JSON_PRETTY_PRINT is required'; } elseif (json_encode([], JSON_PRETTY_PRINT) != '[]') { print 'skip: Does not have PHP #66021 (Blank line inside empty JSON array/object)'; } --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--log-json'; $_SERVER['argv'][3] = 'php://stdout'; $_SERVER['argv'][4] = 'BankAccountTest'; $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php'; require __DIR__ . '/../bootstrap.php'; PHPUnit_TextUI_Command::main(); ?> --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. { "event": "suiteStart", "suite": "BankAccountTest", "tests": 3 }{ "event": "testStart", "suite": "BankAccountTest", "test": "BankAccountTest::testBalanceIsInitiallyZero" }.{ "event": "test", "suite": "BankAccountTest", "test": "BankAccountTest::testBalanceIsInitiallyZero", "status": "pass", "time": %f, "trace": [], "message": "", "output": "" }{ "event": "testStart", "suite": "BankAccountTest", "test": "BankAccountTest::testBalanceCannotBecomeNegative" }.{ "event": "test", "suite": "BankAccountTest", "test": "BankAccountTest::testBalanceCannotBecomeNegative", "status": "pass", "time": %f, "trace": [], "message": "", "output": "" }{ "event": "testStart", "suite": "BankAccountTest", "test": "BankAccountTest::testBalanceCannotBecomeNegative2" }. 3 / 3 (100%){ "event": "test", "suite": "BankAccountTest", "test": "BankAccountTest::testBalanceCannotBecomeNegative2", "status": "pass", "time": %f, "trace": [], "message": "", "output": "" } Time: %s, Memory: %s OK (3 tests, 3 assertions)