You are here

function Notifications_Templates_Tests::printObject in Notifications 5

File

tests/notifications_templates.test, line 166

Class

Notifications_Templates_Tests
Class for testing notifications module. Tests basic API functions

Code

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