KEINOS / TPL-PHP-HelloWorld

✅ Overly-super-cautious "Hello World" in PHP7 and PHP8 for fun.
Apache License 2.0
2 stars 0 forks source link

The output is lengthy while running the unit test only #54

Closed KEINOS closed 4 years ago

KEINOS commented 4 years ago

The skipped tests should be in one line. It takes 7 lines.

$ composer test 
> ./tests/run-tests.sh
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
💡  [NO option specified]: Running only PHPUnit
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- Available Option Flags:
    requirement diagnose phpcs phpmd phpcbf phpunit phpstan psalm phan coveralls (To test all use: all)
    (optional for auto fix) psalter phpcbf
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
💡  Dumping composer autoload files
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Generating autoload files
Generated autoload files

================================================================================================================================================================================================================================================================================
  CHECK: Requirement check for tests
================================================================================================================================================================================================================================================================================

  🛑  Check Requirements: skipped
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

================================================================================================================================================================================================================================================================================
  DIAGNOSE: composer
================================================================================================================================================================================================================================================================================

  🛑  Diagnose: skipped
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

================================================================================================================================================================================================================================================================================
  FIX: Fix the marked sniff violations
================================================================================================================================================================================================================================================================================

  🛑  PHPCBF: skipped
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

================================================================================================================================================================================================================================================================================
  TEST: PHP Code Sniffer (Compliant with PSR2)
================================================================================================================================================================================================================================================================================

  🛑  PHPCS: skipped
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

================================================================================================================================================================================================================================================================================
  TEST: PHPUnit
================================================================================================================================================================================================================================================================================
- Removing old reports ...
- Running PHPUnit
PHPUnit 9.3.8 by Sebastian Bergmann and contributors.

Runtime:       PHP 7.4.10 with Xdebug 2.9.6
Configuration: ./tests/conf/phpunit.xml
Warning:       Your XML configuration validates against a deprecated schema.
Suggestion:    Migrate your XML configuration using "--migrate-configuration"!

.....                                                               5 / 5 (100%)

Time: 00:00.870, Memory: 12.00 MB

OK (5 tests, 16 assertions)

Generating code coverage report in Clover XML format ... done [00:00.093]

  ✅  PHPUnit: passed
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

================================================================================================================================================================================================================================================================================
  TEST: PHPMD (Mess Detector)
================================================================================================================================================================================================================================================================================

  🛑  PHPMD: skipped
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

================================================================================================================================================================================================================================================================================
  TEST: PHPStan
================================================================================================================================================================================================================================================================================

  🛑  PHPStan: skipped
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  🛑  Psalm: skipped
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

================================================================================================================================================================================================================================================================================
  TEST: Phan
================================================================================================================================================================================================================================================================================

  🛑  Phan: skipped
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

================================================================================================================================================================================================================================================================================
  TEST: Code Coverage
================================================================================================================================================================================================================================================================================

  🛑  Coveralls: skipped
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

================================================================================================================================================================================================================================================================================
  ✅  All tests passed.
================================================================================================================================================================================================================================================================================