Skip to content

Commit

Permalink
Compatibility with phpunit v6
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 5, 2019
1 parent ac92826 commit 3af4ad7
Show file tree
Hide file tree
Showing 64 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion test/phpunit/BOMTest.php
Expand Up @@ -28,7 +28,7 @@
* Class BillOfMaterialsTest
* @package Testbillofmaterials
*/
class BOMTest extends \PHPUnit_Framework_TestCase
class BOMTest extends \PHPUnit\Framework\TestCase
{
/**
* Global test setup
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/BankAccountTest.php
Expand Up @@ -46,7 +46,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class BankAccountTest extends PHPUnit_Framework_TestCase
class BankAccountTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/BonPrelevementTest.php
Expand Up @@ -47,7 +47,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class BonPrelevementTest extends PHPUnit_Framework_TestCase
class BonPrelevementTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/BuildDocTest.php
Expand Up @@ -74,7 +74,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class BuildDocTest extends PHPUnit_Framework_TestCase
class BuildDocTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/CMailFileTest.php
Expand Up @@ -44,7 +44,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class CMailFileTest extends PHPUnit_Framework_TestCase
class CMailFileTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/CategorieTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class CategorieTest extends PHPUnit_Framework_TestCase
class CategorieTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/ChargeSocialesTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class ChargeSocialesTest extends PHPUnit_Framework_TestCase
class ChargeSocialesTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/CodingPhpTest.php
Expand Up @@ -57,7 +57,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class CodingPhpTest extends PHPUnit_Framework_TestCase
class CodingPhpTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/CommandeFournisseurTest.php
Expand Up @@ -46,7 +46,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class CommandeFournisseurTest extends PHPUnit_Framework_TestCase
class CommandeFournisseurTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/CommandeTest.php
Expand Up @@ -44,7 +44,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class CommandeTest extends PHPUnit_Framework_TestCase
class CommandeTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/CommonObjectTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class CommonObjectTest extends PHPUnit_Framework_TestCase
class CommonObjectTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/CompanyBankAccountTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class CompanyBankAccountTest extends PHPUnit_Framework_TestCase
class CompanyBankAccountTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/CompanyLibTest.php
Expand Up @@ -44,7 +44,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class CompanyLibTest extends PHPUnit_Framework_TestCase
class CompanyLibTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/ContactTest.php
Expand Up @@ -53,7 +53,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class ContactTest extends PHPUnit_Framework_TestCase
class ContactTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/ContratTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class ContratTest extends PHPUnit_Framework_TestCase
class ContratTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/CoreTest.php
Expand Up @@ -47,7 +47,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class CoreTest extends PHPUnit_Framework_TestCase
class CoreTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/DateLibTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class DateLibTest extends PHPUnit_Framework_TestCase
class DateLibTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/DateLibTzFranceTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class DateLibTzFranceTest extends PHPUnit_Framework_TestCase
class DateLibTzFranceTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/DiscountTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class DiscountTest extends PHPUnit_Framework_TestCase
class DiscountTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/EntrepotTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class EntrepotTest extends PHPUnit_Framework_TestCase
class EntrepotTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/ExpenseReportTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class ExpenseReportTest extends PHPUnit_Framework_TestCase
class ExpenseReportTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/ExportTest.php
Expand Up @@ -49,7 +49,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class ExportTest extends PHPUnit_Framework_TestCase
class ExportTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/FactureFournisseurTest.php
Expand Up @@ -46,7 +46,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class FactureFournisseurTest extends PHPUnit_Framework_TestCase
class FactureFournisseurTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/FactureRecTest.php
Expand Up @@ -46,7 +46,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class FactureRecTest extends PHPUnit_Framework_TestCase
class FactureRecTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/FactureTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class FactureTest extends PHPUnit_Framework_TestCase
class FactureTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/FactureTestRounding.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class FactureTestRounding extends PHPUnit_Framework_TestCase
class FactureTestRounding extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/FichinterTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class FichinterTest extends PHPUnit_Framework_TestCase
class FichinterTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/FilesLibTest.php
Expand Up @@ -46,7 +46,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class FilesLibTest extends PHPUnit_Framework_TestCase
class FilesLibTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/FormAdminTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class FormAdminTest extends PHPUnit_Framework_TestCase
class FormAdminTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/Functions2LibTest.php
Expand Up @@ -48,7 +48,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class Functions2LibTest extends PHPUnit_Framework_TestCase
class Functions2LibTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/HolidayTest.php
Expand Up @@ -47,7 +47,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class HolidayTest extends PHPUnit_Framework_TestCase
class HolidayTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/ImagesLibTest.php
Expand Up @@ -46,7 +46,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class ImagesLibTest extends PHPUnit_Framework_TestCase
class ImagesLibTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/ImportTest.php
Expand Up @@ -47,7 +47,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class ImportTest extends PHPUnit_Framework_TestCase
class ImportTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/JsonLibTest.php
Expand Up @@ -47,7 +47,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class JsonLibTest extends PHPUnit_Framework_TestCase
class JsonLibTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/LangTest.php
Expand Up @@ -57,7 +57,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class LangTest extends PHPUnit_Framework_TestCase
class LangTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/LoanTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class LoanTest extends PHPUnit_Framework_TestCase
class LoanTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/MarginsLibTest.php
Expand Up @@ -45,7 +45,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class MarginsLibTest extends PHPUnit_Framework_TestCase
class MarginsLibTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/ModulesTest.php
Expand Up @@ -44,7 +44,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class ModulesTest extends PHPUnit_Framework_TestCase
class ModulesTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/MouvementStockTest.php
Expand Up @@ -47,7 +47,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class MouvementStockTest extends PHPUnit_Framework_TestCase
class MouvementStockTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/NumberingModulesTest.php
Expand Up @@ -44,7 +44,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class NumberingModulesTest extends PHPUnit_Framework_TestCase
class NumberingModulesTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/PaypalTest.php
Expand Up @@ -46,7 +46,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class PaypalTest extends PHPUnit_Framework_TestCase
class PaypalTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/PdfDocTest.php
Expand Up @@ -48,7 +48,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class PdfDocTest extends PHPUnit_Framework_TestCase
class PdfDocTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/PgsqlTest.php
Expand Up @@ -47,7 +47,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class PgsqlTest extends PHPUnit_Framework_TestCase
class PgsqlTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit/PricesTest.php
Expand Up @@ -52,7 +52,7 @@
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class PricesTest extends PHPUnit_Framework_TestCase
class PricesTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;
Expand Down

0 comments on commit 3af4ad7

Please sign in to comment.