Guest User

Untitled

a guest
Jan 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Error: Call to undefined method IlluminateContainerContainer::basePath()
  2. /myproject/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php:182
  3. /myproject/tests/Feature/DataCsvSeedTest.php:31
  4. /myproject/vendor/phpunit/phpunit/src/TextUI/Command.php:195
  5. /myproject/vendor/phpunit/phpunit/src/TextUI/Command.php:148
  6.  
  7. <?php
  8. namespace TestsFeature;
  9. use TestsTestCase;
  10.  
  11. class DataCsvSeedTest extends TestCase
  12. {
  13. public function setUp()
  14. {
  15. $baseDir = base_path();
  16. print "basedir = ". $baseDir;
  17. }
  18. }
Add Comment
Please, Sign In to add comment