[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/tests/eztemplate/ -> testsuite.php (source)

   1  <?php
   2  //
   3  // Definition of eZTemplate test suite
   4  //
   5  // Created on: <30-Jan-2004 11:53:06 >
   6  //
   7  // SOFTWARE NAME: eZ publish
   8  // SOFTWARE RELEASE: 3.9.0
   9  // BUILD VERSION: 17785
  10  // COPYRIGHT NOTICE: Copyright (C) 1999-2006 eZ systems AS
  11  // SOFTWARE LICENSE: GNU General Public License v2.0
  12  // NOTICE: >
  13  //   This program is free software; you can redistribute it and/or
  14  //   modify it under the terms of version 2.0  of the GNU General
  15  //   Public License as published by the Free Software Foundation.
  16  //
  17  //   This program is distributed in the hope that it will be useful,
  18  //   but WITHOUT ANY WARRANTY; without even the implied warranty of
  19  //   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20  //   GNU General Public License for more details.
  21  //
  22  //   You should have received a copy of version 2.0 of the GNU General
  23  //   Public License along with this program; if not, write to the Free
  24  //   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  25  //   MA 02110-1301, USA.
  26  //
  27  //
  28  
  29  $SuiteDefinition = array( 'name' => 'eZTemplate',
  30                            'tests' => array() );
  31  
  32  $SuiteDefinition['tests'][] = array( 'name' => 'OutputHandling',
  33                                       'file' => 'eztesttemplateoutput.php',
  34                                       'class' => 'eZTestTemplateOutput' );
  35  
  36  $SuiteDefinition['tests'][] = array( 'name' => 'Operator',
  37                                       'file' => 'eztesttemplateoperator.php',
  38                                       'class' => 'eZTestTemplateOperator' );
  39  
  40  $SuiteDefinition['tests'][] = array( 'name' => 'ProcessedOperator',
  41                                       'file' => 'eztestprocessedtemplateoperator.php',
  42                                       'class' => 'eZTestProcessedTemplateOperator' );
  43  
  44  $SuiteDefinition['tests'][] = array( 'name' => 'Function',
  45                                       'file' => 'eztesttemplatefunction.php',
  46                                       'class' => 'eZTestTemplateFunction' );
  47  
  48  $SuiteDefinition['tests'][] = array( 'name' => 'ProcessedFunction',
  49                                       'file' => 'eztestprocessedtemplatefunction.php',
  50                                       'class' => 'eZTestProcessedTemplateFunction' );
  51  
  52  ?>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7