local M = require('module'):new() function M:boot() vim.g.phpunit_cmd = "./vendor/bin/phpunit" vim.g.phpunit_args = "--colors=always" end return M