PHP Classes

File: src/TestCase/Stubs/TestCaseMethod.php.stub

Recommend this page to a friend!
  Classes of Kamil   PHP REST Client Framework Control   src/TestCase/Stubs/TestCaseMethod.php.stub   Download  
File: src/TestCase/Stubs/TestCaseMethod.php.stub
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP REST Client Framework Control
Testing and validating REST services
Author: By
Last change:
Date: 6 years ago
Size: 224 bytes
 

Contents

Class file image Download
/** * @test( * title="``title``", * description="``description``", * tags="``tags``" * ) */ public function ``methodName``() { //todo return send(); }