Overview

Namespaces

  • Alchemy
    • core
      • query
      • schema
    • dialect
    • engine
    • orm
    • tests
    • util
      • promise
  • PHP

Classes

  • ANSICompilerTest
  • ANSIDeleteTest
  • ANSIInsertTest
  • ANSISelectTest
  • ANSIUpdateTest
  • BaseTest
  • ColumnTypeTest
  • CompilerTest
  • DataTypeLexerTest
  • ElementTest
  • ExpressionTest
  • ForeignTest
  • InsertTest
  • Language
  • MapperTest
  • MockElement
  • MockPromisable
  • ORMQueryTest
  • PromiseTest
  • QueryTest
  • RelationshipTest
  • ScalarTest
  • SessionIntegrationTest
  • SignalTest
  • UploadedFile
  • WaitableTest
  • Overview
  • Namespace
  • Class
  • Tree

Class BaseTest

PHPUnit_Framework_TestCase
Extended by 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
Abstract
Namespace: Alchemy\tests
Located at tests/BaseTest.php
Methods summary
public
# assertExpectedString( mixed $file, mixed $str )
protected
# getMySQLEngine( )
protected
# getSQLiteEngine( )
protected
# assertThrows( mixed $exception, mixed $fnSubject )

Assert that a callable throws an exception of a particular type when called

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

Use this method to start a mock expects() builder, then pass $this->fnCallback to the function you want to test

Properties summary
protected mixed $fnCallback
#
API documentation generated by ApiGen 2.8.0