Skip to content
Snippets Groups Projects
Commit 114c1087 authored by Ghislain Loas's avatar Ghislain Loas Committed by Julian Maurice
Browse files

hotline#12802 PseudoNoticeTest add base_url to test

parent 79c68ec2
Branches
Tags
4 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!23Hotline 6.40.2,!226.40.2,!216.40.2
......@@ -42,7 +42,7 @@ class Class_Indexation_PseudoNoticeAlbumTest extends Class_Indexation_PseudoNoti
/** @test */
public function vignetteURLShouldBeUserfile123file() {
$this->assertContains('/userfiles/album/896/thumb_123_file.png', $this->_notice->getUrlVignette());
$this->assertEquals(BASE_URL.'/userfiles/album/896/thumb_123_file.png', $this->_notice->getUrlVignette());
}
/** @test */
......
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