mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			206 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			206 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
namespace Codeception\Module;
 | 
						|
 | 
						|
// here you can define custom actions
 | 
						|
// all public methods declared in helper class will be available in $I
 | 
						|
 | 
						|
class ResourceServerHelper extends \Codeception\Module
 | 
						|
{
 | 
						|
 | 
						|
} |