| 1 | <?php namespace Webwizo\Shortcodes;  | 
            ||
| 3 | class ShortcodeRegistrationTest extends \TestCase  | 
            ||
| 4 | { | 
            ||
| 5 | |||
| 6 | protected $string = '[b class="bold"]Bold Text[/b]';  | 
            ||
| 7 | |||
| 8 | protected $compiled = '<strong class="bold">Bold Text</strong>';  | 
            ||
| 9 | |||
| 10 | /**  | 
            ||
| 11 | * Setup the test environment.  | 
            ||
| 12 | */  | 
            ||
| 13 | public function setUp()  | 
            ||
| 18 | |||
| 19 | public function testInstance()  | 
            ||
| 23 | |||
| 24 | public function testRegistrationAndCompileShortcode()  | 
            ||
| 34 | |||
| 35 | |||
| 36 | }  |