===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
phpunit-9.4.2/ChangeLog-8.5.md-33-
phpunit-9.4.2/ChangeLog-8.5.md:34:* [#4033](https://github.com/sebastianbergmann/phpunit/issues/4033): Unexpected behaviour when `$GLOBALS` is deleted
phpunit-9.4.2/ChangeLog-8.5.md-35-
##############################################
phpunit-9.4.2/src/Framework/MockObject/Generator.php-249-     * of the trait mocked. Concrete methods to mock can be specified with the
phpunit-9.4.2/src/Framework/MockObject/Generator.php:250:     * `$mockedMethods` parameter.
phpunit-9.4.2/src/Framework/MockObject/Generator.php-251-     *
##############################################
phpunit-9.4.2/src/Framework/MockObject/MockClass.php-44-        if (!class_exists($this->mockName, false)) {
phpunit-9.4.2/src/Framework/MockObject/MockClass.php:45:            eval($this->classCode);
phpunit-9.4.2/src/Framework/MockObject/MockClass.php-46-
##############################################
phpunit-9.4.2/src/Framework/MockObject/MockTrait.php-37-        if (!class_exists($this->mockName, false)) {
phpunit-9.4.2/src/Framework/MockObject/MockTrait.php:38:            eval($this->classCode);
phpunit-9.4.2/src/Framework/MockObject/MockTrait.php-39-        }
##############################################
phpunit-9.4.2/src/Framework/MockObject/Rule/Parameters.php-119-
phpunit-9.4.2/src/Framework/MockObject/Rule/Parameters.php:120:            // The user called `->with($this->anything())`, but may have meant
phpunit-9.4.2/src/Framework/MockObject/Rule/Parameters.php-121-            // `->withAnyParameters()`.
##############################################
phpunit-9.4.2/src/Framework/TestCase.php-1885-     * of the trait mocked. Concrete methods to mock can be specified with the
phpunit-9.4.2/src/Framework/TestCase.php:1886:     * `$mockedMethods` parameter.
phpunit-9.4.2/src/Framework/TestCase.php-1887-     *
##############################################
phpunit-9.4.2/tests/end-to-end/regression/GitHub/3156/Issue3156Test.php-35-     */
phpunit-9.4.2/tests/end-to-end/regression/GitHub/3156/Issue3156Test.php:36:    public function testDependsRequire(string $val, stdClass $obj): void
phpunit-9.4.2/tests/end-to-end/regression/GitHub/3156/Issue3156Test.php-37-    {
##############################################
phpunit-9.4.2/debian/changelog-1317-      allowing to filter tests based on their authors.
phpunit-9.4.2/debian/changelog:1318:    - The `PHPUnit_Extensions_SeleniumTestCase::$autoStop`
phpunit-9.4.2/debian/changelog-1319-      flag has been removed, please start Selenium RC with