make testing work again...
This commit is contained in:
		
							parent
							
								
									66ef82e460
								
							
						
					
					
						commit
						fdd1ffaf0f
					
				@ -33,7 +33,7 @@ define('ADMIN_PASS', "demo");
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
class SCoreWebTestCase extends WebTestCase {
 | 
					class SCoreWebTestCase extends WebTestCase {
 | 
				
			||||||
	protected function get_page($page) {
 | 
						protected function get_page($page) {
 | 
				
			||||||
		$raw = $this->get(make_http(make_link($url)));
 | 
							$raw = $this->get(make_http(make_link($page)));
 | 
				
			||||||
		$this->assertNoText("Exception:");
 | 
							$this->assertNoText("Exception:");
 | 
				
			||||||
		$this->assertNoText("Error:");
 | 
							$this->assertNoText("Error:");
 | 
				
			||||||
		$this->assertNoText("Warning:");
 | 
							$this->assertNoText("Warning:");
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user