Skip to content
Snippets Groups Projects
Commit 118a7795 authored by efalcy's avatar efalcy
Browse files

correction tests

parent a612ef9c
No related merge requests found
......@@ -390,7 +390,7 @@ class CmsControllerArticleConcertEditActionTest extends CmsControllerTestCase {
/** @test */
function contenuShouldContainsAndFixedImageURL() {
$this->assertTextAreaContains('contenu',
'http://localhost/afi-opac3/images/truffaz.jpg');
'http://localhost'.BASE_URL.'/images/truffaz.jpg');
}
......@@ -404,7 +404,7 @@ class CmsControllerArticleConcertEditActionTest extends CmsControllerTestCase {
/** @test */
function descriptionShouldContainsAndFixedImageURL() {
$this->assertTextAreaContains('description',
'http://localhost/afi-opac3/images/bonlieu.jpg');
'http://localhost'.BASE_URL.'/images/bonlieu.jpg');
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment