Skip to content

Commit

Permalink
chore(agent): fix naming typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuja2 committed Feb 10, 2024
1 parent c7fd9ef commit f00ec00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/lib_phpunit.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,10 +673,10 @@ void nr_phpunit_version() {
" function newrelic_phpunit_get_version() {"
" try {"
" if (class_exists('PHPUnit\\Runner\\Version')) {"
" return PHPUnit\\Runner\\Versions::id();"
" return PHPUnit\\Runner\\Version::id();"
" }"
" else if (class_exists('PHPUnit_Runner_Version')) {"
" return PHPUnit_Runner_Versions::id();"
" return PHPUnit_Runner_Version::id();"
" }"
" else {"
" return ' ';"
Expand Down

0 comments on commit f00ec00

Please sign in to comment.