[ Index ]

PHP Cross Reference of Web Application Component Toolkit

title

Body

[close]

/tests/cases/examples/tags/core/ -> literal.test.php (source)

   1  <?php
   2  /**
   3   * @package WACT_TESTS
   4   * @version $Id: literal.test.php,v 1.1 2004/11/20 03:28:24 jeffmoore Exp $
   5   */
   6  
   7  /**
   8   * @package WACT_TESTS
   9   */
  10  class ExamplesTagsLiteralTestCase extends WACTWebTestCase {
  11      function ExamplesTagsLiteralTestCase($name = 'WebTestCase') {
  12          $this->WACTWebTestCase($name);
  13      }
  14  
  15      function testExists() {
  16          $this->assertTrue($this->get(WACT_EXAMPLES_HTTP_PATH . '/tags/core/literal.php'));
  17          $this->assertNormalPage();
  18          $this->assertWantedLiteral('This token is {$NotParsed}');
  19      }
  20  
  21  }
  22  ?>


Generated: Sun Nov 28 19:36:09 2004 Cross-referenced by PHPXref 0.5