assertNotFalse($content); $this->assertMatchesRegularExpression('/^VERSION=0\\.9-rc\\d*$/m', trim($content)); $this->assertStringNotContainsString('BUILD=', $content); } }