Lines Matching full:test

5 …ted $contents = "The\012Delete\012Delete\012Delete01\012Delete02\012Delete\012DeleteX\012Test\012";
34 …The\012Delete00\012Delete\012Delete01\012Delete02\012Delete\012DeleteX\012Test\012", io_readFile($…
37 …e\012Delete00\012DeleteX\012Delete01\012Delete02\012DeleteX\012DeleteX\012Test\012", io_readFile($…
40 …$this->assertEquals("The\01200\012DeleteX\01201\012Delete02\012DeleteX\012DeleteX\012Test\012", io…
43 … $this->assertEquals("The\01200\01201\012Delete02\012Test\012Replace\012", io_readFile($file));
47 $this->_write(TMP_DIR.'/test.txt');
55 $this->_write(TMP_DIR.'/test.txt.gz');
62 $this->_write(TMP_DIR.'/test.txt.bz2');
66 …* Test for a non-regex replacement where $newline contains a backreference like construct - it sho…
70 $file = TMP_DIR . '/test.txt';
74 …ete\\00\012Delete\\00\012Delete01\012Delete02\012Delete\\00\012DeleteX\012Test\012", io_readFile($…
77 * Test with replace all where replacement line == search line - must not timeout
82 $file = TMP_DIR.'/test.txt';
86 …("The\012Delete\012Delete\012Delete01\012Delete02\012Delete\012DeleteX\012Test\012", io_readFile($…
90 …* Test where $oldline exactly matches one line and also matches part of other lines - only the …
94 $file = TMP_DIR . '/test.txt';
95 $contents = "The\012Delete\01201Delete\01202Delete\012Test\012";
99 …$this->assertEquals("The\012Replace\01201Delete\01202Delete\012Test\012", io_readFile($file), "Edg…
103 * Test passing an invalid parameter.
109 /* The empty $oldline parameter should be caught before the file doesn't exist test. */