From b6a971bc875fc10720b32f6abbcd3bb85353a86f Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@git-test.afi-sa.fr> Date: Mon, 30 Sep 2013 19:26:47 +0000 Subject: [PATCH] =?UTF-8?q?R=C3=A9activation=20des=20test=20EAD=20+=20Typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/library/Class/AgendaSQYImportTest.php | 2 +- tests/library/Class/EADTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/library/Class/AgendaSQYImportTest.php b/tests/library/Class/AgendaSQYImportTest.php index 8d7f3870a31..b774ddc4b58 100644 --- a/tests/library/Class/AgendaSQYImportTest.php +++ b/tests/library/Class/AgendaSQYImportTest.php @@ -20,7 +20,7 @@ */ -abstract class AgendaSQYImportTest extends Storm_Test_ModelTestCase { +class AgendaSQYImportTest extends Storm_Test_ModelTestCase { protected static $_agenda, $_article_loader, diff --git a/tests/library/Class/EADTest.php b/tests/library/Class/EADTest.php index 7f186bad01a..d566683a613 100644 --- a/tests/library/Class/EADTest.php +++ b/tests/library/Class/EADTest.php @@ -79,7 +79,7 @@ class EADEmptyLoadTest extends Storm_Test_ModelTestCase { -abstract class EADMoulinsTest extends PHPUnit_Framework_TestCase { +class EADMoulinsTest extends PHPUnit_Framework_TestCase { protected static $ead; protected static $folio_souvigny_1R; protected static $folio_souvigny_3R; -- GitLab