phpunit_example.module 255 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <?php /** * @file * Module file for phpunit_example. */ /** * @defgroup phpunit_example Example: PHPUnit * @ingroup examples * @{ * This example demonstrates PHPUnit for Drupal 8 unit testing. */ /** * @} End of "defgroup phpunit_example". */