Support the ongoing development of Laravel.io →
Configuration Testing
Last updated 1 year ago.
0

Just found out it relates to:

Config::shouldReceive('get')->once()->with('title')->shouldReceive('offsetGet');
Last updated 1 year ago.
0

In app/tests/TestCase.php $testEnvironment was set to a wrong environment which caused this error.

Last updated 1 year ago.
0

Hi!

I am having the same problem and I have it like this:

<?php

 class TestCase extends Illuminate\Foundation\Testing\TestCase {

    /**
     * Creates the application.
     *
	     * @return Symfony\Component\HttpKernel\HttpKernelInterface
     */
    public function createApplication()
    {
	    $unitTesting = true;

	    $testEnvironment = 'testing';

	    return require __DIR__.'/../../bootstrap/start.php';
    }

}

How it's suppose to be?

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.