Welcome Guest, Not a member yet? Register   Sign In
Problem with Project-tests
#1

First,

Thank you MGatner for all the effort on this GREAT CI4 code ! Really awesome !

Also, thank you very much for all the help you have being given me !

The first problem I encountered with project-tests was right after installing it.

I even started a new CI4 installation to check if the problem was me.

On a brand-new CI4 installation, just after after adding the requirements in COMPOSER.JSON file I got the following error:

Code:
λ php spark serve


CodeIgniter CLI Tool - Version 4.0.0-rc.3 - Server-Time: 2019-11-06 20:14:39pm

PHP Fatal error:  Uncaught Error: Class 'Tests\Support\Config\Registrar' not found in C:\Users\gabri\Documents\ci4.dev\system\Config\BaseConfig.php:206
Stack trace:
#0 C:\Users\gabri\Documents\ci4.dev\system\Config\BaseConfig.php(101): CodeIgniter\Config\BaseConfig->registerProperties()


The error happens after adding this line into composer:

Code:
    "autoload-dev": {
        "psr-4": {
            "ProjectTests\\Support\\": "tests/_support"
        }
    },

Without it the command php spark serve will work OK
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB