Class BaseTest
- PHPUnit_Framework_TestCase
 - 
			
Alchemy\tests\BaseTest			
			
			
		 
Direct known subclasses
Alchemy\tests\ANSICompilerTest, Alchemy\tests\ANSIDeleteTest, Alchemy\tests\ForeignTest, Alchemy\tests\InsertTest, Alchemy\tests\MapperTest, Alchemy\tests\ORMQueryTest, Alchemy\tests\PromiseTest, Alchemy\tests\QueryTest, Alchemy\tests\RelationshipTest, Alchemy\tests\ScalarTest, Alchemy\tests\SessionIntegrationTest, Alchemy\tests\SignalTest, Alchemy\tests\ANSIInsertTest, Alchemy\tests\WaitableTest, Alchemy\tests\ANSISelectTest, Alchemy\tests\ANSIUpdateTest, Alchemy\tests\ColumnTypeTest, Alchemy\tests\CompilerTest, Alchemy\tests\DataTypeLexerTest, Alchemy\tests\ElementTest, Alchemy\tests\ExpressionTest
			 public 
			
			
			
		 | 
		|
			 protected 
			
			
			
		 | 
		|
			 protected 
			
			
			
		 | 
		|
			 protected 
			
			
			
		 | 
		
		#
		 assertThrows( mixed $exception, mixed $fnSubject )
		Assert that a callable throws an exception of a particular type when called  | 
	
			 protected 
			
			
			
		 | 
		
		#
		 expectsCallback( mixed $times )
		Use this method to start a mock expects() builder, then pass $this->fnCallback to the function you want to test  | 
	
			protected  
			mixed
		 | 
		$fnCallback |  |