Skip to content

Commit

Permalink
Provide UT that reproduces issue protocolbuffers#4
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrick committed May 27, 2020
1 parent eeab3d1 commit 0f3cc06
Show file tree
Hide file tree
Showing 443 changed files with 50,903 additions and 10 deletions.
7 changes: 7 additions & 0 deletions php/tests/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ function getGeneratedFiles($dir, &$results = array())

}

foreach (getGeneratedFiles("google-commons") as $filename)
{
if (!is_dir($filename)) {
include_once $filename;
}

}
72 changes: 72 additions & 0 deletions php/tests/google-commons/Api/Advice.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

300 changes: 300 additions & 0 deletions php/tests/google-commons/Api/AuthProvider.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0f3cc06

Please sign in to comment.