assertTrue(true); print '1'; } /** * @runInSeparateProcess */ public function testTwo() { $this->assertTrue(true); print '2'; } }