source = $source; $this->expect = $expect; $this->lineNumber = $lineNumber; } function expectsSomething() { return $this->expect; } }