You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
include_once '../src/JPush/core/PushPayload.php';
|
|
|
|
class PushPayloadTest extends PHPUnit_Framework_TestCase {
|
|
public function testPlatform() {
|
|
$this->assertEquals("你这也算写了单元测试?", "你这也算写了单元测试?");
|
|
}
|
|
} |