Lines Matching refs:assertSame

100         $this->assertSame(10.0, $p->getTimeout());
169 $this->assertSame('foo'.\PHP_EOL, $data);
182 $this->assertSame($expected, $p->$getter());
240 $this->assertSame('hello', $p->getOutput());
286 $this->assertSame($expected, $process->getInput());
383 $this->assertSame($s, $p->$getIncrementalOutput());
384 $this->assertSame('', $p->$getIncrementalOutput());
427 $this->assertSame('0', $p->getOutput());
456 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
504 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
514 $this->assertSame($process, $process->mustRun());
596 $this->assertSame(0, $process->getExitCode());
605 $this->assertSame(Process::STATUS_READY, $process->getStatus());
610 $this->assertSame(Process::STATUS_STARTED, $process->getStatus());
615 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
1083 $this->assertSame($process, $process->setIdleTimeout(null));
1185 $this->assertSame($expected, $result);
1206 $this->assertSame('pingpong', $process->getOutput());
1226 $this->assertSame('pingpangpong', $process->getOutput());
1256 $this->assertSame('123', $process->getOutput());
1272 $this->assertSame('pingpong', $process->getOutput());
1290 …$this->assertSame(0, $i, 'InputStream->onEmpty callback should be called only when the input *beco…
1291 $this->assertSame('123456', $process->getOutput());
1310 $this->assertSame($expectedOutput, $output);
1318 $this->assertSame('', $process->getOutput());
1327 $this->assertSame($expectedOutput, $output);
1346 $this->assertSame($expectedOutput, $output);
1356 $this->assertSame('123', $process->getOutput());
1363 $this->assertSame($expectedOutput, $output);
1375 $this->assertSame('123', $p1->getErrorOutput());
1376 $this->assertSame('', $p1->getOutput());
1377 $this->assertSame('', $p2->getErrorOutput());
1378 $this->assertSame('456', $p2->getOutput());
1389 $this->assertSame('hello'.\PHP_EOL, $process->getOutput());
1390 $this->assertSame('', $process->getErrorOutput());
1403 $this->assertSame('foo', $process->getOutput());
1404 $this->assertSame('foo', getenv('existing_var'));
1439 $this->assertSame($process, $process->inheritEnvironmentVariables(false));
1448 $this->assertSame($expected, $env);
1459 $this->assertSame($expected, $p->getCommandLine());
1470 $this->assertSame((string) $arg, $p->getOutput());
1483 $this->assertSame((string) $arg, $p->getOutput());
1501 $this->assertSame($expected, str_replace('Standard input code', '-', $p->getOutput()));
1525 $this->assertSame('Foo baR baZ', rtrim($p->getOutput()));
1526 $this->assertSame($env, $p->getEnv());
1557 …$this->assertSame('This PHP has been compiled with --enable-sigchild. You must use setEnhanceSigch…