Home
last modified time | relevance | path

Searched refs:includedFiles (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildTrigger.php72 public $includedFiles; variable in Google\\Service\\CloudBuild\\BuildTrigger
301 public function setIncludedFiles($includedFiles) argument
303 $this->includedFiles = $includedFiles;
310 return $this->includedFiles;
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php54 private $includedFiles = array(); variable in SebastianBergmann\\GlobalState\\Snapshot
133 $this->includedFiles = get_included_files();
194 public function includedFiles() function in SebastianBergmann\\GlobalState\\Snapshot
196 return $this->includedFiles;
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php107 $this->assertContains(__FILE__, $snapshot->includedFiles());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php784 $includedFiles = PHPUnit_Util_GlobalState::getIncludedFilesAsString();
793 $includedFiles = '';
851 'included_files' => $includedFiles,