5 lines
67 B
PHP
5 lines
67 B
PHP
|
<?php
|
||
|
|
||
|
$expectedOutput = array(
|
||
|
array($process::OUT, '123'),
|
||
|
);
|