PHP Classes

File: tests/AuthenticationTest.php

Recommend this page to a friend!
  Classes of Italo Lelis de Vietro   PHP Wunderlist API   tests/AuthenticationTest.php   Download  
File: tests/AuthenticationTest.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: PHP Wunderlist API
Manage user lists using the Wunderlist API
Author: By
Last change:
Date: 9 years ago
Size: 219 bytes
 

Contents

Class file image Download
<?php

namespace Tests\Collections;

use
Collections\Stack;

/**
 * @author italo
 */
class AuthenticationTest extends WunderlistTestCase
{
    protected function
setUp()
    {
       
$this->coll = new Stack();
    }
}