| 1 | <?php |
||
| 10 | class BlogFunctionalTest extends FunctionalTest |
||
| 11 | { |
||
| 12 | protected static $fixture_file = 'BlogFunctionalTest.yml'; |
||
| 13 | |||
| 14 | protected static $use_draft_site = true; |
||
| 15 | |||
| 16 | protected function setUp() |
||
| 23 | |||
| 24 | public function testBlogWithMultibyteUrl() |
||
| 30 | |||
| 31 | public function testMemberProfileWithMultibyteUrlAndName() |
||
| 38 | |||
| 39 | public function testMemberProfileWithMultibyteUrlAndEnglishName() |
||
| 46 | } |
||
| 47 |