Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 442 Bytes

codesamples-php

Prerequisites:

  • PHP 5.2 and above with curl/openssl extensions enabled

Running TestCase

  • You need PHPUnit and Ant installed in your system.
  • Run composer update inside samples folder.
  • Run ant script under root folder using ant command.
  • Script will generate report folder under 'sample/tests',that contains report for test(phpunit.xml) and coverage(index.html).