Announcement

Collapse
No announcement yet.

Missing config file on tests/integration

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Missing config file on tests/integration


    Hi, when I try to pass integration tests, it fails because there's no config file. I created one based on unitary test's config file.

  • #2
    Need more details, either error logs (in your data file), some screenshot or F12 console error?

    Comment


    • salvix
      salvix commented
      Editing a comment
      Hi espcrm, it's not a bug. I copied my data/config.php in that folder and it worked. Well, I need to change version number, because it's value was @@version and put a number (5.5).

    • espcrm
      espcrm commented
      Editing a comment
      My apologies for misreading.

  • #3
    Hi espcrm:
    $ phpunit --bootstrap=vendor/autoload.php tests/integration
    PHPUnit 6.5.5 by Sebastian Bergmann and contributors.

    Config for integration tests [tests/integration/config.php] is not found


    Comment

    Working...
    X