You are here

public function Stringifiable::__toString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/process/Tests/AbstractProcessTest.php \Symfony\Component\Process\Tests\Stringifiable::__toString()

File

vendor/symfony/process/Tests/AbstractProcessTest.php, line 1205

Class

Stringifiable

Namespace

Symfony\Component\Process\Tests

Code

public function __toString() {
  return 'stringifiable';
}