摘要: 以下测试会通过:public function testNullEmpty(){ echo PHP_EOL.'empty equals null'; $this->assertTrue( '' == null ); $this->assertFalse( '' null ); $this->asse 阅读全文
posted @ 2016-10-06 20:33 小天儿 阅读(156) 评论(0) 推荐(0)