namespace Drupal\testing_example

Object name File name Summary
AddClass modules/testing_example/src/AddClass.php A class with features to show how to do unit testing.
DisplayInfoInterface modules/testing_example/src/DisplayInfoInterface.php An interface to objects that provide displayable information.
DisplayManager modules/testing_example/src/DisplayManager.php An example class to demonstrate unit testing.
ProtectedPrivates modules/testing_example/src/ProtectedPrivates.php A class with features to show how to do unit testing.