Problem with Project-tests |
(11-09-2019, 05:45 PM)MGatner Wrote: Okay, I think I see what is happening. I believe you have the CodeIgniter "tests" folder in your root (this one: https://github.com/codeigniter4/CodeIgni...elop/tests) but you are forcing it to the ProjectTests namespace via composer.json ("ProjectTests\\Support\\": "tests/_support"). Make sure you have removed the CodeIgniter tests folder and all subfolders, then copy in the version from CodeIgniter4Projects/ProjectTests. Now I am a bit confused... I have to remove Codeigniter tests in order to ProjectTests to work ? ![]() Guess not... Because it requires some files from Codeigniter test folder... The tests folder I have in my root is the one that came with CI4 installation... |
Messages In This Thread |
Problem with Project-tests - by Poetawd - 11-06-2019, 07:23 PM
RE: Problem with Project-tests - by MGatner - 11-07-2019, 01:10 PM
RE: Problem with Project-tests - by Poetawd - 11-07-2019, 01:16 PM
RE: Problem with Project-tests - by MGatner - 11-07-2019, 01:35 PM
RE: Problem with Project-tests - by Poetawd - 11-07-2019, 01:46 PM
RE: Problem with Project-tests - by MGatner - 11-08-2019, 07:12 AM
RE: Problem with Project-tests - by Poetawd - 11-08-2019, 12:11 PM
RE: Problem with Project-tests - by MGatner - 11-09-2019, 06:07 AM
RE: Problem with Project-tests - by Poetawd - 11-09-2019, 02:26 PM
RE: Problem with Project-tests - by MGatner - 11-09-2019, 05:45 PM
RE: Problem with Project-tests - by Poetawd - 11-09-2019, 06:09 PM
RE: Problem with Project-tests - by MGatner - 11-10-2019, 07:25 PM
RE: Problem with Project-tests - by Poetawd - 11-10-2019, 09:03 PM
RE: Problem with Project-tests - by MGatner - 11-11-2019, 04:49 AM
|