Adjust project specifics
parent
56616626bc
commit
fc543eec51
Binary file not shown.
Binary file not shown.
|
@ -9,14 +9,14 @@ augroup END
|
|||
|
||||
function! SacSetupPhpUnitUnit()
|
||||
let g:test#php#phpunit#options = {
|
||||
\ 'file': '--configuration phpunit.unit.xml.dist --testdox --colors',
|
||||
\ 'nearest': '--configuration phpunit.unit.xml.dist --testdox --colors',
|
||||
\ 'file': '--configuration phpunit.unit.xml.dist --testdox',
|
||||
\ 'nearest': '--configuration phpunit.unit.xml.dist --testdox',
|
||||
\}
|
||||
endfunction
|
||||
|
||||
function! SacSetupPhpUnitFunctional()
|
||||
let g:test#php#phpunit#options = {
|
||||
\ 'file': '--configuration phpunit.functional.xml.dist --testdox --colors',
|
||||
\ 'nearest': '--configuration phpunit.functional.xml.dist --testdox --colors',
|
||||
\ 'file': '--configuration phpunit.functional.xml.dist --testdox',
|
||||
\ 'nearest': '--configuration phpunit.functional.xml.dist --testdox',
|
||||
\}
|
||||
endfunction
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue