Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Jul 31, 2020
1 parent a4d5ad7 commit 356237c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pts-core/objects/pts_virtual_test_suite.php
Expand Up @@ -411,6 +411,11 @@ public static function tags_in_repo($repo)
{
foreach($repo_index['tests'] as &$test)
{
if(!isset($test['internal_tags']))
{
continue;
}

foreach($test['internal_tags'] as $tag)
{
$tags[$tag] = strtolower($tag);
Expand Down

0 comments on commit 356237c

Please sign in to comment.