You are here

function SubscriptionsWebTestCase::testTrue in Subscriptions 7

Dummy test that always succeeds.

File

tests/subscriptions.test, line 38
Tests for the Subscriptions module.

Class

SubscriptionsWebTestCase
Test case for Subscriptions module.

Code

function testTrue() {
  $this
    ->assertTrue(TRUE);
}