Project

General

Profile

Download (233 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<?php
2

    
3
/**
4
 * test to test if phpUnit is ok
5
 * @author a.kohlbecker
6
 *
7
 */
8
class TestTests extends PHPUnit_Framework_TestCase {
9
    function test_fancymodule() {
10
        $this->assertInternalType("string", "true");
11
    }
12
}
(3-3/3)