You are here

class Stringifiable in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/process/Tests/AbstractProcessTest.php \Symfony\Component\Process\Tests\Stringifiable

Hierarchy

Expanded class hierarchy of Stringifiable

File

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

Namespace

Symfony\Component\Process\Tests
View source
class Stringifiable {
  public function __toString() {
    return 'stringifiable';
  }

}

Members