Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit a83455a

Browse files
committed
fix(test): add slashes
Signed-off-by: Stanislas <[email protected]>
1 parent 6ad35b7 commit a83455a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
- AFTER_SUCCESS_BRANCH=9.5/bugfixes
2525
- secure: Y9sG3lZ3Fn3t5BXvcMJQxWsdSUVQgF4M08E6oouYrRc95HEj3ZwZOqp6Df58u8CQFA0EKJyvCBLn8UicvHGMKAD0RwGLBdSP4Ji9gJRZkyMZi79awSshdva/c8dqVQrRd4asuTNQfcagVJpNDnY8sYusw504JUilK3vFVp+39nNZUkcvT69NGVIlXzgHTYinBkVuqDhf5eVtcLcaESLEshrg+5ZERdm+0KifdJVREzhicJxofnmTl/wBsIP7XiQqspljf2/SxLqreGmWXYXUfqIwIOVtsd9fkZChQCz8USC7P427tH6styRDYuMCtvA9b/T/XacSdKFbuDezff3NbIM3b5BebDyCrOK5MGSOdRUY5RuyZN4R5LjePUE++9QNCUPeDSkfb23v0VfuqXIRAxfdtik517GzFy6O7/e6FU1msVZlGQED7Uek9nqnupj+0lIq+99Jcm1UCNJu1NTL2Tv80XXqySaxyE4Sedq/FiYAsy1bo2cg2367I2b4FhFXaJCKkFHcdjHXAeurkRy/brSPhBNoOO5/GA3RepUErgly4P8TLZqHNZv8rgMUoQ88sdwDyXG7dY4UwWiTlCkxMBTqBqJanlTMA9zn2bYyMDioTGnA7+VYAA8cddjFOMVrmmuFJ+YV2x1+5B5qd+Wt8RPwcPQDyqaiN5amb1HGeMA=
2626
matrix:
27-
- GLPI_BRANCH=9.4/bugfixes FI_BRANCH=glpi9.4+1.1
27+
- GLPI_BRANCH=9.4/bugfixes FI_BRANCH=glpi9.4+2.4
2828
- GLPI_BRANCH=9.5/bugfixes FI_BRANCH=glpi9.5+1.0
2929
- GLPI_BRANCH=master FI_BRANCH=master
3030

tests/suite-install/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public function testInstallPlugin() {
179179
foreach ($extensions as $extension => $name) {
180180
$documentType = new \DocumentType();
181181
$doc_id = $documentType->getFromDBByCrit(['ext' => $extension]);
182-
$this->integer($doc_id)->isGreaterThan(0);
182+
$this->boolean($doc_id)->isTrue();
183183
$this->string($documentType->getField('name'))->isEqualTo($name);
184184
}
185185
}

tests/suite-integration/PluginFlyvemdmTask.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
namespace tests\units;
3232

3333
use Flyvemdm\Tests\CommonTestCase;
34+
use ToolboxTest;
3435

3536
class PluginFlyvemdmTask extends CommonTestCase {
3637

0 commit comments

Comments
 (0)