You are here

cpn.block.test in Code per Node 7

Test CPN's block integration.

File

tests/cpn.block.test
View source
<?php

/**
 * @file
 * Test CPN's block integration.
 */
class CpnBlockTest extends CpnTestHelper {

  /**
   * {@inheritdoc}
   */
  public static function getInfo() {
    return array(
      'name' => 'CPN node tests',
      'description' => 'Test the CPN module.',
      'group' => 'CPN',
    );
  }

}

Classes

Namesort descending Description
CpnBlockTest @file Test CPN's block integration.