7 lines
123 B
PHP
7 lines
123 B
PHP
<?php
|
|
|
|
class PhaxioTest extends PHPUnit_Framework_TestCase {
|
|
public function testLogin() {
|
|
$this->assertTrue(true);
|
|
}
|
|
} |