PHP 클래스 Dumplie\Metadata\Tests\Integration\Infrastructure\Doctrine\Dbal\DoctrineStorageTest

상속: extends PHPUnit_Framework_TestCase, use trait Dumplie\SharedKernel\Tests\Doctrine\DBALHelper
파일 보기 프로젝트 열기: dumplie/dumplie

공개 메소드들

메소드 설명
setUp ( )
setUpBeforeClass ( )
test_alter_existing_table ( )
test_alter_non_existing_table ( )
test_create ( )
test_create_throws_exception_when_trying_to_create_existing_table ( )
test_create_with_index ( )
test_delete ( )
test_drop ( )
test_find_by_returns_empty_list_when_no_matches_found ( )
test_find_by_returns_matching_results ( )
test_has ( )
test_saving_with_insert ( )
test_saving_with_update ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

test_alter_existing_table() 공개 메소드

test_alter_non_existing_table() 공개 메소드

test_create() 공개 메소드

public test_create ( )

test_create_throws_exception_when_trying_to_create_existing_table() 공개 메소드

test_create_with_index() 공개 메소드

test_delete() 공개 메소드

public test_delete ( )

test_drop() 공개 메소드

public test_drop ( )

test_find_by_returns_empty_list_when_no_matches_found() 공개 메소드

test_find_by_returns_matching_results() 공개 메소드

test_has() 공개 메소드

public test_has ( )

test_saving_with_insert() 공개 메소드

test_saving_with_update() 공개 메소드