Problem/Motivation
There are some test files in the /vendor/drupal/console/Test directory. What is the correct way to test these testing cases?
How to reproduce
$ vendor/bin/phpunit vendor/drupal/console/Test/Generator/FormGeneratorTest.php
The result returns PHP Fatal error: Class 'Drupal\Console\Test\Generator\GeneratorTest' not found in \vendor\drupal\console\Test\Generator\FormGeneratorTest.php on line 13
Problem/Motivation
There are some test files in the /vendor/drupal/console/Test directory. What is the correct way to test these testing cases?
How to reproduce
$ vendor/bin/phpunit vendor/drupal/console/Test/Generator/FormGeneratorTest.php
The result returns
PHP Fatal error: Class 'Drupal\Console\Test\Generator\GeneratorTest' not found in \vendor\drupal\console\Test\Generator\FormGeneratorTest.php on line 13