cpn.block.test in Code per Node 7
Test CPN's block integration.
File
tests/cpn.block.testView 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
Name | Description |
---|---|
CpnBlockTest | @file Test CPN's block integration. |