diff --git a/tests/application/modules/admin/controllers/SystemeControllerTest.php b/tests/application/modules/admin/controllers/SystemeControllerTest.php
index 7961f83493abecff166f684914aded7f1060eab3..dd39b5903cc28b6d0a4f363fdec584020fb6fb42 100644
--- a/tests/application/modules/admin/controllers/SystemeControllerTest.php
+++ b/tests/application/modules/admin/controllers/SystemeControllerTest.php
@@ -153,7 +153,7 @@ class SystemeControllerPHPInfoActionTest extends Admin_AbstractControllerTestCas
 
 	/** @test */
 	public function pageShouldDisplayPHPInfo() {
-		$this->assertXPathContentContains('//dt', 'Version PHP');
+		$this->assertXPathContentContains('//div', 'PHP Version');
 	}