|
@@ -1,4 +1,4 @@
|
|
-<?php //[STAMP] 70f15212ac43d441b0bcf9bea18ed763
|
|
|
|
|
|
+<?php //[STAMP] 24bbbd57a8bac0314650055fb221ca8a
|
|
namespace _generated;
|
|
namespace _generated;
|
|
|
|
|
|
// This class was automatically generated by build task
|
|
// This class was automatically generated by build task
|
|
@@ -15,4 +15,18 @@ trait FunctionalTesterActions
|
|
abstract protected function getScenario();
|
|
abstract protected function getScenario();
|
|
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * [!] Method is generated. Documentation taken from corresponding module.
|
|
|
|
+ *
|
|
|
|
+ * Checks that array contains subset.
|
|
|
|
+ *
|
|
|
|
+ * @param array $subset
|
|
|
|
+ * @param array $array
|
|
|
|
+ * @param bool $strict
|
|
|
|
+ * @param string $message
|
|
|
|
+ * @see \Codeception\Module::assertArraySubset()
|
|
|
|
+ */
|
|
|
|
+ public function assertArraySubset($subset, $array, $strict = null, $message = null) {
|
|
|
|
+ return $this->getScenario()->runStep(new \Codeception\Step\Action('assertArraySubset', func_get_args()));
|
|
|
|
+ }
|
|
}
|
|
}
|