Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.09 KB

DEVELOPERS.md

File metadata and controls

30 lines (23 loc) · 1.09 KB

=== Pre-requisits ===

  • Java 8 SDK SE (not JRE)
  • Intllij Idea Untimate (for running Unit Tests)
  • PhpStorm (for PHP-related SDK)

=== Checking out project ===

=== Configuring project ===

  • In IDE: File -> Project Structure -- > Project Settings -> Project (Project SDK: PS + Java 6 -> Screenshot) Project SDKs -- > Project Settings -> Modules (Module SDK: Idea -> Screenshot) Module SDKs -- > Project Settings -> libraries (Screenshot; Idea lib, PS jar, PS PHP/CSS plugin folders) Project libs -- > Platform Settings -> SDKs Platform SDKs

=== Configuring and running test ===

  • In IDE: Run -> Edit Configurations --> add a new configuration for JUnit called "Tests" (as on screenshot) Tests run configuration