Commit 555b237ab81d417d58a44a589180fd4cb8035f32
1 parent
7d7b451f
Exists in
master
and in
1 other branch
script install lance ensuite script update
Showing
2 changed files
with
5 additions
and
7 deletions
Show diff stats
INSTALLATION
tests/TestCase/Controller/MaterielsControllerTest.php
... | ... | @@ -2083,7 +2083,8 @@ class MaterielsControllerTest extends General { |
2083 | 2083 | * @return void |
2084 | 2084 | */ |
2085 | 2085 | public function testMaterielPanne() { |
2086 | - $id=2; | |
2086 | + $id=2; // CREATED | |
2087 | + | |
2087 | 2088 | //debug($this->toto); |
2088 | 2089 | //$this->assertTextEquals('titi', $this->toto); |
2089 | 2090 | ... | ... |