Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable autocomplete in IDE? #816

Open
AlexPravdin opened this issue Jan 17, 2019 · 2 comments
Open

How to enable autocomplete in IDE? #816

AlexPravdin opened this issue Jan 17, 2019 · 2 comments
Labels

Comments

@AlexPravdin
Copy link

AlexPravdin commented Jan 17, 2019

Hello. I'm new to Atoum and I try to follow docs. I have the following issues:

Problem1: http://docs.atoum.org/en/latest/first_test.html - here I see the test class. But when I try to use it in IDE it can't find out the atoum class. If trying to use autocomplete I can't see any corresponding implementation. So the unit test autocomplete doesn't work. This slows down the tests develpment significantly.

Problem 2: Here http://docs.atoum.org/en/latest/first_test.html the test class extends the atoum class. But here http://docs.atoum.org/en/latest/running_tests.html it extends atoum\test. Which one is correct?

Thanks

@Grummfy
Copy link
Member

Grummfy commented Jan 17, 2019

hello,
you can find more info on http://docs.atoum.org/en/latest/ide.html
if you use phpstorm, you can use atoum/stub package to have the autocompletion.

For information, \atoum & \atoum\test is the same for your test. But it's an alias of our base test class \mageekguy\atoum && \mageekguy\atoum\test

@HumanG33k
Copy link

Hello some of http://docs.atoum.org/en/latest/ide.html addon are outdated. (sublime text 2 -> 3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants