This repository was archived by the owner on Aug 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 3131namespace tests \units ;
3232
3333use Flyvemdm \Tests \CommonTestCase ;
34+ use ToolboxTest ;
3435
3536class PluginFlyvemdmTask extends CommonTestCase {
3637
You can’t perform that action at this time.
0 commit comments