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

Annotation of /trunk/tests/testImportSpecific_php70.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9227 - (hide annotations)
Fri Mar 27 14:02:58 2020 UTC (4 years, 10 months ago) by fmichon
Original Path: branches/4.13.0-develop/tests/testImportSpecific_php70.php
File size: 502 byte(s)
* Tests : Compatibilité phpunit 7 et phpunit 8 et réorganisation des tests phpunit pour support à la fois des versions PHP7.0 & PHP7.1+.

1 fmichon 9227 <?php
2     /**
3     * Ce script contient la définition de la classe 'ImportSpecificPHP70Test'.
4     *
5     * @package openads
6     * @version SVN : $Id$
7     */
8    
9     require_once "testImportSpecific_common.php";
10     final class ImportSpecificPHP70Test extends ImportSpecificCommon {
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