/[openfoncier]/trunk/tests/testGeneral.php
ViewVC logotype

Annotation of /trunk/tests/testGeneral.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9245 - (hide annotations)
Fri Apr 3 09:21:03 2020 UTC (4 years, 9 months ago) by softime
File size: 482 byte(s)
* Merge de la branche d'intégration 4.13.0-develop dans le trunk

1 mbroquet 3730 <?php
2     /**
3 softime 9245 * Ce script contient la définition de la classe 'GeneralTest'.
4 mbroquet 3730 *
5 softime 9245 * @package openads
6     * @version SVN : $Id$
7 mbroquet 3730 */
8    
9 softime 9245 require_once "testGeneral_common.php";
10     final class GeneralTest extends GeneralCommon {
11     public function setUp(): void {
12     $this->common_setUp();
13 mbroquet 3730 }
14 softime 9245 public function tearDown(): void {
15     $this->common_tearDown();
16 mbroquet 3730 }
17 softime 9245 public function onNotSuccessfulTest(Throwable $e): void {
18     $this->common_onNotSuccessfulTest($e);
19 mbroquet 3730 }
20     }

Properties

Name Value
svn:keywords "Id"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26