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

Annotation of /trunk/tests/testBible_php70.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16908 - (hide annotations)
Tue Feb 20 09:07:37 2024 UTC (11 months, 1 week ago) by cgarcin
Original Path: branches/6.4.0-develop/tests/testBible_php70.php
File size: 466 byte(s)
chore(branch) : merge feature #10310

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26