namespace Drupal\phpunit_example

Same name in other branches
  1. 8.x-1.x Drupal\phpunit_example
  2. 4.0.x Drupal\phpunit_example
Object name File name Summary
AddClass modules/phpunit_example/src/AddClass.php A class with features to show how to do unit testing.
DisplayInfoInterface modules/phpunit_example/src/DisplayInfoInterface.php An interface to objects that provide displayable information.
DisplayManager modules/phpunit_example/src/DisplayManager.php An example class to demonstrate unit testing.
ProtectedPrivates modules/phpunit_example/src/ProtectedPrivates.php A class with features to show how to do unit testing.