You are here

public function AppstoreUnitTestCase::testStuff in Apps 7

File

./apps.test, line 29
Tests for the AppStore module

Class

AppstoreUnitTestCase
@file Tests for the AppStore module

Code

public function testStuff() {
  error_log("some test message");
  $this
    ->assertEqual(1, 1, t('Trivial Test'));
}