| 1 | <?php |
||
| 7 | class NotifierExtensionTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var NotifierExtension |
||
| 11 | */ |
||
| 12 | protected $extension; |
||
| 13 | |||
| 14 | public function setUp() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return \PHPUnit_Framework_MockObject_MockObject |
||
| 25 | */ |
||
| 26 | public function getTemplating() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Tests NotifierExtension::getFunctions() |
||
| 38 | */ |
||
| 39 | public function testGetFunctions() |
||
| 49 | |||
| 50 | /** |
||
| 51 | * Tests NotifierExtension::getName() |
||
| 52 | */ |
||
| 53 | public function testGetName() |
||
| 60 | } |
||
| 61 |