14 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|  | // web/modules/custom/example/tests/src/Functional. | ||
|  | 
 | ||
|  | namespace Drupal\Tests\example\Functional; | ||
|  | 
 | ||
|  | use Drupal\Tests\BrowserTestBase; | ||
|  | 
 | ||
|  | class ExampleTest extends BrowserTestBase { | ||
|  | 
 | ||
|  |   public function testSomething() { | ||
|  |     $this->assertTrue(FALSE); | ||
|  |   } | ||
|  | 
 | ||
|  | } |