From 555b237ab81d417d58a44a589180fd4cb8035f32 Mon Sep 17 00:00:00 2001 From: Etienne Pallier Date: Fri, 10 Dec 2021 17:26:34 +0100 Subject: [PATCH] script install lance ensuite script update --- INSTALLATION | 9 +++------ tests/TestCase/Controller/MaterielsControllerTest.php | 3 ++- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/INSTALLATION b/INSTALLATION index e644f0c..51647af 100755 --- a/INSTALLATION +++ b/INSTALLATION @@ -7,11 +7,8 @@ echo "IN $(pwd)" - - - - - - cd install/ ./installation.sh + +# Puis 1ere mise a jour, necessaire pour profiter des derniers agencements non repercutes dans le script install +./update.sh diff --git a/tests/TestCase/Controller/MaterielsControllerTest.php b/tests/TestCase/Controller/MaterielsControllerTest.php index 5b7bd10..904e81c 100755 --- a/tests/TestCase/Controller/MaterielsControllerTest.php +++ b/tests/TestCase/Controller/MaterielsControllerTest.php @@ -2083,7 +2083,8 @@ class MaterielsControllerTest extends General { * @return void */ public function testMaterielPanne() { - $id=2; + $id=2; // CREATED + //debug($this->toto); //$this->assertTextEquals('titi', $this->toto); -- libgit2 0.21.2