PHP Classes

File: tests/WunderlistTestCase.php

Recommend this page to a friend!
  Classes of Italo Lelis de Vietro   PHP Wunderlist API   tests/WunderlistTestCase.php   Download  
File: tests/WunderlistTestCase.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: 324 bytes
 

Contents

Class file image Download
<?php

namespace Tests\Wunderlist;

use
PHPUnit_Framework_TestCase;

/**
 * Description of Collection
 *
 * @author italo
 */
abstract class WunderlistTestCase extends PHPUnit_Framework_TestCase
{
    protected
$wunderlist;

    protected function
setUp()
    {
       
date_default_timezone_set('America/Recife');
    }

}