Login   Register  
PHP Classes
elePHPant
Icontem

File: Test/Html/Target/Interface.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of MARY Matthieu  >  Html  >  Test/Html/Target/Interface.php  >  Download  
File: Test/Html/Target/Interface.php
Role: Unit test script
Content type: text/plain
Description: target interface for unit test case
Class: Html
Generate HTML pages using page element classes
Author: By
Last change:
Date: 2007-06-24 04:11
Size: 521 bytes
 

Contents

Class file image Download
<?php
/**
 * $Id:Interface.php 1383 2007-04-06 20:56:27Z matthieu $
 */
if (!interface_exists('Test_Html_Target_Interface')) {
    
/**
     * target html interface for the simpletest unit test case
     * @author Matthieu MARY <matthieu@phplibrairies.com>
     * @license http://opensource.org/licenses/gpl-license.php GNU Public License
     * @package html
     * @subpackage unit_test_case
     */
    
interface Test_Html_Target_Interface {
        
/**
         * test the set target method
         * @return void
         */
        
public function testSetTarget();
    }
}