Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. PHP Fatal error: Cannot make static method PHPUnit_Framework_Assert::assertFileExists() non static in class Drupal\Tests\file\Functional\FileFieldTestBase in /Users/USER/Documents/workspace/drupal/core/modules/file/tests/src/Functional/FileFieldTestBase.php on line 302
  2. PHP Stack trace:
  3. PHP 1. {main}() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/phpunit:0
  4. PHP 2. PHPUnit_TextUI_Command::main() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/phpunit:47
  5. PHP 3. PHPUnit_TextUI_Command->run() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/src/TextUI/Command.php:100
  6. PHP 4. PHPUnit_TextUI_Command->handleArguments() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/src/TextUI/Command.php:110
  7. PHP 5. PHPUnit_Util_Configuration->getTestSuiteConfiguration() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/src/TextUI/Command.php:636
  8. PHP 6. PHPUnit_Util_Configuration->getTestSuite() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/src/Util/Configuration.php:868
  9. PHP 7. PHPUnit_Framework_TestSuite->addTestFile() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/src/Util/Configuration.php:988
  10. PHP 8. ReflectionMethod->invoke() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/src/Framework/TestSuite.php:374
  11. PHP 9. Drupal\Tests\TestSuites\FunctionalTestSuite::suite() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/src/Framework/TestSuite.php:374
  12. PHP 10. Drupal\Tests\TestSuites\TestSuiteBase->addTestsBySuiteNamespace() /Users/USER/Documents/workspace/drupal/core/tests/TestSuites/FunctionalTestSuite.php:22
  13. PHP 11. PHPUnit_Framework_TestSuite->addTestFiles() /Users/USER/Documents/workspace/drupal/core/tests/TestSuites/TestSuiteBase.php:55
  14. PHP 12. PHPUnit_Framework_TestSuite->addTestFile() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/src/Framework/TestSuite.php:403
  15. PHP 13. PHPUnit_Util_Fileloader::checkAndLoad() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/src/Framework/TestSuite.php:331
  16. PHP 14. PHPUnit_Util_Fileloader::load() /Users/USER/Documents/workspace/drupal/vendor/phpunit/phpunit/src/Util/Fileloader.php:36
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement