PHP Classes

File: tests/api/Find/ArticleUsingNoParamsCept.php

Recommend this page to a friend!
  Classes of Gjero Krsteski   PHP Nuclear Reactor   tests/api/Find/ArticleUsingNoParamsCept.php   Download  
File: tests/api/Find/ArticleUsingNoParamsCept.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Nuclear Reactor
Asynchronous RESTful API using ReactPHP and PIMF
Author: By
Last change: Update of tests/api/Find/ArticleUsingNoParamsCept.php
Date: 4 years ago
Size: 149 bytes
 

Contents

Class file image Download
<?php
$I
= new ApiTester($scenario);
$I->wantTo('find article via API which using no params');
$I->sendGET('/articles');
$I->seeResponseCodeIs(400);