Fix Test skipping message
authorSeamus Lee <seamuslee001@gmail.com>
Mon, 31 Oct 2016 21:05:44 +0000 (08:05 +1100)
committerdeb.monish <monish.deb@webaccessglobal.com>
Tue, 15 Nov 2016 09:54:40 +0000 (15:24 +0530)
tests/phpunit/api/v3/SyntaxConformanceTest.php

index ab4c2138920e59716c731b5bbaeb21bd263cd8d4..fd86e2e45e31b0ba07d16b149403e962019264be 100644 (file)
@@ -1095,7 +1095,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
   public function testInvalidSort_get($Entity) {
     $invalidEntitys = array('ActivityType', 'Setting', 'System');
     if (in_array($Entity, $invalidEntitys)) {
-      $this->markTestSkipped('It seems OK for setting to skip here as it silently sips invalid params');
+      $this->markTestSkipped('It seems OK for ' . $entity . ' to skip here as it silently sips invalid params');
     }
     $result = $this->callAPIFailure($Entity, 'get', array('options' => array('sort' => 'sleep(1)')));
   }