Ejemplo n.º 1
0
 public function testCall1()
 {
     $t = new \Test\ScallExternal();
     $this->assertSame($t->testCall1(), 'hello public');
 }
Ejemplo n.º 2
0
 public function testCall1()
 {
     $t = new \Test\ScallExternal();
     $this->assertTrue($t->testCall1() == "hello public");
 }