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

Contents of /trunk/tests/testBible.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17036 - (show annotations)
Wed Feb 28 14:16:17 2024 UTC (10 months, 3 weeks ago) by softime
File size: 474 byte(s)
chore(branch): fusion de la branche d'intégration 6.4.0-develop dans le trunk

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26