1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
SpaceVim/bundle/phpcomplete.vim-vim7/tests
2022-02-06 21:21:00 +08:00
..
fixtures fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
CompleteBuiltInClass_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
CompleteClassName_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
CompleteGeneral_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
CompletePHP_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
CompleteUnknownClass_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
CompleteUse_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
CompleteUserClass_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
CompleteVariable_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
ExpandClassName_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GenerateBuiltinClassStub_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetClassContents_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetClassLocation_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetClassName_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetCurrentFunctionBoundaries_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetCurrentInstruction_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetCurrentNameSpace_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetCurrentSymbolWithContext_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetDocBlock_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetFunctionLocation_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetFunctionReturnTypeHint_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetMethodStack_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
GetTypeFromDocBlockParam_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
LoadData_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
LocateSymbol_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
ParseDocBlock_test.vim fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
README.md fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
runtests.sh fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00
vimrc fix(lang#php): use old phpcomplete 2022-02-06 21:21:00 +08:00

Running the tests

You can run the test suite with the ./runtests.sh script. Tests are using the vimunit plugin if you don't have it next to your phpcomplete.vim the script will try to get it with git. Running all the tests you simply enter the tests/ directory and start the script:

cd ~/.vim/bundle/phpcomplete.vim/tests
./runtests.sh