Advertisement
Guest User

Untitled

a guest
Aug 15th, 2019
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. ➜ Laravel.Tests git:(feature/laravel-sdk) ✗ dotnet run
  2. PHPUnit 8.3.4 by Sebastian Bergmann and contributors.
  3.  
  4. Runtime: PHP 7.3.69-peachpie
  5. Configuration: /Users/calvinbaart/Development/laravel-peachpie-sample/Laravel.Tests/phpunit.xml
  6.  
  7. ..................................................
  8. Unhandled Exception: System.ArgumentException: The type 'System.Void' may not be used as a type argument.
  9. at System.RuntimeType.ThrowIfTypeNeverValidGenericArgument(RuntimeType type)
  10. at System.RuntimeType.SanityCheckGenericArguments(RuntimeType[] genericArguments, RuntimeType[] genericParamters)
  11. at System.Reflection.RuntimeMethodInfo.MakeGenericMethod(Type[] methodInstantiation)
  12. at Pchp.Core.Reflection.PhpTypeInfoExtension.GetPhpTypeInfo(Type type)
  13. at Pchp.Library.Reflection.ReflectionNamedType.ResolvePhpType(Type type, String& name, Boolean& builtin, Boolean& nullable)
  14. at Pchp.Library.Reflection.ReflectionNamedType.ResolvePhpType(String& name, Boolean& builtin, Boolean& allowsNull)
  15. at Pchp.Library.Reflection.ReflectionNamedType.getName()
  16. at CallSite.Target(Closure , CallSite , PhpValue , Context )
  17. at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
  18. at Mockery.Generator.Method.getReturnType() in /Users/calvinbaart/Development/laravel-peachpie-sample/Laravel.Tests/vendor/mockery/mockery/library/Mockery/Generator/Method.php:line 57
  19. at Mockery.Generator.StringManipulation.Pass.MethodDefinitionPass.renderReturnType(Method method) in /Users/calvinbaart/Development/laravel-peachpie-sample/Laravel.Tests/vendor/mockery/mockery/library/Mockery/Generator/StringManipulation/Pass/MethodDefinitionPass.php:line 91
  20. at Mockery.Generator.StringManipulation.Pass.MethodDefinitionPass.apply(PhpValue code, MockConfiguration config) in /Users/calvinbaart/Development/laravel-peachpie-sample/Laravel.Tests/vendor/mockery/mockery/library/Mockery/Generator/StringManipulation/Pass/MethodDefinitionPass.php:line 48
  21. at CallSite.Target(Closure , CallSite , PhpValue , Context , IndirectLocal , IndirectLocal )
  22. at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
  23. at CallSite.Target(Closure , CallSite , PhpValue , Context , IndirectLocal , IndirectLocal )
  24. at Mockery.Generator.StringManipulationGenerator.generate(MockConfiguration config) in /Users/calvinbaart/Development/laravel-peachpie-sample/Laravel.Tests/vendor/mockery/mockery/library/Mockery/Generator/StringManipulationGenerator.php:line 79
  25. at CallSite.Target(Closure , CallSite , PhpValue , Context , PhpValue& )
  26. at Mockery.Generator.CachingGenerator.generate(MockConfiguration config) in /Users/calvinbaart/Development/laravel-peachpie-sample/Laravel.Tests/vendor/mockery/mockery/library/Mockery/Generator/CachingGenerator.php:line 40
  27. at CallSite.Target(Closure , CallSite , PhpValue , Context , PhpValue& )
  28. at Mockery.Container.mock(PhpValue[] args) in /Users/calvinbaart/Development/laravel-peachpie-sample/Laravel.Tests/vendor/mockery/mockery/library/Mockery/Container.php:line 221
  29. at <>.mock(Container , PhpValue[] )
  30. at Mockery.mock(Context <ctx>, PhpValue[] args)
  31. at Illuminate.Tests.Auth.AuthDatabaseTokenRepositoryTest.getRepo()
  32. at Illuminate.Tests.Auth.AuthDatabaseTokenRepositoryTest.testCreateInsertsNewRecordIntoTable()
  33. at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
  34. at CallSite.Target(Closure , CallSite , TestCase , NameParam`1 , Context , UnpackingParam`1 )
  35. at PHPUnit.Framework.TestCase.runTest()
  36. at PHPUnit.Framework.TestCase.runBare()
  37. at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2[T0,T1](CallSite site, T0 arg0, T1 arg1)
  38. at CallSite.Target(Closure , CallSite , PhpValue , Context )
  39. at PHPUnit.Framework.TestResult.run(Test test)
  40. at PHPUnit.Framework.TestCase.run(TestResult result)
  41. at CallSite.Target(Closure , CallSite , PhpValue , Context , PhpValue& )
  42. at CallSite.Target(Closure , CallSite , PhpValue , Context , PhpValue& )
  43. at CallSite.Target(Closure , CallSite , PhpValue , Context , PhpValue& )
  44. at PHPUnit.Framework.TestSuite.run(TestResult result)
  45. at CallSite.Target(Closure , CallSite , PhpValue , Context , PhpValue& )
  46. at CallSite.Target(Closure , CallSite , PhpValue , Context , PhpValue& )
  47. at CallSite.Target(Closure , CallSite , PhpValue , Context , PhpValue& )
  48. at PHPUnit.Framework.TestSuite.run(TestResult result)
  49. at CallSite.Target(Closure , CallSite , PhpValue , Context , PhpValue& )
  50. at CallSite.Target(Closure , CallSite , PhpValue , Context , PhpValue& )
  51. at PHPUnit.TextUI.TestRunner.doRun(Test suite, PhpArray arguments, Boolean exit)
  52. at PHPUnit.TextUI.Command.run(PhpArray argv, Boolean exit)
  53. at PHPUnit.TextUI.Command.main(Context <ctx>, PhpTypeInfo <static>, Boolean exit)
  54. at <Root>.main_php.main(Context <ctx>)
  55. at <Root>.main_php.<Main>(Context <ctx>, PhpArray <locals>, Object this, RuntimeTypeHandle <self>)
  56. at <Script>.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement