You are here

function NotificationsTemplatesTests::printObject in Notifications 6

File

tests/notifications_templates.test, line 203

Class

NotificationsTemplatesTests
Class for testing notifications templates and message composition.

Code

function printObject($title, $object) {
  $this
    ->assertTrue(TRUE, $title . '= ' . print_r($object, TRUE));
}