PHPUnit : adapt to new version
This commit is contained in:
parent
aa9fe14bf0
commit
37fb99e168
18 changed files with 37 additions and 19 deletions
|
|
@ -1,11 +1,12 @@
|
|||
<?php
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2014-11-07 at 23:05:36.
|
||||
* @backupGlobals enabled
|
||||
*/
|
||||
require 'global.php';
|
||||
class FicheTest extends PHPUnit_Framework_TestCase
|
||||
class FicheTest extends TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue