| [ Index ] |
PHP Cross Reference of Web Application Component Toolkit |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * @package WACT_TESTS 4 * @version $Id: block.test.php,v 1.2 2004/11/18 16:45:53 jeffmoore Exp $ 5 */ 6 7 /** 8 * @package WACT_TESTS 9 */ 10 class ExamplesTagsBlockTestCase extends WACTWebTestCase { 11 function ExamplesTagsBlockTestCase($name = 'WebTestCase') { 12 $this->WACTWebTestCase($name); 13 } 14 15 function testExists() { 16 $this->assertTrue($this->get(WACT_EXAMPLES_HTTP_PATH . '/tags/core/block.php')); 17 $this->assertNormalPage(); 18 $this->assertWantedPattern('/Now you see Me/'); 19 $this->assertWantedPattern('/Here I am again/'); 20 $this->assertNoUnWantedPattern('/Now you don\'t/'); 21 } 22 23 } 24 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sun Nov 28 19:36:09 2004 | Cross-referenced by PHPXref 0.5 |