Skip to content

agallou/phpstorm-plugin

 
 

Repository files navigation

atoum PhpStorm Plugin

Integrates atoum into PhpStorm.

Features :

  • Go to the test class from the tested class (shortcut : alt+shift+K)
  • Go to the tested class from the test class (shortcut : alt+shift+K)
  • Execute tests inside PhpStorm (shortcut : alt+shift+M)
  • Easily identify test files by a custom icon

Detailed Features

Execute tests inside PhpStorm

By an entry on the run menu and on the right click menu.

Demo

You can run the tests from both the test file or the tested classe's file.

Your test file and tested file will automatically be save before running the test.

The default keyboard shortcut to execute the test is alt+shift+M.

Go to the test class from the tested class

From the tested class you can go to the test class by clicking on the icon on the left of the class,

Demo

or from a menu entry in navigation,

Demo

or by an entry bin the right click menu.

Demo

The default keyboard shortcut to switch file is alt+shift+K.

Go to the tested class from the test class

From the test class you can go to the tested class by clicking on the icon on the left of the class,

Demo

or from a menu entry in navigation,

Demo

or by an entry bin the right click menu.

Demo

The default keyboard shortcut to switch file is alt+shift+K.

Easily identify test files by a custom icon

Atoum's test files are displayed with a different icon, like that you will easily differentiate them from other PHP files.

Demo

Demo

Installation

  • Download the lasted version of the .jar on the releases pages
  • Open PhpStorm
  • Go to File -> Settings, then click on Plugins
  • Click on the install from disk button, then select to downloaded jar
  • Restart PhpStorm

Links

Licence

atoum phpstorm-plugin is released under the MIT License. See the bundled LICENSE file for details.

About

Integrate atoum inside PhpStorm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%