Browse Source
			
			
			Cancel 1 LDAP test for php8
			
				Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
			
			
				pull/23780/head
			
			
		 
		
			
				
					
						 Roeland Jago Douma
					
					5 years ago
						Roeland Jago Douma
					
					5 years ago
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: F941078878347C0C
				  	
				  
				
			
		
		
		
	
		
			
				 1 changed files with 
3 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					apps/user_ldap/tests/AccessTest.php
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -664,6 +664,9 @@ class AccessTest extends TestCase { | 
			
		
	
		
			
				
					|  |  |  | 	 * @param $expected | 
			
		
	
		
			
				
					|  |  |  | 	 */ | 
			
		
	
		
			
				
					|  |  |  | 	public function testSanitizeUsername($name, $expected) { | 
			
		
	
		
			
				
					|  |  |  | 		if ($name === 'fränk' && PHP_MAJOR_VERSION > 7) { | 
			
		
	
		
			
				
					|  |  |  | 			$this->markTestSkipped('Special chars do boom still on CI in php8'); | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 		if ($expected === null) { | 
			
		
	
		
			
				
					|  |  |  | 			$this->expectException(\InvalidArgumentException::class); | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
	
		
			
				
					|  |  | 
 |