Esempio n. 1
0
 public function testKernelSingle()
 {
     $a = 1;
     $b = 2;
     $c = 3;
     kernel::single1('abc', $a, $b, $c);
 }