Skip to content

Commit

Permalink
hmm whats this doing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Jan 25, 2024
1 parent bdfaad6 commit 8592b88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Test/MakerTestEnvironment.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,10 @@ public function getGeneratedFilesFromOutputText(): array
{
$output = $this->runnedMakerProcess->getOutput();

dump($output);

$matches = [];

preg_match_all('#(created|updated): (]8;;[^]*\\\)?(.*?)(]8;;\\\)?\n#iu', $output, $matches, \PREG_PATTERN_ORDER);

dump($output, $matches);
return array_map('trim', $matches[3]);
}

Expand Down

0 comments on commit 8592b88

Please sign in to comment.