Nwidart\Modules\tests\Commands\ModuleGeneratorTest::getExpectedComposerJson PHP Method

getExpectedComposerJson() private method

    private function getExpectedComposerJson()
    {
        return <<<TEXT
{
    "name": "nwidart/blog",
    "description": "",
    "authors": [
        {
            "name": "Nicolas Widart",
            "email": "[email protected]"
        }
    ],
    "autoload": {
        "psr-4": {
            "Modules\\\\Blog\\\\": ""
        }
    }
}

TEXT;
    }