adamwathan / sublime-phpunit

Run individual unit test files directly from Sublime
281 stars 43 forks source link

iTerm opens, but command not executed (Mojave) #42

Closed Robertbaelde closed 6 years ago

Robertbaelde commented 6 years ago

After upgrading to Mojave the package stopped working with iTerm. When i run a test, it opens iTerm but the phpunit command is not executed. When i try it with the default terminal it works as intended.

What could be the issue here?

devjoca commented 6 years ago

Same issue here :(

devjoca commented 6 years ago

@Robertbaelde I solved this, you have to go to System Preferences -> Security & Privacy -> Privacy -> Accessibility and enable sublime :)

Robertbaelde commented 6 years ago

@jopereyral Tnx! I already checked under "Automation", but did not thought about checking "Accessibility". Solved the issue!