<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_View_Helper_Nl2p extends Test_Solar_View_Helper {
/**
*
* Configuration values.
*
* @var array
*
*/
protected $_Test_Solar_View_Helper_Nl2p = array(
);
// -----------------------------------------------------------------
//
// Test methods.
//
// -----------------------------------------------------------------
/**
*
* Test -- Converts 2 or more newlines to paragraph tags.
*
*/
public function testNl2p()
{
$this->todo('stub');
}
}