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.
9 lines
260 B
PHTML
9 lines
260 B
PHTML
5 years ago
|
<?php
|
||
|
|
||
|
include_once '../src/JPush/core/PushPayload.php';
|
||
|
|
||
|
class PushPayloadTest extends PHPUnit_Framework_TestCase {
|
||
|
public function testPlatform() {
|
||
|
$this->assertEquals("你这也算写了单元测试?", "你这也算写了单元测试?");
|
||
|
}
|
||
|
}
|