Issue #2942314 by Lendude: Move JavascriptGetDrupalSettingsTest, BrowserWithJavascriptTest out of simpletest module
							parent
							
								
									e4146aa44f
								
							
						
					
					
						commit
						d1eee651be
					
				| 
						 | 
				
			
			@ -1,8 +1,6 @@
 | 
			
		|||
<?php
 | 
			
		||||
 | 
			
		||||
namespace Drupal\Tests\simpletest\FunctionalJavascript;
 | 
			
		||||
 | 
			
		||||
use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
 | 
			
		||||
namespace Drupal\FunctionalJavascriptTests;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Tests if we can execute JavaScript in the browser.
 | 
			
		||||
| 
						 | 
				
			
			@ -1,8 +1,6 @@
 | 
			
		|||
<?php
 | 
			
		||||
 | 
			
		||||
namespace Drupal\Tests\simpletest\FunctionalJavascript;
 | 
			
		||||
 | 
			
		||||
use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
 | 
			
		||||
namespace Drupal\FunctionalJavascriptTests;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Tests Drupal settings retrieval in JavascriptTestBase tests.
 | 
			
		||||
		Loading…
	
		Reference in New Issue