Lines Matching refs:this
11 $this->optionalSections = $opt;
20 $this->subject = $function;
24 $this->constructCommonHeaders();
26 $this->addBasicEcho();
28 $this->constructSubjectCalls();
30 $this->constructCommonClosing();
41 $this->testCase[] = "--TEST--";
42 …$this->testCase[] = "Test function ".$this->subject->getName()."() by calling it with its expected…
51 $lists = $this->subject->getValidArgumentLists();
55 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
56 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );";
58 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );