コード例 #1
0
ファイル: ScallExternalTest.php プロジェクト: phalcon/zephir
 public function testCall1()
 {
     $t = new \Test\ScallExternal();
     $this->assertSame($t->testCall1(), 'hello public');
 }
コード例 #2
0
ファイル: ScallExternalTest.php プロジェクト: NumbDai/zephir
 public function testCall1()
 {
     $t = new \Test\ScallExternal();
     $this->assertTrue($t->testCall1() == "hello public");
 }