From fbd4b3efa68548a2affb4f57b9fb2bc8211ca6bb Mon Sep 17 00:00:00 2001 From: Stefano Mtangoo Date: Wed, 19 Jul 2023 11:49:37 +0300 Subject: [PATCH 1/3] Remove XCache and ZendDataCache support --- .appveyor.yml | 2 +- .github/workflows/build.yml | 2 +- .gitlab-ci.yml | 2 +- .phpunit.result.cache | 1 + .scrutinizer.yml | 2 +- docs/guide-es/caching-data.md | 3 +- docs/guide-fr/caching-data.md | 3 - docs/guide-ja/caching-data.md | 3 - docs/guide-pt-BR/caching-data.md | 3 - docs/guide-ru/caching-data.md | 2 - docs/guide-zh-CN/caching-data.md | 3 - docs/guide/caching-data.md | 3 - framework/CHANGELOG.md | 1 + framework/UPGRADE.md | 1 - framework/caching/XCache.php | 111 ------------------ framework/caching/ZendDataCache.php | 89 -------------- framework/classes.php | 2 - tests/README.md | 2 +- tests/framework/caching/XCacheTest.php | 36 ------ tests/framework/caching/ZendDataCacheTest.php | 36 ------ 20 files changed, 8 insertions(+), 299 deletions(-) create mode 100644 .phpunit.result.cache delete mode 100644 framework/caching/XCache.php delete mode 100644 framework/caching/ZendDataCache.php delete mode 100644 tests/framework/caching/XCacheTest.php delete mode 100644 tests/framework/caching/ZendDataCacheTest.php diff --git a/.appveyor.yml b/.appveyor.yml index 5ca3e94020a..51d965a2503 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,4 +38,4 @@ before_test: test_script: - cd C:\projects\yii2 - - vendor\bin\phpunit --exclude-group db,wincache,xcache,zenddata + - vendor\bin\phpunit --exclude-group db,wincache diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f249d32875..8c960a0ec68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: [push, pull_request] env: DEFAULT_COMPOSER_FLAGS: "--prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi" EXTENSIONS: apcu, curl, dom, imagick, intl, mbstring, mcrypt, memcached, pdo, pdo_sqlite, sqlite - PHPUNIT_EXCLUDE_GROUP: db,wincache,xcache,zenddata + PHPUNIT_EXCLUDE_GROUP: db,wincache concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84da01091cd..42b5d77a12e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,5 +94,5 @@ travis: - docker-compose up --build -d # wait for dbs ... - sleep 10 - - docker-compose run --rm php vendor/bin/phpunit -v --exclude mssql,oci,wincache,xcache,zenddata + - docker-compose run --rm php vendor/bin/phpunit -v --exclude mssql,oci,wincache diff --git a/.phpunit.result.cache b/.phpunit.result.cache new file mode 100644 index 00000000000..fe2fac2c1da --- /dev/null +++ b/.phpunit.result.cache @@ -0,0 +1 @@ +{"version":1,"defects":{"yiiunit\\framework\\caching\\ApcCacheTest::testExpire":1,"yiiunit\\framework\\caching\\ApcCacheTest::testExpireAdd":1,"yiiunit\\framework\\caching\\ApcCacheTest::testSet":1,"yiiunit\\framework\\caching\\ApcCacheTest::testGet":1,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiset with data set #0":1,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiset with data set #1":1,"yiiunit\\framework\\caching\\ApcCacheTest::testExists":1,"yiiunit\\framework\\caching\\ApcCacheTest::testArrayAccess":1,"yiiunit\\framework\\caching\\ApcCacheTest::testGetValueNonExistent":1,"yiiunit\\framework\\caching\\ApcCacheTest::testGetNonExistent":1,"yiiunit\\framework\\caching\\ApcCacheTest::testStoreSpecialValues":1,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiGet":1,"yiiunit\\framework\\caching\\ApcCacheTest::testDefaultTtl":1,"yiiunit\\framework\\caching\\ApcCacheTest::testAdd":1,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiAdd":1,"yiiunit\\framework\\caching\\ApcCacheTest::testDelete":1,"yiiunit\\framework\\caching\\ApcCacheTest::testFlush":1,"yiiunit\\framework\\caching\\ApcCacheTest::testGetOrSet":1,"yiiunit\\framework\\caching\\ApcCacheTest::testGetOrSetWithDependencies":1,"yiiunit\\framework\\caching\\DbCacheTest::testExpire":4,"yiiunit\\framework\\caching\\DbCacheTest::testExpireAdd":4,"yiiunit\\framework\\caching\\DbCacheTest::testSynchronousSetWithTheSameKey":4,"yiiunit\\framework\\caching\\DbCacheTest::testSet":4,"yiiunit\\framework\\caching\\DbCacheTest::testGet":4,"yiiunit\\framework\\caching\\DbCacheTest::testMultiset with data set #0":4,"yiiunit\\framework\\caching\\DbCacheTest::testMultiset with data set #1":4,"yiiunit\\framework\\caching\\DbCacheTest::testExists":4,"yiiunit\\framework\\caching\\DbCacheTest::testArrayAccess":4,"yiiunit\\framework\\caching\\DbCacheTest::testGetValueNonExistent":4,"yiiunit\\framework\\caching\\DbCacheTest::testGetNonExistent":4,"yiiunit\\framework\\caching\\DbCacheTest::testStoreSpecialValues":4,"yiiunit\\framework\\caching\\DbCacheTest::testMultiGet":4,"yiiunit\\framework\\caching\\DbCacheTest::testDefaultTtl":4,"yiiunit\\framework\\caching\\DbCacheTest::testAdd":4,"yiiunit\\framework\\caching\\DbCacheTest::testMultiAdd":4,"yiiunit\\framework\\caching\\DbCacheTest::testDelete":4,"yiiunit\\framework\\caching\\DbCacheTest::testFlush":4,"yiiunit\\framework\\caching\\DbCacheTest::testGetOrSet":4,"yiiunit\\framework\\caching\\DbCacheTest::testGetOrSetWithDependencies":4,"yiiunit\\framework\\caching\\FileCacheTest::testCacheRenewalOnDifferentOwnership":1,"yiiunit\\framework\\caching\\MemCacheTest::testExpire":1,"yiiunit\\framework\\caching\\MemCacheTest::testExpireAdd":1,"yiiunit\\framework\\caching\\MemCacheTest::testSet":1,"yiiunit\\framework\\caching\\MemCacheTest::testGet":1,"yiiunit\\framework\\caching\\MemCacheTest::testMultiset with data set #0":1,"yiiunit\\framework\\caching\\MemCacheTest::testMultiset with data set #1":1,"yiiunit\\framework\\caching\\MemCacheTest::testExists":1,"yiiunit\\framework\\caching\\MemCacheTest::testArrayAccess":1,"yiiunit\\framework\\caching\\MemCacheTest::testGetValueNonExistent":1,"yiiunit\\framework\\caching\\MemCacheTest::testGetNonExistent":1,"yiiunit\\framework\\caching\\MemCacheTest::testStoreSpecialValues":1,"yiiunit\\framework\\caching\\MemCacheTest::testMultiGet":1,"yiiunit\\framework\\caching\\MemCacheTest::testDefaultTtl":1,"yiiunit\\framework\\caching\\MemCacheTest::testAdd":1,"yiiunit\\framework\\caching\\MemCacheTest::testMultiAdd":1,"yiiunit\\framework\\caching\\MemCacheTest::testDelete":1,"yiiunit\\framework\\caching\\MemCacheTest::testFlush":1,"yiiunit\\framework\\caching\\MemCacheTest::testGetOrSet":1,"yiiunit\\framework\\caching\\MemCacheTest::testGetOrSetWithDependencies":1,"yiiunit\\framework\\caching\\MemCachedTest::testExpire":1,"yiiunit\\framework\\caching\\MemCachedTest::testExpireAdd":1,"yiiunit\\framework\\caching\\MemCachedTest::testSet":1,"yiiunit\\framework\\caching\\MemCachedTest::testGet":1,"yiiunit\\framework\\caching\\MemCachedTest::testMultiset with data set #0":1,"yiiunit\\framework\\caching\\MemCachedTest::testMultiset with data set #1":1,"yiiunit\\framework\\caching\\MemCachedTest::testExists":1,"yiiunit\\framework\\caching\\MemCachedTest::testArrayAccess":1,"yiiunit\\framework\\caching\\MemCachedTest::testGetValueNonExistent":1,"yiiunit\\framework\\caching\\MemCachedTest::testGetNonExistent":1,"yiiunit\\framework\\caching\\MemCachedTest::testStoreSpecialValues":1,"yiiunit\\framework\\caching\\MemCachedTest::testMultiGet":1,"yiiunit\\framework\\caching\\MemCachedTest::testDefaultTtl":1,"yiiunit\\framework\\caching\\MemCachedTest::testAdd":1,"yiiunit\\framework\\caching\\MemCachedTest::testMultiAdd":1,"yiiunit\\framework\\caching\\MemCachedTest::testDelete":1,"yiiunit\\framework\\caching\\MemCachedTest::testFlush":1,"yiiunit\\framework\\caching\\MemCachedTest::testGetOrSet":1,"yiiunit\\framework\\caching\\MemCachedTest::testGetOrSetWithDependencies":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testExpire":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testExpireAdd":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testSynchronousSetWithTheSameKey":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testSet":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testGet":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiset with data set #0":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiset with data set #1":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testExists":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testArrayAccess":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetValueNonExistent":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetNonExistent":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testStoreSpecialValues":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiGet":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testDefaultTtl":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testAdd":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiAdd":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testDelete":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testFlush":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetOrSet":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetOrSetWithDependencies":1,"yiiunit\\framework\\caching\\WinCacheTest::testSet":1,"yiiunit\\framework\\caching\\WinCacheTest::testGet":1,"yiiunit\\framework\\caching\\WinCacheTest::testMultiset with data set #0":1,"yiiunit\\framework\\caching\\WinCacheTest::testMultiset with data set #1":1,"yiiunit\\framework\\caching\\WinCacheTest::testExists":1,"yiiunit\\framework\\caching\\WinCacheTest::testArrayAccess":1,"yiiunit\\framework\\caching\\WinCacheTest::testGetValueNonExistent":1,"yiiunit\\framework\\caching\\WinCacheTest::testGetNonExistent":1,"yiiunit\\framework\\caching\\WinCacheTest::testStoreSpecialValues":1,"yiiunit\\framework\\caching\\WinCacheTest::testMultiGet":1,"yiiunit\\framework\\caching\\WinCacheTest::testDefaultTtl":1,"yiiunit\\framework\\caching\\WinCacheTest::testExpire":1,"yiiunit\\framework\\caching\\WinCacheTest::testExpireAdd":1,"yiiunit\\framework\\caching\\WinCacheTest::testAdd":1,"yiiunit\\framework\\caching\\WinCacheTest::testMultiAdd":1,"yiiunit\\framework\\caching\\WinCacheTest::testDelete":1,"yiiunit\\framework\\caching\\WinCacheTest::testFlush":1,"yiiunit\\framework\\caching\\WinCacheTest::testGetOrSet":1,"yiiunit\\framework\\caching\\WinCacheTest::testGetOrSetWithDependencies":1,"yiiunit\\framework\\base\\ErrorExceptionTest::testXdebugTrace":1,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMessagesSorting":1,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNew":4,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceCreate":4,"yiiunit\\framework\\console\\widgets\\TableTest::testColorizedInputStripsANSIMarkersInternally":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveQuery":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelationVia":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelationViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testQuery":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testRefresh":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testPaginationBeforeModels":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testGetData":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testGetModel":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDataDirectory":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDataPath":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testTruncate":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDifferentModelDb":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testConstructor":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testTriggerInitEvent":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPrepare":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPopulate_EmptyRows":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPopulate_FilledRows":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOne":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testCreateCommand":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testQueryScalar":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testJoinWith":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testInnerJoinWith":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetQueryTableName_from_not_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetQueryTableName_from_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOnCondition":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAndOnCondition_on_not_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAndOnCondition_on_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOrOnCondition_on_not_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOrOnCondition_on_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAlias_not_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAlias_yet_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_notFilledFrom":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_wontFillFrom":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testDeeplyNestedTableRelationWith":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromString":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTablesAlias_isFromString":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testExplicitPkOnAutoIncrement":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithTrigger":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithComputedColumn":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithRowVersionColumn":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithRowVersionNullColumn":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCustomColumns":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStatisticalFind":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindScalar":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindExists":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindColumn":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindBySql":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCountWithFindBySql":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDeeplyNestedTableRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDeeplyNestedTableRelation2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStoreNull":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStoreEmpty":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIsPrimaryKey":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWith":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateSimple":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithAndScope":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithVia":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithEager":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithAlias with data set #0":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithSameTable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindCompositeRelationWithJoin":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindSimpleRelationWithJoin":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #0":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #1":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #3":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAlias":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInverseOf":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInverseOfDynamic":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDefaultValues":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCastValues":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssues":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveEmpty":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOptimisticLock":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testPopulateWithoutPk":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testBit":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdateAttributes":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEmulateExecution":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllOnCondition":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIndexByAfterLoadingRelations":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testNoTablenameReplacement":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAmbiguousColumnFindOne":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindOneByColumnName":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAmbiguousColumnIndexBy":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindWithConstructors":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCustomARRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testResetNotSavedRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssetException":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssetThrowable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testVirtualRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFind":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindAsArray":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testHasAttribute":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindIndexBy":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindIndexByAsArray":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRefresh":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEquals":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindCount":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLimit":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindComplexCondition":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindNullValues":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testExists":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazy":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEager":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyVia":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyVia2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindNestedRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLink":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlink":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAll":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllAndConditionDelete":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInsert":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdate":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdateCounters":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDelete":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testBooleanAttribute":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAfterFind":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAfterRefresh":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEmptyInCondition":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerIndexBy":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAttributeAccess":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testViaWithCallable":1,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testQuery":1,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testActiveQuery":1,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testBatchWithoutDbParameter":1,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testBatchWithIndexBy":1,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":1,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":1,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #2":1,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #3":1,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #4":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAutoQuoting":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testPrepareCancel":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamValue":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropDefaultValue":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsertVarbinary":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testConstruct":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetSetSql":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testExecute":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testQuery":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #0":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #1":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #2":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testFetchMode":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsert":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertWithYield":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertDataTypesLocale":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsert":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testNoTablenameReplacement":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelect":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectAlias":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #0":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #1":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #2":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertExpression":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testsInsertQueryAsColumnValue":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateTable":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAlterTable":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testDropTable":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testTruncateTable":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testRenameTable":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values with update part\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values without update part\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query with update part\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query without update part\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropPrimaryKey":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropForeignKey":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateDropIndex":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropUnique":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropCheck":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testIntegrityViolation":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testLastInsertId":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testQueryCache":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testColumnCase":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #0":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #1":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #2":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #3":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #4":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #5":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #6":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #7":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAutoRefreshTableSchema":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testTransaction":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testRetryHandler":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateView":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testDropView":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindValuesSupportsEnums":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteValue":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteTableName":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteColumnName":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteFullColumnName":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testConstruct":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testOpenClose":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testSerialize":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testGetDriverName":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransaction":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionIsolation":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutException":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutCorrect":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutCustom":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testNestedTransaction":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testNestedTransactionNotSupported":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testEnableQueryLog":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testExceptionContainsRawQuery":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testClone":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testGetPdoAfterClose":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testServerStatusCacheWorks":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testServerStatusCacheCanBeDisabled":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testMissingTranslationEvent":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testIssue11429":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslate":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testDefaultSource":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testSourceLanguageFallback":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslateParams":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslateParams2":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testSpecialParams":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testMissingTranslationFormatting":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testRussianPlurals":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testUsingSourceLanguageForMissingTranslation":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testFormatMessageWithNoParam":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testFormatMessageWithDottedParameters":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateValueExpectedException":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateValue":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateAttribute":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateCompositeKeys":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetTableWithAlias":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testExpresionInAttributeColumnName":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetRelation":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetRelationWithFilter":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testForceMaster":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testSecondTargetAttributeWithError":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOffsetLimit":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testLimit":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOffset":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentAdditionOnTableAndOnColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentAdditionOnQuotedTableOrColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentRemovalFromTableAndFromColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentRemovalFromQuotedTableOrColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentTable":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testResetSequence":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnOnDb":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithNull":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithExpression":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithCheckConstraintOnDb":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithCheckConstraintOnDbWithException":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithUniqueConstraintOnDbWithException":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDropColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDropColumnOnDb":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testGetColumnType":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateTableColumnTypes":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #2":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #3":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #4":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #5":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #6":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #7":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #8":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #9":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #2":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #3":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #4":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #5":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #6":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #7":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #8":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #9":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #10":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #11":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #12":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #13":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #14":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #15":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #16":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #17":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #18":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #19":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #20":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #21":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #22":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #23":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #24":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #25":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #26":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #27":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #28":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #29":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #30":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #31":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #32":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #33":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #34":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #35":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #36":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #37":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #38":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #39":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #40":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #41":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #42":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #43":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #44":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #45":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #46":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #47":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #48":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #49":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #50":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #51":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #52":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #53":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #54":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #55":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #56":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #57":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #58":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #59":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #60":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #61":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #62":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #63":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #64":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #65":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #66":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #67":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #68":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #69":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #2":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #3":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #4":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #5":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #6":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #7":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #8":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #9":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #10":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #11":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #12":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #13":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #14":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #15":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #16":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #17":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #18":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #19":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #20":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #21":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"add\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropCheck with data set \"add\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExists with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExists with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExistsWithParameters":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildUnion":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWithQuery":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWithQueryRecursive":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testSelectSubquery":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testComplexSelect":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testSelectExpression":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testFromIndexHint":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testFromSubquery":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOrderBy":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testGroupBy":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"regular-values\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"carry passed params\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInitFixtures":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query with update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query without update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"no columns to update\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #2":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #3":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpdate with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDelete with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #2":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #3":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #4":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #5":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #6":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #7":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #8":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #9":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #10":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #11":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #12":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #13":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #14":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #15":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #16":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #17":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #18":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #19":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #20":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #21":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #22":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #23":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #24":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #25":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testIssue15653":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testUnion":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testSelect":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFrom":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFromTableIsArrayWithExpression":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testWhere":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterWhereWithHashFormat":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterWhereWithOperatorFormat":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterHavingWithHashFormat":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterHavingWithOperatorFormat":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterRecursively":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGroup":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testHaving":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testOrder":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testLimitOffset":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testLimitOffsetWithExpression":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testOne":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testExists":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testColumn":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testAmbiguousColumnIndexBy":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testCount":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testAndFilterCompare":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testCountHavingWithoutGroupBy":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testEmulateExecution":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testMultipleLikeConditions":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testExpressionInFrom":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testQueryCache":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testQueryCreation":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromArrayWithAlias":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromString":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromObject_generateException":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTablesAlias_isFromString":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromPrefixedTableName":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedExpression":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedSubquery":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetStringFieldsSize":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #0":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #1":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #2":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #3":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #4":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #5":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #6":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #7":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #0":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #1":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #2":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #3":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetPrimaryKey":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetSchemaNames":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableNames with data set #0":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableNames with data set #1":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemas with data set #0":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemas with data set #1":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemasWithAttrCase":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetNonExistingTableSchema":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testSchemaCache":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testRefreshTableSchema":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testCompositeFk":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetPDOType":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testNegativeDefaultValues":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testColumnSchema":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testFindUniqueIndexes":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testContraintTablesExistance":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testAssureMessageSetOnInit":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testCustomMessage":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateInvalidAttribute":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeDefault":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeOfNonARModel":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateNonDatabaseAttribute":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateCompositeKeys":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateTargetClass":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testPrepareParams":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testPrepareQuery":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testAmbiguousColumnName":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testExpressionInAttributeColumnName":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testFindModelWith":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testFindModelJoinWith":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testForceMaster":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testSecondTargetAttributeWithError":1,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJsonColumn":4,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropCheck":1,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropDefaultValue":1,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetSchemaNames":1,"yiiunit\\framework\\db\\mysql\\SchemaTest::testColumnSchema":3,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testDeadlockException":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveQuery":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelation":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelationVia":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelationViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testQuery":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testRefresh":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testPaginationBeforeModels":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testGetData":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testGetModel":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDataDirectory":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDataPath":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testTruncate":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDifferentModelDb":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testConstructor":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testTriggerInitEvent":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPrepare":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPopulate_EmptyRows":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPopulate_FilledRows":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOne":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testCreateCommand":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testQueryScalar":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testJoinWith":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testInnerJoinWith":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetQueryTableName_from_not_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetQueryTableName_from_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOnCondition":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAndOnCondition_on_not_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAndOnCondition_on_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOrOnCondition_on_not_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOrOnCondition_on_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAlias_not_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAlias_yet_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_notFilledFrom":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_wontFillFrom":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testDeeplyNestedTableRelationWith":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromString":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTablesAlias_isFromString":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCastValues":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDefaultValues":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindAsArray":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPrimaryKeyAfterSave":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testMultiplePrimaryKeyAfterSave":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testBit":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testBooleanAttribute":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithAlias with data set #0":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCustomColumns":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStatisticalFind":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindScalar":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindExists":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindColumn":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindBySql":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCountWithFindBySql":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDeeplyNestedTableRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDeeplyNestedTableRelation2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStoreNull":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStoreEmpty":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIsPrimaryKey":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWith":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateSimple":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithAndScope":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithVia":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithEager":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithSameTable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindCompositeRelationWithJoin":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindSimpleRelationWithJoin":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #0":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #1":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #3":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAlias":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInverseOf":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInverseOfDynamic":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssues":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testSaveEmpty":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOptimisticLock":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPopulateWithoutPk":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdateAttributes":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEmulateExecution":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllOnCondition":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIndexByAfterLoadingRelations":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testNoTablenameReplacement":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAmbiguousColumnFindOne":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindOneByColumnName":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAmbiguousColumnIndexBy":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindWithConstructors":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCustomARRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testResetNotSavedRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssetException":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssetThrowable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testVirtualRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFind":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testHasAttribute":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindIndexBy":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindIndexByAsArray":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRefresh":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEquals":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindCount":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLimit":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindComplexCondition":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindNullValues":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testExists":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazy":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEager":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyVia":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyVia2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindNestedRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLink":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlink":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAll":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllAndConditionDelete":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInsert":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testExplicitPkOnAutoIncrement":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdate":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdateCounters":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDelete":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAfterFind":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAfterRefresh":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEmptyInCondition":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerIndexBy":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAttributeAccess":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testViaWithCallable":1,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testQuery":1,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testActiveQuery":1,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testBatchWithoutDbParameter":1,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testBatchWithIndexBy":1,"yiiunit\\framework\\db\\oci\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":1,"yiiunit\\framework\\db\\oci\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAutoQuoting":1,"yiiunit\\framework\\db\\oci\\CommandTest::testLastInsertId":1,"yiiunit\\framework\\db\\oci\\CommandTest::testCLOBStringInsertion":1,"yiiunit\\framework\\db\\oci\\CommandTest::testQueryCache":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsert":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectAlias":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertDataTypesLocale":1,"yiiunit\\framework\\db\\oci\\CommandTest::testNoTablenameReplacement":1,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateTable":1,"yiiunit\\framework\\db\\oci\\CommandTest::testsInsertQueryAsColumnValue":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAlterTable":1,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateView":1,"yiiunit\\framework\\db\\oci\\CommandTest::testColumnCase":1,"yiiunit\\framework\\db\\oci\\CommandTest::testConstruct":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetSetSql":1,"yiiunit\\framework\\db\\oci\\CommandTest::testPrepareCancel":1,"yiiunit\\framework\\db\\oci\\CommandTest::testExecute":1,"yiiunit\\framework\\db\\oci\\CommandTest::testQuery":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamValue":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #0":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #1":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #2":1,"yiiunit\\framework\\db\\oci\\CommandTest::testFetchMode":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsert":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertWithYield":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"batchIsert empty rows represented by ArrayObject\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelect":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #0":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #1":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #2":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertExpression":1,"yiiunit\\framework\\db\\oci\\CommandTest::testDropTable":1,"yiiunit\\framework\\db\\oci\\CommandTest::testTruncateTable":1,"yiiunit\\framework\\db\\oci\\CommandTest::testRenameTable":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values with update part\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values without update part\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query with update part\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query without update part\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropPrimaryKey":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropForeignKey":1,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateDropIndex":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropUnique":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropCheck":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropDefaultValue":1,"yiiunit\\framework\\db\\oci\\CommandTest::testIntegrityViolation":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #0":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #1":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #2":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #3":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #4":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #5":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #6":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #7":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAutoRefreshTableSchema":1,"yiiunit\\framework\\db\\oci\\CommandTest::testTransaction":1,"yiiunit\\framework\\db\\oci\\CommandTest::testRetryHandler":1,"yiiunit\\framework\\db\\oci\\CommandTest::testDropView":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindValuesSupportsEnums":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testSerialize":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteTableName":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteColumnName":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteFullColumnName":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionIsolation":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutCustom":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteValue":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testConstruct":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testOpenClose":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testGetDriverName":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransaction":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutException":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutCorrect":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testNestedTransaction":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testNestedTransactionNotSupported":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testEnableQueryLog":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testExceptionContainsRawQuery":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testClone":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testGetPdoAfterClose":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testServerStatusCacheWorks":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testServerStatusCacheCanBeDisabled":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateValueExpectedException":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateValue":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateAttribute":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateCompositeKeys":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetTableWithAlias":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testExpresionInAttributeColumnName":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetRelation":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetRelationWithFilter":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testForceMaster":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testSecondTargetAttributeWithError":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCommentColumn":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCommentTable":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testExecuteResetSequence":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInitFixtures":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query with update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query without update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testGetColumnType":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateTableColumnTypes":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #1":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #2":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #3":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #1":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #2":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #3":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #4":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #5":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #6":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #7":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #8":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #9":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #10":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #11":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #12":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #13":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #14":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #15":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #16":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #17":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #18":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #19":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #20":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #21":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #22":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #23":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #24":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #25":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #26":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #27":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #28":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #29":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #30":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #31":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #32":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #33":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #34":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #35":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #36":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #37":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #38":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #39":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #40":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #41":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #42":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #43":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #44":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #45":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #46":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #47":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #48":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #49":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #50":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #51":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #52":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #53":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #54":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #55":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #56":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #57":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #58":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #59":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #60":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #61":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #62":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #63":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #64":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #65":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #66":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #67":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #68":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #69":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #70":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #71":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #1":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #2":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #3":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #4":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #5":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #6":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #7":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #8":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #9":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #10":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #11":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #12":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #13":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #14":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #15":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #16":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #17":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #18":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #19":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #20":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #21":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"add\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropCheck with data set \"add\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExists with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExists with data set #1":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExistsWithParameters":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildUnion":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWithQuery":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWithQueryRecursive":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testSelectSubquery":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testComplexSelect":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testSelectExpression":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testFromIndexHint":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testFromSubquery":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testOrderBy":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testGroupBy":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"regular-values\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"carry passed params\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #1":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #2":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #3":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpdate with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testDelete with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildLikeCondition":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testIssue15653":1,"yiiunit\\framework\\db\\oci\\QueryTest::testUnion":1,"yiiunit\\framework\\db\\oci\\QueryTest::testSelect":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFrom":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFromTableIsArrayWithExpression":1,"yiiunit\\framework\\db\\oci\\QueryTest::testWhere":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterWhereWithHashFormat":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterWhereWithOperatorFormat":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterHavingWithHashFormat":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterHavingWithOperatorFormat":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterRecursively":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGroup":1,"yiiunit\\framework\\db\\oci\\QueryTest::testHaving":1,"yiiunit\\framework\\db\\oci\\QueryTest::testOrder":1,"yiiunit\\framework\\db\\oci\\QueryTest::testLimitOffset":1,"yiiunit\\framework\\db\\oci\\QueryTest::testLimitOffsetWithExpression":1,"yiiunit\\framework\\db\\oci\\QueryTest::testOne":1,"yiiunit\\framework\\db\\oci\\QueryTest::testExists":1,"yiiunit\\framework\\db\\oci\\QueryTest::testColumn":1,"yiiunit\\framework\\db\\oci\\QueryTest::testAmbiguousColumnIndexBy":1,"yiiunit\\framework\\db\\oci\\QueryTest::testCount":1,"yiiunit\\framework\\db\\oci\\QueryTest::testAndFilterCompare":1,"yiiunit\\framework\\db\\oci\\QueryTest::testCountHavingWithoutGroupBy":1,"yiiunit\\framework\\db\\oci\\QueryTest::testEmulateExecution":1,"yiiunit\\framework\\db\\oci\\QueryTest::testMultipleLikeConditions":1,"yiiunit\\framework\\db\\oci\\QueryTest::testExpressionInFrom":1,"yiiunit\\framework\\db\\oci\\QueryTest::testQueryCache":1,"yiiunit\\framework\\db\\oci\\QueryTest::testQueryCreation":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromArrayWithAlias":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromString":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromObject_generateException":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTablesAlias_isFromString":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromPrefixedTableName":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedExpression":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedSubquery":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testAutoincrementDisabled":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testFindUniqueIndexes":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testCompositeFk":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetSchemaNames":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableNames with data set #0":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableNames with data set #1":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemas with data set #0":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemas with data set #1":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemasWithAttrCase":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetNonExistingTableSchema":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testSchemaCache":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testRefreshTableSchema":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetPDOType":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testNegativeDefaultValues":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testColumnSchema":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testContraintTablesExistance":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testAssureMessageSetOnInit":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testCustomMessage":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateInvalidAttribute":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeDefault":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeOfNonARModel":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateNonDatabaseAttribute":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateCompositeKeys":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateTargetClass":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testPrepareParams":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testPrepareQuery":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testAmbiguousColumnName":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testExpressionInAttributeColumnName":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testFindModelWith":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testFindModelJoinWith":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testForceMaster":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testSecondTargetAttributeWithError":1,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropDefaultValue":1,"yiiunit\\framework\\db\\pgsql\\QueryTest::testCountHavingWithoutGroupBy":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropPrimaryKey":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropForeignKey":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropUnique":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropCheck":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAlterTable":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropDefaultValue":1,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testExceptionContainsRawQuery":1,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCommentColumn":1,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCommentTable":1,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsertOnOlderVersions":1,"yiiunit\\framework\\db\\sqlite\\QueryTest::testCountHavingWithoutGroupBy":1,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetSchemaNames":1,"FileHelperTest::testChangeOwnership":2,"yiiunit\\framework\\helpers\\IpHelperTest::testIpv6ExpandingWithInvalidValue":1,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testIssue11429":1,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsScientific":1,"yiiunit\\framework\\i18n\\GettextMessageSourceTest::testLoadMessages":2,"yiiunit\\framework\\web\\UploadedFileTest::testSaveAs":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testReadWrite":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInitializeWithConfig":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testGarbageCollection":1,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testWriteCustomField":1,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testWriteCustomFieldWithUserId":1,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testSerializedObjectSaving":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testMigration":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInstantiate":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInitUseStrictMode":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testUseStrictMode":2},"times":{"yiiunit\\framework\\caching\\ApcCacheTest::testExpire":0,"yiiunit\\framework\\caching\\ApcCacheTest::testExpireAdd":0,"yiiunit\\framework\\caching\\ApcCacheTest::testSet":0,"yiiunit\\framework\\caching\\ApcCacheTest::testGet":0,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiset with data set #0":0,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiset with data set #1":0,"yiiunit\\framework\\caching\\ApcCacheTest::testExists":0,"yiiunit\\framework\\caching\\ApcCacheTest::testArrayAccess":0,"yiiunit\\framework\\caching\\ApcCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\ApcCacheTest::testGetNonExistent":0,"yiiunit\\framework\\caching\\ApcCacheTest::testStoreSpecialValues":0,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiGet":0,"yiiunit\\framework\\caching\\ApcCacheTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\ApcCacheTest::testAdd":0,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiAdd":0,"yiiunit\\framework\\caching\\ApcCacheTest::testDelete":0,"yiiunit\\framework\\caching\\ApcCacheTest::testFlush":0.001,"yiiunit\\framework\\caching\\ApcCacheTest::testGetOrSet":0.001,"yiiunit\\framework\\caching\\ApcCacheTest::testGetOrSetWithDependencies":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testExpire":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testExpireAdd":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testSerializationOfComplexKeysThatContainNonUTFSequences":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testSet":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testGet":0.002,"yiiunit\\framework\\caching\\ArrayCacheTest::testMultiset with data set #0":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testMultiset with data set #1":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testExists":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testArrayAccess":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testGetNonExistent":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testStoreSpecialValues":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testMultiGet":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testAdd":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testMultiAdd":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testDelete":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testFlush":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testGetOrSet":0.001,"yiiunit\\framework\\caching\\ArrayCacheTest::testGetOrSetWithDependencies":0.001,"yiiunit\\framework\\caching\\DbCacheTest::testExpire":1.796,"yiiunit\\framework\\caching\\DbCacheTest::testExpireAdd":1.797,"yiiunit\\framework\\caching\\DbCacheTest::testSynchronousSetWithTheSameKey":1.802,"yiiunit\\framework\\caching\\DbCacheTest::testSet":1.808,"yiiunit\\framework\\caching\\DbCacheTest::testGet":1.787,"yiiunit\\framework\\caching\\DbCacheTest::testMultiset with data set #0":1.821,"yiiunit\\framework\\caching\\DbCacheTest::testMultiset with data set #1":1.845,"yiiunit\\framework\\caching\\DbCacheTest::testExists":1.834,"yiiunit\\framework\\caching\\DbCacheTest::testArrayAccess":2.141,"yiiunit\\framework\\caching\\DbCacheTest::testGetValueNonExistent":2.046,"yiiunit\\framework\\caching\\DbCacheTest::testGetNonExistent":2.111,"yiiunit\\framework\\caching\\DbCacheTest::testStoreSpecialValues":2.048,"yiiunit\\framework\\caching\\DbCacheTest::testMultiGet":1.896,"yiiunit\\framework\\caching\\DbCacheTest::testDefaultTtl":1.767,"yiiunit\\framework\\caching\\DbCacheTest::testAdd":2.132,"yiiunit\\framework\\caching\\DbCacheTest::testMultiAdd":2.141,"yiiunit\\framework\\caching\\DbCacheTest::testDelete":1.876,"yiiunit\\framework\\caching\\DbCacheTest::testFlush":2.178,"yiiunit\\framework\\caching\\DbCacheTest::testGetOrSet":1.771,"yiiunit\\framework\\caching\\DbCacheTest::testGetOrSetWithDependencies":2.429,"yiiunit\\framework\\caching\\DbDependencyTest::testIsChanged":0.005,"yiiunit\\framework\\caching\\DependencyTest::testResetReusableData":0.001,"yiiunit\\framework\\caching\\DependencyTest::testGenerateReusableHash":0,"yiiunit\\framework\\caching\\DependencyTest::testIsChanged":0.001,"yiiunit\\framework\\caching\\FileCacheTest::testExpire":0.002,"yiiunit\\framework\\caching\\FileCacheTest::testExpireAdd":0.001,"yiiunit\\framework\\caching\\FileCacheTest::testKeyPrefix":0.008,"yiiunit\\framework\\caching\\FileCacheTest::testCacheRenewalOnDifferentOwnership":0.001,"yiiunit\\framework\\caching\\FileCacheTest::testSet":0.004,"yiiunit\\framework\\caching\\FileCacheTest::testGet":0.007,"yiiunit\\framework\\caching\\FileCacheTest::testMultiset with data set #0":0.004,"yiiunit\\framework\\caching\\FileCacheTest::testMultiset with data set #1":0.006,"yiiunit\\framework\\caching\\FileCacheTest::testExists":0.006,"yiiunit\\framework\\caching\\FileCacheTest::testArrayAccess":0.002,"yiiunit\\framework\\caching\\FileCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\FileCacheTest::testGetNonExistent":0,"yiiunit\\framework\\caching\\FileCacheTest::testStoreSpecialValues":0.004,"yiiunit\\framework\\caching\\FileCacheTest::testMultiGet":0.01,"yiiunit\\framework\\caching\\FileCacheTest::testDefaultTtl":0.001,"yiiunit\\framework\\caching\\FileCacheTest::testAdd":0.008,"yiiunit\\framework\\caching\\FileCacheTest::testMultiAdd":0.008,"yiiunit\\framework\\caching\\FileCacheTest::testDelete":0.006,"yiiunit\\framework\\caching\\FileCacheTest::testFlush":0.006,"yiiunit\\framework\\caching\\FileCacheTest::testGetOrSet":0.007,"yiiunit\\framework\\caching\\FileCacheTest::testGetOrSetWithDependencies":0.01,"yiiunit\\framework\\caching\\MemCacheTest::testExpire":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testExpireAdd":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testSet":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testGet":0,"yiiunit\\framework\\caching\\MemCacheTest::testMultiset with data set #0":0,"yiiunit\\framework\\caching\\MemCacheTest::testMultiset with data set #1":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testExists":0,"yiiunit\\framework\\caching\\MemCacheTest::testArrayAccess":0,"yiiunit\\framework\\caching\\MemCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\MemCacheTest::testGetNonExistent":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testStoreSpecialValues":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testMultiGet":0,"yiiunit\\framework\\caching\\MemCacheTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\MemCacheTest::testAdd":0,"yiiunit\\framework\\caching\\MemCacheTest::testMultiAdd":0,"yiiunit\\framework\\caching\\MemCacheTest::testDelete":0,"yiiunit\\framework\\caching\\MemCacheTest::testFlush":0,"yiiunit\\framework\\caching\\MemCacheTest::testGetOrSet":0,"yiiunit\\framework\\caching\\MemCacheTest::testGetOrSetWithDependencies":0,"yiiunit\\framework\\caching\\MemCachedTest::testExpire":0,"yiiunit\\framework\\caching\\MemCachedTest::testExpireAdd":0,"yiiunit\\framework\\caching\\MemCachedTest::testSet":0,"yiiunit\\framework\\caching\\MemCachedTest::testGet":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testMultiset with data set #0":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testMultiset with data set #1":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testExists":0,"yiiunit\\framework\\caching\\MemCachedTest::testArrayAccess":0,"yiiunit\\framework\\caching\\MemCachedTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\MemCachedTest::testGetNonExistent":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testStoreSpecialValues":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testMultiGet":0,"yiiunit\\framework\\caching\\MemCachedTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\MemCachedTest::testAdd":0,"yiiunit\\framework\\caching\\MemCachedTest::testMultiAdd":0,"yiiunit\\framework\\caching\\MemCachedTest::testDelete":0,"yiiunit\\framework\\caching\\MemCachedTest::testFlush":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testGetOrSet":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testGetOrSetWithDependencies":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testExpire":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testExpireAdd":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testSynchronousSetWithTheSameKey":0.002,"yiiunit\\framework\\caching\\MssqlCacheTest::testSet":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testGet":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiset with data set #0":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiset with data set #1":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testExists":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testArrayAccess":0.001,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetNonExistent":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testStoreSpecialValues":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiGet":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testAdd":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiAdd":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testDelete":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testFlush":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetOrSet":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetOrSetWithDependencies":0,"yiiunit\\framework\\caching\\PgSQLCacheTest::testExpire":0.666,"yiiunit\\framework\\caching\\PgSQLCacheTest::testExpireAdd":0.317,"yiiunit\\framework\\caching\\PgSQLCacheTest::testSynchronousSetWithTheSameKey":0.328,"yiiunit\\framework\\caching\\PgSQLCacheTest::testSet":0.345,"yiiunit\\framework\\caching\\PgSQLCacheTest::testGet":0.319,"yiiunit\\framework\\caching\\PgSQLCacheTest::testMultiset with data set #0":0.427,"yiiunit\\framework\\caching\\PgSQLCacheTest::testMultiset with data set #1":0.365,"yiiunit\\framework\\caching\\PgSQLCacheTest::testExists":0.36,"yiiunit\\framework\\caching\\PgSQLCacheTest::testArrayAccess":0.319,"yiiunit\\framework\\caching\\PgSQLCacheTest::testGetValueNonExistent":0.288,"yiiunit\\framework\\caching\\PgSQLCacheTest::testGetNonExistent":0.317,"yiiunit\\framework\\caching\\PgSQLCacheTest::testStoreSpecialValues":0.332,"yiiunit\\framework\\caching\\PgSQLCacheTest::testMultiGet":0.357,"yiiunit\\framework\\caching\\PgSQLCacheTest::testDefaultTtl":0.311,"yiiunit\\framework\\caching\\PgSQLCacheTest::testAdd":0.361,"yiiunit\\framework\\caching\\PgSQLCacheTest::testMultiAdd":0.474,"yiiunit\\framework\\caching\\PgSQLCacheTest::testDelete":0.35,"yiiunit\\framework\\caching\\PgSQLCacheTest::testFlush":0.325,"yiiunit\\framework\\caching\\PgSQLCacheTest::testGetOrSet":0.319,"yiiunit\\framework\\caching\\PgSQLCacheTest::testGetOrSetWithDependencies":0.33,"yiiunit\\framework\\caching\\TagDependencyTest::testInvalidate":0.018,"yiiunit\\framework\\caching\\WinCacheTest::testSet":0,"yiiunit\\framework\\caching\\WinCacheTest::testGet":0,"yiiunit\\framework\\caching\\WinCacheTest::testMultiset with data set #0":0,"yiiunit\\framework\\caching\\WinCacheTest::testMultiset with data set #1":0,"yiiunit\\framework\\caching\\WinCacheTest::testExists":0,"yiiunit\\framework\\caching\\WinCacheTest::testArrayAccess":0,"yiiunit\\framework\\caching\\WinCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\WinCacheTest::testGetNonExistent":0,"yiiunit\\framework\\caching\\WinCacheTest::testStoreSpecialValues":0,"yiiunit\\framework\\caching\\WinCacheTest::testMultiGet":0,"yiiunit\\framework\\caching\\WinCacheTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\WinCacheTest::testExpire":0.001,"yiiunit\\framework\\caching\\WinCacheTest::testExpireAdd":0,"yiiunit\\framework\\caching\\WinCacheTest::testAdd":0,"yiiunit\\framework\\caching\\WinCacheTest::testMultiAdd":0,"yiiunit\\framework\\caching\\WinCacheTest::testDelete":0,"yiiunit\\framework\\caching\\WinCacheTest::testFlush":0,"yiiunit\\framework\\caching\\WinCacheTest::testGetOrSet":0,"yiiunit\\framework\\caching\\WinCacheTest::testGetOrSetWithDependencies":0,"yiiunit\\framework\\widgets\\FragmentCacheTest::testCacheEnabled":0,"yiiunit\\framework\\widgets\\FragmentCacheTest::testCacheDisabled1":0,"yiiunit\\framework\\widgets\\FragmentCacheTest::testCacheDisabled2":0,"yiiunit\\framework\\widgets\\FragmentCacheTest::testSingleDynamicFragment":0.002,"yiiunit\\framework\\widgets\\FragmentCacheTest::testMultipleDynamicFragments":0.002,"yiiunit\\framework\\widgets\\FragmentCacheTest::testNestedDynamicFragments":0.002,"yiiunit\\framework\\widgets\\FragmentCacheTest::testVariations":0.001,"yiiunit\\framework\\BaseYiiTest::testAlias":0.008,"yiiunit\\framework\\BaseYiiTest::testGetVersion":0.001,"yiiunit\\framework\\BaseYiiTest::testPowered":0.001,"yiiunit\\framework\\BaseYiiTest::testCreateObjectArray":0.002,"yiiunit\\framework\\BaseYiiTest::testCreateObjectCallable":0.009,"yiiunit\\framework\\BaseYiiTest::testCreateObjectEmptyArrayException":0.002,"yiiunit\\framework\\BaseYiiTest::testCreateObjectInvalidConfigException":0,"yiiunit\\framework\\BaseYiiTest::testDi3CompatibilityCreateDependentObject":0.001,"yiiunit\\framework\\BaseYiiTest::testSetupLogger":0,"yiiunit\\framework\\BaseYiiTest::testLog":0.034,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #0":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #2":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #3":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #4":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #5":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #6":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #7":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #8":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #9":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #10":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #11":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #12":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #13":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #14":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #15":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #16":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #17":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #18":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #19":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #20":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #21":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #22":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #23":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #24":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #25":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #26":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #27":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #28":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #29":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #30":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #31":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #32":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #33":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #34":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #35":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #36":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #37":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #38":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #39":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #40":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #41":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #42":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #43":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #44":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #45":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #46":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #47":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #48":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #49":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #50":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #51":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #52":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #53":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #54":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #55":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #56":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #57":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #58":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #59":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #60":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #61":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #62":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #63":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #64":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #65":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #66":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #67":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #68":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #69":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #70":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #71":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #72":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #73":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #74":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #75":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #76":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #77":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #78":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #79":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #80":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #81":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #82":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #83":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #84":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #85":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #86":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #87":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #88":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #89":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #90":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #91":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #92":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #93":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #94":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #95":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #96":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #97":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #98":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #99":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #100":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #101":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #102":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #103":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #104":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #105":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #106":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #107":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #108":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #109":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #110":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #111":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #112":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #113":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #114":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #115":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #116":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #117":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #118":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #119":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #120":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #121":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #122":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #123":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #124":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #125":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #126":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #127":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #128":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #129":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #130":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #131":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #132":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #133":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #134":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #135":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #136":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #137":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #138":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #139":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #140":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #141":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #142":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #143":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #144":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #145":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #146":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #147":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #148":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #149":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #150":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #151":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #152":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #153":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #154":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #155":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #156":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #157":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #158":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #159":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #160":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #161":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #162":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #163":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #164":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #165":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #166":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #167":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #168":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #169":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #170":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #171":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #172":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #173":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #174":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #175":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #176":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #177":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #178":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #179":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #180":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #181":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #182":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #183":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #184":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #185":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #186":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #187":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #188":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #189":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #190":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #191":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #192":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #193":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #194":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #195":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #196":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #197":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #198":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #199":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #200":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #201":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #202":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #203":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #204":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #205":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #206":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #207":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #208":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #209":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #210":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #211":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #212":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #213":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #214":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #215":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #216":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #217":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #218":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #219":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #220":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #221":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #222":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #223":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #224":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #225":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #226":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #227":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #228":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #229":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #230":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #231":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #232":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #233":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #234":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #235":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #236":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #237":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #238":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #239":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #240":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #241":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #242":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #243":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #244":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #245":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #246":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #247":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #248":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #249":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #250":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #251":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #252":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #253":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #254":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #255":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #256":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #257":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #258":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #259":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #260":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #261":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #262":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #263":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #264":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #265":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #266":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #267":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #268":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #269":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #270":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #271":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #272":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #273":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #274":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #275":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #276":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #277":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #278":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #279":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #280":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #281":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #282":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #283":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #284":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #285":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #286":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #287":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #288":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #289":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #290":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #291":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #292":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #293":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #294":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #295":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #296":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #297":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #298":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #299":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #300":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #301":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #302":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #303":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #304":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #305":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #306":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #307":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #308":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #309":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #310":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #311":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #312":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #313":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #314":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #315":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #316":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #317":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #318":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #319":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #320":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #321":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #322":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #323":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #324":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #325":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #326":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #327":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #328":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #329":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #330":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #331":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #332":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #333":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #334":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #335":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #336":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #337":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #338":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #339":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #340":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #341":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #342":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #343":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #344":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #345":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #346":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #347":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #348":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #349":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #350":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #351":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #352":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #353":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #354":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #355":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #356":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #357":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #358":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #359":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #360":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #361":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #362":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #363":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #364":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #365":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #366":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #367":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #368":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #369":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #370":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #371":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #372":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #373":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #374":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #375":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #376":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #377":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #378":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #379":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #380":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #381":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #382":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #383":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #384":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #385":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #386":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #387":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #388":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #389":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #390":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #391":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #392":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #393":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #394":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #395":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #396":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #397":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #398":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #399":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #400":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #401":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #402":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #403":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #404":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #405":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #406":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #407":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #408":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #409":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #410":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #411":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #412":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #413":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #414":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #415":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #416":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #417":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #418":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #419":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #420":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #421":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #422":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #423":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #424":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #425":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #426":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #427":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #428":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #429":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #430":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #431":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #432":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #433":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #434":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #435":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #436":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #437":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #438":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #439":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #440":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #441":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #442":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #443":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #444":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #445":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #446":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #447":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #448":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #449":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #450":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #451":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #452":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #453":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #454":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #455":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #456":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #457":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #458":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #459":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #460":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #461":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #462":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #463":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #464":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #465":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #466":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #467":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #468":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #469":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #470":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #471":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #472":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #473":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #474":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #475":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #476":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #477":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #478":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #479":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #480":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #481":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #482":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #483":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #484":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #485":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #486":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #487":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #488":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #489":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #490":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #491":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #492":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #493":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #494":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #495":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #496":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #497":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #498":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #499":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #500":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #501":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #502":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #503":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #504":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #505":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #506":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #507":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #508":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #509":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #510":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #511":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #512":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #513":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #514":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #515":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #516":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #517":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #518":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #519":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #520":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #521":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #522":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #523":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #524":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #525":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #526":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #527":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #528":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #529":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #530":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #531":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #532":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #533":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #534":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #535":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #536":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #537":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #538":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #539":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #540":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #541":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #542":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #543":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #544":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #545":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #546":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #547":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #548":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #549":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #550":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #551":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #552":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #553":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #554":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #555":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #556":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #557":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #558":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #559":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #560":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #561":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #562":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #563":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #564":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #565":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #566":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #567":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #568":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #569":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #570":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #571":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #572":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #573":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #574":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #575":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #576":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #577":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #578":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #579":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #580":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #581":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #582":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #583":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #584":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #585":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #586":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #587":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #588":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #589":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #590":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #591":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #592":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #593":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #594":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #595":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #596":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #597":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #598":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #599":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #600":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #601":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #602":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #603":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #604":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #605":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #606":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #607":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #608":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #609":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #610":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #611":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #612":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #613":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #614":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #615":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #616":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #617":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #618":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #619":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #620":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #621":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #622":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #623":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #624":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #625":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #626":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #627":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #628":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #629":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #630":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #631":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #632":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #633":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #634":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #635":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #636":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #637":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #638":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #639":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #640":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #641":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #642":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #643":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #644":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #645":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #646":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #647":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #648":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #649":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #650":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #651":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #652":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #653":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #654":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #655":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #656":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #657":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #658":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #659":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #660":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #661":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #662":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #663":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #664":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #665":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #666":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #667":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #668":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #669":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #670":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #671":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #672":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #673":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #674":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #675":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #676":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #677":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #678":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #679":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #680":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #681":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #682":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #683":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #684":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #685":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #686":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #687":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #688":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #689":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #690":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #691":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #692":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #693":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #694":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #695":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #696":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #697":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #698":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #699":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #700":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #701":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #702":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #703":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #704":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #705":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #706":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #707":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #708":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #709":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #710":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #711":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #712":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #713":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #714":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #715":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #716":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #717":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #718":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #719":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #720":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #721":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #722":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #723":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #724":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #725":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #726":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #727":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #728":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #729":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #730":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #731":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #732":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #733":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #734":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #735":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #736":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #737":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #738":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #739":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #740":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #741":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #742":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #743":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #744":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #745":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #746":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #747":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #748":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #749":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #750":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #751":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #752":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #753":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #754":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #755":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #756":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #757":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #758":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #759":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #760":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #761":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #762":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #763":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #764":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #765":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #766":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #767":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #768":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #769":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #770":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #771":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #772":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #773":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #774":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #775":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #776":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #777":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #778":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #779":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #780":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #781":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #782":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #783":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #784":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #785":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #786":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #787":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #788":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #789":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #790":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #791":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #792":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #793":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #794":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #795":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #796":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #797":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #798":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #799":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #800":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #801":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #802":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #803":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #804":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #805":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #806":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #807":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #808":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #809":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #810":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #811":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #812":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #813":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #814":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #815":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #816":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #817":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #818":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #819":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #820":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #821":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #822":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #823":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #824":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #825":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #826":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #827":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #828":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #829":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #830":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #831":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #832":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #833":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #834":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #835":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #836":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #837":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #838":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #839":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #840":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #841":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #842":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #843":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #844":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #845":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #846":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #847":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #848":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #849":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #850":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #851":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #852":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #853":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #854":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #855":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #856":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #857":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #858":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #859":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #860":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #861":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #862":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #863":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #864":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #865":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #866":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #867":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #868":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #869":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #870":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #871":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #872":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #873":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #874":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #875":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #876":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #877":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #878":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #879":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #880":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #881":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #882":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #883":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #884":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #885":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #886":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #887":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #888":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #889":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #890":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #891":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #892":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #893":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #894":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #895":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #896":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #897":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #898":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #899":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #900":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #901":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #902":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #903":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #904":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #905":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #906":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #907":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #908":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #909":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #910":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #911":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #912":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #913":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #914":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #915":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #916":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #917":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #918":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #919":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #920":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #921":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #922":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #923":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #924":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #925":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #926":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #927":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #928":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #929":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #930":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #931":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #932":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #933":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #934":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #935":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #936":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #937":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #938":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #939":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #940":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #941":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #942":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #943":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #944":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #945":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #946":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #947":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #948":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #949":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #950":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #951":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #952":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #953":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #954":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #955":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #956":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #957":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #958":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #959":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #960":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #961":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #962":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #963":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #964":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #965":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #966":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #967":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #968":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #969":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #970":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #971":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #972":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #973":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #974":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #975":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #976":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #977":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #978":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #979":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #980":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #981":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #982":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #983":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #984":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #985":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #986":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #987":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #988":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #989":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #990":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #991":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #992":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #993":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #994":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #995":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #996":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #997":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #998":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #999":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1000":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1001":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1002":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1003":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1004":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1005":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1006":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1007":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1008":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1009":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1010":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1011":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1012":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1013":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1014":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1015":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1016":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1017":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1018":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1019":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1020":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1021":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1022":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1023":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1024":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1025":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1026":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1027":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1028":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1029":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1030":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1031":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1032":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1033":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1034":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1035":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1036":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1037":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1038":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1039":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1040":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1041":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1042":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1043":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1044":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1045":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1046":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1047":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1048":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1049":0,"yiiunit\\framework\\base\\ActionFilterTest::testFilter":0.014,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #0":0.008,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #1":0.001,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #2":0.002,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #3":0.001,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #4":0.003,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #5":0.001,"yiiunit\\framework\\base\\ActionFilterTest::testActiveWildcard":0.001,"yiiunit\\framework\\base\\ApplicationTest::testContainerSettingsAffectBootstrap":0,"yiiunit\\framework\\base\\ApplicationTest::testBootstrap":0,"yiiunit\\framework\\base\\ApplicationTest::testModuleId":0,"yiiunit\\framework\\base\\BaseObjectTest::testHasProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testCanGetProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testCanSetProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testGetProperty":0.001,"yiiunit\\framework\\base\\BaseObjectTest::testSetProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testSetReadOnlyProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testIsset":0.003,"yiiunit\\framework\\base\\BaseObjectTest::testUnset":0,"yiiunit\\framework\\base\\BaseObjectTest::testUnsetReadOnlyProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testCallUnknownMethod":0.001,"yiiunit\\framework\\base\\BaseObjectTest::testArrayProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testObjectProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testConstruct":0,"yiiunit\\framework\\base\\BaseObjectTest::testGetClassName":0,"yiiunit\\framework\\base\\BaseObjectTest::testReadingWriteOnlyProperty":0,"yiiunit\\framework\\base\\BehaviorTest::testAttachAndAccessingWithName":0.01,"yiiunit\\framework\\base\\BehaviorTest::testAttachAndAccessingAnonymous":0.002,"yiiunit\\framework\\base\\BehaviorTest::testAutomaticAttach":0.001,"yiiunit\\framework\\base\\BehaviorTest::testMagicMethods":0.001,"yiiunit\\framework\\base\\BehaviorTest::testCallUnknownMethod":0.007,"yiiunit\\framework\\base\\ComponentTest::testClone":0.008,"yiiunit\\framework\\base\\ComponentTest::testHasProperty":0.004,"yiiunit\\framework\\base\\ComponentTest::testCanGetProperty":0.003,"yiiunit\\framework\\base\\ComponentTest::testCanSetProperty":0.001,"yiiunit\\framework\\base\\ComponentTest::testGetProperty":0.007,"yiiunit\\framework\\base\\ComponentTest::testSetProperty":0.008,"yiiunit\\framework\\base\\ComponentTest::testIsset":0.002,"yiiunit\\framework\\base\\ComponentTest::testCallUnknownMethod":0.008,"yiiunit\\framework\\base\\ComponentTest::testUnset":0.004,"yiiunit\\framework\\base\\ComponentTest::testUnsetReadonly":0.01,"yiiunit\\framework\\base\\ComponentTest::testOn":0.002,"yiiunit\\framework\\base\\ComponentTest::testOff":0.002,"yiiunit\\framework\\base\\ComponentTest::testTrigger":0.002,"yiiunit\\framework\\base\\ComponentTest::testOnWildcard":0.002,"yiiunit\\framework\\base\\ComponentTest::testOffWildcard":0.001,"yiiunit\\framework\\base\\ComponentTest::testTriggerWildcard":0.001,"yiiunit\\framework\\base\\ComponentTest::testHasEventHandlers":0.002,"yiiunit\\framework\\base\\ComponentTest::testStopEvent":0.002,"yiiunit\\framework\\base\\ComponentTest::testAttachBehavior":0.012,"yiiunit\\framework\\base\\ComponentTest::testAttachBehaviors":0.002,"yiiunit\\framework\\base\\ComponentTest::testDetachBehavior":0.002,"yiiunit\\framework\\base\\ComponentTest::testDetachBehaviors":0.001,"yiiunit\\framework\\base\\ComponentTest::testSetReadOnlyProperty":0.012,"yiiunit\\framework\\base\\ComponentTest::testSetPropertyOfBehavior":0.002,"yiiunit\\framework\\base\\ComponentTest::testSettingBehaviorWithSetter":0.003,"yiiunit\\framework\\base\\ComponentTest::testWriteOnlyProperty":0.013,"yiiunit\\framework\\base\\ComponentTest::testSuccessfulMethodCheck":0.002,"yiiunit\\framework\\base\\ComponentTest::testTurningOffNonExistingBehavior":0.002,"yiiunit\\framework\\base\\ComponentTest::testDetachNotAttachedHandler":0.001,"yiiunit\\framework\\base\\ComponentTest::testEventClosureDetachesItself":0.004,"yiiunit\\framework\\base\\ControllerTest::testRunAction":0.001,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #0":0,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #1":0,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #2":0,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #3":0,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #4":0,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #5":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #0":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #1":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #2":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #3":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #4":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #5":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #6":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #7":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #8":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #9":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #10":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #11":0,"yiiunit\\framework\\base\\DynamicModelTest::testValidateData":0.016,"yiiunit\\framework\\base\\DynamicModelTest::testValidateDataWithPostData":0.001,"yiiunit\\framework\\base\\DynamicModelTest::testAddRule":0,"yiiunit\\framework\\base\\DynamicModelTest::testValidateWithAddRule":0.001,"yiiunit\\framework\\base\\DynamicModelTest::testDynamicProperty":0,"yiiunit\\framework\\base\\DynamicModelTest::testLoad":0,"yiiunit\\framework\\base\\ErrorExceptionTest::testXdebugTrace":0,"yiiunit\\framework\\base\\EventTest::testOn":0,"yiiunit\\framework\\base\\EventTest::testOff":0,"yiiunit\\framework\\base\\EventTest::testHasHandlers":0,"yiiunit\\framework\\base\\EventTest::testHasHandlersWithWildcard":0,"yiiunit\\framework\\base\\EventTest::testRunHandlersWithWildcard":0,"yiiunit\\framework\\base\\EventTest::testNoFalsePositivesWithHasHandlers":0,"yiiunit\\framework\\base\\EventTest::testOffUnmatchedHandler":0,"yiiunit\\framework\\base\\EventTest::testOnWildcard":0,"yiiunit\\framework\\base\\EventTest::testOffWildcard":0,"yiiunit\\framework\\base\\ModelTest::testGetAttributeLabel":0.002,"yiiunit\\framework\\base\\ModelTest::testGetAttributes":0.001,"yiiunit\\framework\\base\\ModelTest::testSetAttributes":0.001,"yiiunit\\framework\\base\\ModelTest::testLoad":0,"yiiunit\\framework\\base\\ModelTest::testLoadMultiple":0,"yiiunit\\framework\\base\\ModelTest::testActiveAttributes":0,"yiiunit\\framework\\base\\ModelTest::testActiveAttributesAreUnique":0,"yiiunit\\framework\\base\\ModelTest::testIsAttributeSafe":0,"yiiunit\\framework\\base\\ModelTest::testIsAttributeSafeForIntegerAttribute":0.01,"yiiunit\\framework\\base\\ModelTest::testSafeScenarios":0.007,"yiiunit\\framework\\base\\ModelTest::testUnsafeAttributes":0.002,"yiiunit\\framework\\base\\ModelTest::testErrors":0,"yiiunit\\framework\\base\\ModelTest::testAddErrors":0,"yiiunit\\framework\\base\\ModelTest::testArraySyntax":0,"yiiunit\\framework\\base\\ModelTest::testDefaults":0,"yiiunit\\framework\\base\\ModelTest::testDefaultScenarios":0.003,"yiiunit\\framework\\base\\ModelTest::testValidatorsWithDifferentScenarios":0.003,"yiiunit\\framework\\base\\ModelTest::testIsAttributeRequired":0,"yiiunit\\framework\\base\\ModelTest::testCreateValidators":0.001,"yiiunit\\framework\\base\\ModelTest::testValidateWriteOnly":0,"yiiunit\\framework\\base\\ModelTest::testValidateAttributeNames":0.001,"yiiunit\\framework\\base\\ModelTest::testFormNameWithAnonymousClass":0.001,"yiiunit\\framework\\base\\ModelTest::testExcludeEmptyAttributesFromSafe":0,"yiiunit\\framework\\base\\ModuleTest::testTrueParentModule":0,"yiiunit\\framework\\base\\ModuleTest::testGetControllerPath":0,"yiiunit\\framework\\base\\ModuleTest::testSetControllerPath":0,"yiiunit\\framework\\base\\ModuleTest::testSetupVersion":0,"yiiunit\\framework\\base\\ModuleTest::testDefaultVersion":0,"yiiunit\\framework\\base\\ModuleTest::testRunControllerAction":0,"yiiunit\\framework\\base\\ModuleTest::testServiceLocatorTraversal":0,"yiiunit\\framework\\base\\ModuleTest::testCreateControllerByID":0,"yiiunit\\framework\\base\\ModuleTest::testCreateController":0,"yiiunit\\framework\\base\\SecurityTest::testHashData":0.008,"yiiunit\\framework\\base\\SecurityTest::testPasswordHash":0.006,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPassword":0.007,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKey":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #0":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #2":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #3":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #4":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #5":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #6":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #7":0.004,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #8":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #0":0.003,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #1":0.002,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #2":0.002,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #3":0.002,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #4":0.005,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #5":0.003,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #6":0.002,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #7":0.002,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #8":0.002,"yiiunit\\framework\\base\\SecurityTest::testRandomKeyInvalidInput with data set #0":0,"yiiunit\\framework\\base\\SecurityTest::testRandomKeyInvalidInput with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testRandomKeyInvalidInput with data set #2":0,"yiiunit\\framework\\base\\SecurityTest::testRandomKeyInvalidInput with data set #3":0,"yiiunit\\framework\\base\\SecurityTest::testRandomKeyInvalidInput with data set #4":0,"yiiunit\\framework\\base\\SecurityTest::testGenerateRandomKey":0.014,"yiiunit\\framework\\base\\SecurityTest::testGenerateRandomString":0,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #0":0,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #2":0.004,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #3":0.009,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #4":0.004,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #5":0,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #6":0.011,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #7":0.017,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #0":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #2":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #3":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #4":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #5":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #6":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #0":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #2":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #3":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #4":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #5":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #6":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #7":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #8":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #9":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #10":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #11":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #12":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #13":0,"yiiunit\\framework\\base\\SecurityTest::testMasking with data set #0":0.002,"yiiunit\\framework\\base\\SecurityTest::testMasking with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testMasking with data set #2":0,"yiiunit\\framework\\base\\SecurityTest::testMasking with data set #3":0,"yiiunit\\framework\\base\\SecurityTest::testUnMaskingInvalidStrings":0,"yiiunit\\framework\\base\\SecurityTest::testMaskingInvalidStrings":0,"yiiunit\\framework\\base\\StaticInstanceTraitTest::testInstance":0.001,"yiiunit\\framework\\base\\ThemeTest::testSetBaseUrl":0.001,"yiiunit\\framework\\base\\ThemeTest::testGetUrlFilledBaseUrl":0,"yiiunit\\framework\\base\\ThemeTest::testGetUrlNotFilledBaseUrl":0,"yiiunit\\framework\\base\\ThemeTest::testSetBasePath":0,"yiiunit\\framework\\base\\ThemeTest::testGetPathFilledBasePath":0,"yiiunit\\framework\\base\\ThemeTest::testGetPathNotFilledBasePath":0,"yiiunit\\framework\\base\\ThemeTest::testApplyToEmptyBasePath":0,"yiiunit\\framework\\base\\ThemeTest::testApplyToEmptyPathMap":0.007,"yiiunit\\framework\\base\\ThemeTest::testApplyToFilledPathMap":0,"yiiunit\\framework\\base\\ThemeTest::testApplyToFilledPathMapNotExistsViewInFirstTheme":0,"yiiunit\\framework\\base\\ThemeTest::testApplyToFilledPathMapAndInheritThemes":0,"yiiunit\\framework\\base\\ThemeTest::testApplyToFilledPathMapAndFileNotExists":0,"yiiunit\\framework\\base\\ViewTest::testExceptionOnRenderFile":0.003,"yiiunit\\framework\\base\\ViewTest::testRelativePathInView":0.004,"yiiunit\\framework\\base\\ViewTest::testAfterRender":0.001,"yiiunit\\framework\\base\\WidgetTest::testWidget":0,"yiiunit\\framework\\base\\WidgetTest::testBeginEnd":0,"yiiunit\\framework\\base\\WidgetTest::testDependencyInjection":0,"yiiunit\\framework\\base\\WidgetTest::testStackTracking":0,"yiiunit\\framework\\base\\WidgetTest::testStackTrackingDisorder":0,"yiiunit\\framework\\base\\WidgetTest::testEvents":0,"yiiunit\\framework\\base\\WidgetTest::testPreventRun":0,"yiiunit\\framework\\behaviors\\AttributeBehaviorTest::testPreserveNonEmptyValues with data set #0":0.015,"yiiunit\\framework\\behaviors\\AttributeBehaviorTest::testPreserveNonEmptyValues with data set #1":0.001,"yiiunit\\framework\\behaviors\\AttributeBehaviorTest::testPreserveNonEmptyValues with data set #2":0.001,"yiiunit\\framework\\behaviors\\AttributeBehaviorTest::testPreserveNonEmptyValues with data set #3":0.001,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testTypecast":0.012,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testSkipNull":0.008,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testAfterFindEvent":0.027,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testDirtyAttributesAreEmptyAfterFind":0.01,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testAfterValidateEvent":0.021,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testBeforeSaveEvent":0.01,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testAfterSaveEvent":0.009,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testAutoDetectAttributeTypes":0.014,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testSkipNotSelectedAttribute":0.008,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testPreserveNonEmptyValues with data set #0":0.003,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testPreserveNonEmptyValues with data set #1":0.001,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testPreserveNonEmptyValues with data set #2":0.001,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testPreserveNonEmptyValues with data set #3":0.001,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testOrder with data set #0":0.001,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testOrder with data set #1":0.001,"yiiunit\\framework\\behaviors\\BlameableBehaviorConsoleTest::testDefaultValue":0.012,"yiiunit\\framework\\behaviors\\BlameableBehaviorConsoleTest::testDefaultValueWithClosure":0.007,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testInsertUserIsGuest":0.009,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testInsertUserIsNotGuest":0.014,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testUpdateUserIsNotGuest":0.008,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testInsertCustomValue":0.009,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testInsertClosure":0.008,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testCustomAttributesAndEvents":0.012,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testDefaultValue":0.007,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testDefaultValueWithClosure":0.008,"yiiunit\\framework\\behaviors\\CacheableWidgetBehaviorTest::testWidgetIsRunWhenCacheIsEmpty":0.006,"yiiunit\\framework\\behaviors\\CacheableWidgetBehaviorTest::testWidgetIsNotRunWhenCacheIsNotEmpty":0.001,"yiiunit\\framework\\behaviors\\CacheableWidgetBehaviorTest::testDynamicContent":0.001,"yiiunit\\framework\\behaviors\\OptimisticLockBehaviorTest::testUpdateRecordWithinConsoleRequest":0.011,"yiiunit\\framework\\behaviors\\OptimisticLockBehaviorTest::testNewRecord":0.011,"yiiunit\\framework\\behaviors\\OptimisticLockBehaviorTest::testUpdateRecord":0.014,"yiiunit\\framework\\behaviors\\OptimisticLockBehaviorTest::testDeleteRecord":0.012,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testSlug":0.042,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testSlugSeveralAttributes":0.014,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testSlugRelatedAttribute":0.018,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testUniqueByIncrement":0.02,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testUniqueByCallback":0.019,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testUpdateUnique":0.011,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testSkipOnEmpty":0.015,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testImmutableByAttribute":0.01,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testImmutableByCallback":0.009,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecord":0.013,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testUpdateRecord":0.009,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testUpdateCleanRecord":0.01,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecordExpression with data set #0":0.013,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecordExpression with data set #1":0.011,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecordExpression with data set #2":0.009,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecordExpression with data set #3":0.012,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecordExpression with data set #4":0.009,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testUpdateRecordExpression":0.009,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testTouchingNewRecordGeneratesException":0.008,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testTouchingNotNewRecord":0.013,"yiiunit\\framework\\caching\\DbQueryDependencyTest::testIsChanged":0.012,"yiiunit\\framework\\caching\\DbQueryDependencyTest::testCustomMethod":0.004,"yiiunit\\framework\\caching\\DbQueryDependencyTest::testCustomMethodCallback":0.006,"yiiunit\\framework\\caching\\DbQueryDependencyTest::testReusableAndCustomMethodCallback":0.005,"yiiunit\\framework\\console\\ControllerTest::testBindArrayToActionParams":0.002,"yiiunit\\framework\\console\\ControllerTest::testBindActionParams":0.002,"yiiunit\\framework\\console\\ControllerTest::testNullableInjectedActionParams":0.001,"yiiunit\\framework\\console\\ControllerTest::testInjectionContainerException":0.001,"yiiunit\\framework\\console\\ControllerTest::testUnknownInjection":0.001,"yiiunit\\framework\\console\\ControllerTest::testInjectedActionParams":0.001,"yiiunit\\framework\\console\\ControllerTest::testInjectedActionParamsFromModule":0.001,"yiiunit\\framework\\console\\ControllerTest::testResponse":0.001,"yiiunit\\framework\\console\\ControllerTest::testHelpOptionNotSet":0.001,"yiiunit\\framework\\console\\ControllerTest::testHelpOption":0.003,"yiiunit\\framework\\console\\ControllerTest::testHelpOptionWithModule":0.001,"yiiunit\\framework\\console\\ControllerTest::testGetActionArgsHelp":0.001,"yiiunit\\framework\\console\\ControllerTest::testGetActionHelpSummaryOnNull":0,"RequestTest::testResolve with data set #0":0,"RequestTest::testResolve with data set #1":0,"RequestTest::testResolve with data set #2":0,"RequestTest::testResolve with data set #3":0,"RequestTest::testResolve with data set #4":0,"RequestTest::testResolve with data set #5":0,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #0":0.008,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #1":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #2":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #3":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #4":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #5":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #6":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #7":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #8":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #9":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #10":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #11":0,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #12":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #13":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #14":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #15":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #16":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testNameAndConstructor":0.001,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testActionTemplate":0.018,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testActionCompress":0.057,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testCompressExternalAsset":0.043,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testDetectCircularDependency":0.003,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #0":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #1":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #2":0.003,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #3":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #4":0.003,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #5":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #6":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #7":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #8":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #9":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #10":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #11":0.001,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #12":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #0":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #1":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #2":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #3":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #4":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #5":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testActionCompressDeleteSource":0.107,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testActionCompressOverrideAsExternal":0.006,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testFlushOne":2.142,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testClearSchema":2.146,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testFlushBoth":1.827,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testNotFoundFlush":1.838,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testNothingToFlushException":1.845,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testFlushAll":1.797,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMessagesSorting":0.001,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testActionConfig":0.002,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testActionConfigSubDir":0.002,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testConfigFileNotExist":0.002,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testCreateTranslation":0.022,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testNothingToSave":0.024,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMerge":0.04,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMarkObsoleteMessages":0.028,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMergeWithContentZero":0.028,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMultipleTranslators":0.017,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMultipleCategories":0.031,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testIgnoreCategories":0.017,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testCreateTranslationFromNested":0.019,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMissingLanguage":0.031,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testCreateTranslationFromConcatenatedString":0.015,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testShouldNotMarkUnused":0.031,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testShouldNotRemoveUnused":0.019,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testPartialTranslator":0.033,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMessageExtractActionWhenMessageUsingParamsReturnedFromMethodCalls":0.027,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadGlobalFixture":1.785,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadGlobalFixtureWithFixture":1.859,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testUnloadGlobalFixture":1.842,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadAll":1.957,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testUnloadAll":1.933,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadParticularExceptOnes":1.814,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testUnloadParticularExceptOnes":1.794,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadAllExceptOnes":1.98,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testUnloadAllExceptOnes":2.041,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testNothingToLoadParticularExceptOnes":1.831,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testNothingToUnloadParticularExceptOnes":1.78,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testNoFixturesWereFoundInLoad":1.82,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testNoFixturesWereFoundInUnload":1.831,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadActiveFixtureSequence":1.979,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testModuleControllersList":0.003,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionList":0.001,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionListActionOptions":0,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionUsage":0,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionIndex":0.013,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionIndexWithHelpCommand":0.009,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionIndexWithServeCommand":0.001,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionListContainsNoEmptyCommands":0.002,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionIndexContainsNoEmptyCommands":0.002,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #0":0.017,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #1":0.014,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #2":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #3":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #4":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #5":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #6":0.011,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #7":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #8":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #9":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #10":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #11":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #12":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #13":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #14":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #15":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #16":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #17":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #18":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #19":0.016,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #20":0.011,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #21":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #22":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #23":0.021,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #24":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #25":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #26":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #27":0.014,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #28":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #29":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #30":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #31":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #32":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #33":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #34":0.006,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #35":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #36":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #37":0.011,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #38":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #39":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #40":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #41":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #42":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #43":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #44":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #45":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #46":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #47":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #48":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #49":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #50":0.011,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #51":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #52":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #53":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #54":0.011,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #55":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #56":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #57":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #58":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #59":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #60":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #61":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #62":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #63":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #64":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #65":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #0":0.021,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #1":0.015,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #2":0.014,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #3":0.014,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #4":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #5":0.015,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #6":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #7":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #8":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #9":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #10":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #11":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #12":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #13":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #14":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testUpdatingLongNamedMigration":0.004,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamedMigrationWithCustomLimit":0.003,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testCreateLongNamedMigration":0.001,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testRefreshMigration with data set #0":0.005,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testRefreshMigration with data set #1":1.56,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGetMigrationHistory":0.005,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testCreate":0.004,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testUp":0.003,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testUpCount":0.003,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testDownCount":0.006,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testDownAll":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testHistory":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNew":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testMark":0.003,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testMarkBase":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testTo":0.021,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testRedo":0.006,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceCreate":0.021,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceUp":0.005,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceDownCount":0.006,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceHistory":0.004,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceMark":0.004,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceTo":0.004,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testCombinedMigrationProcess":0.041,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testCreateTranslation":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testCustomFileHeaderAndDocBlock":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - unused category should not be removed - normal category\"":0.008,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - unused category should not be removed - nested category\"":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - unused category should not be removed - nested 3 level category\"":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - used category should not be removed - normal category\"":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - used category should not be removed - nested category\"":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - used category should not be removed - nested 3 level category\"":0.007,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - used category should not be removed - normal category\"":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - used category should not be removed - nested category\"":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - used category should not be removed - nested 3 level category\"":0.007,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - unused category should be removed - normal category\"":0.003,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - unused category should be removed - nested category\"":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - unused category should be removed - nested 3 level category\"":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testActionConfig":0.003,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testActionConfigSubDir":0.002,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testConfigFileNotExist":0.002,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testNothingToSave":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMerge":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMarkObsoleteMessages":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMergeWithContentZero":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMultipleTranslators":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMultipleCategories":0.01,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testIgnoreCategories":0.007,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testCreateTranslationFromNested":0.003,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMissingLanguage":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testCreateTranslationFromConcatenatedString":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testShouldNotMarkUnused":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testShouldNotRemoveUnused":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testPartialTranslator":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMessageExtractActionWhenMessageUsingParamsReturnedFromMethodCalls":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMessagesSorting":0.006,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testActionConfig":0.002,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testActionConfigSubDir":0.002,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testConfigFileNotExist":0.002,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testCreateTranslation":0.006,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testNothingToSave":0.005,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMerge":0.004,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMarkObsoleteMessages":0.005,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMergeWithContentZero":0.004,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMultipleTranslators":0.004,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMultipleCategories":0.009,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testIgnoreCategories":0.006,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testCreateTranslationFromNested":0.004,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMissingLanguage":0.006,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testCreateTranslationFromConcatenatedString":0.003,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testShouldNotMarkUnused":0.005,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testShouldNotRemoveUnused":0.007,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testPartialTranslator":0.005,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMessageExtractActionWhenMessageUsingParamsReturnedFromMethodCalls":0.004,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMessagesSorting":0.006,"yiiunit\\framework\\console\\widgets\\TableTest::testTable with data set #0":0.002,"yiiunit\\framework\\console\\widgets\\TableTest::testTable with data set #1":0,"yiiunit\\framework\\console\\widgets\\TableTest::testTableWithFullwidthChars":0,"yiiunit\\framework\\console\\widgets\\TableTest::testLists":0,"yiiunit\\framework\\console\\widgets\\TableTest::testListPrefix":0,"yiiunit\\framework\\console\\widgets\\TableTest::testCustomChars":0,"yiiunit\\framework\\console\\widgets\\TableTest::testTableWidgetSyntax":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testShortRow":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testEmptyRow":0,"yiiunit\\framework\\console\\widgets\\TableTest::testEmptyHeaders":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testEmptyTable":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testEmptyAndZeroTableCell":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testColorizedInput":0,"yiiunit\\framework\\console\\widgets\\TableTest::testColorizedInputStripsANSIMarkersInternally":0,"yiiunit\\framework\\console\\widgets\\TableTest::testCalculateRowHeightShouldNotThrowDivisionByZeroException":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testLineBreakTableCell":0,"yiiunit\\framework\\console\\widgets\\TableTest::testColorizedLineBreakTableCell":0,"yiiunit\\framework\\console\\widgets\\TableTest::testMinimumWidth with data set #0":0.002,"yiiunit\\framework\\console\\widgets\\TableTest::testMinimumWidth with data set #1":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testMinimumWidth with data set #2":0.002,"yiiunit\\framework\\console\\widgets\\TableTest::testMinimumWidth with data set #3":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testMinimumWidth with data set #4":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testTableWithAnsiFormat":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #0":0.004,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #1":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #2":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #3":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #4":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #5":0,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #6":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #7":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #8":0,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuildCallback":0,"yiiunit\\framework\\data\\ActiveDataProviderCloningTest::testClone":0.001,"yiiunit\\framework\\data\\ArrayDataProviderTest::testGetModels":0,"yiiunit\\framework\\data\\ArrayDataProviderTest::testGetSortedData":0,"yiiunit\\framework\\data\\ArrayDataProviderTest::testGetSortedDataByInnerArrayField":0,"yiiunit\\framework\\data\\ArrayDataProviderTest::testCaseSensitiveSort":0,"yiiunit\\framework\\data\\ArrayDataProviderTest::testGetKeys":0,"yiiunit\\framework\\data\\ArrayDataProviderTest::testSortFlags":0,"yiiunit\\framework\\data\\BaseDataProviderTest::testGenerateId":0,"yiiunit\\framework\\data\\DataFilterTest::testSetupSearchModel":0,"yiiunit\\framework\\data\\DataFilterTest::testLoad":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #0":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #1":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #2":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #3":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #4":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #5":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #6":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #7":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #8":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #9":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #10":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #11":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #12":0.021,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #13":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #14":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #15":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #16":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #17":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #0":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #1":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #2":0.001,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #3":0.001,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #4":0.001,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #5":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #6":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #7":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #8":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #9":0.001,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #10":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #11":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalizeNonDefaultNull":0,"yiiunit\\framework\\data\\DataFilterTest::testSetupErrorMessages":0,"yiiunit\\framework\\data\\PaginationTest::testCreateUrl with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testCreateUrl with data set #1":0,"yiiunit\\framework\\data\\PaginationTest::testCreateUrl with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testCreateUrl with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testCreateUrl with data set #4":0.002,"yiiunit\\framework\\data\\PaginationTest::testForcePageParam":0,"yiiunit\\framework\\data\\PaginationTest::testValidatePage":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #1":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #5":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #6":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #7":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #8":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #9":0,"yiiunit\\framework\\data\\PaginationTest::testGetDefaultPage":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #1":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #5":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #6":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #7":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #8":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #9":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #10":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #11":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #1":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #5":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #6":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #0":0.001,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #1":0.001,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #5":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #6":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #7":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #8":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #9":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #10":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #11":0,"yiiunit\\framework\\data\\PaginationTest::testGetOffset with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testGetOffset with data set #1":0.001,"yiiunit\\framework\\data\\PaginationTest::testGetOffset with data set #2":0.001,"yiiunit\\framework\\data\\PaginationTest::testGetOffset with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testGetOffset with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testGetLimit with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testGetLimit with data set #1":0,"yiiunit\\framework\\data\\PaginationTest::testGetLimit with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #0":0.002,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #1":0.001,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #5":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #6":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #7":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #8":0,"yiiunit\\framework\\data\\SortTest::testGetOrders":0,"yiiunit\\framework\\data\\SortTest::testGetAttributeOrders":0,"yiiunit\\framework\\data\\SortTest::testGetAttributeOrder":0,"yiiunit\\framework\\data\\SortTest::testSetAttributeOrders":0,"yiiunit\\framework\\data\\SortTest::testCreateSortParam":0,"yiiunit\\framework\\data\\SortTest::testCreateUrl":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParams with data set #0":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParams with data set #1":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParams with data set #2":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParams with data set #3":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParamsAndPassedButEmptySort with data set #0":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParamsAndPassedButEmptySort with data set #1":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParamsAndPassedButEmptySort with data set #2":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #0":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #1":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #2":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #3":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #4":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #5":0,"yiiunit\\framework\\data\\SortTest::testParseSortParam":0,"yiiunit\\framework\\data\\SortTest::testGetExpressionOrders":0,"yiiunit\\framework\\data\\SqlDataProviderTest::testGetModels":0.004,"yiiunit\\framework\\data\\SqlDataProviderTest::testTotalCount":0.003,"yiiunit\\framework\\data\\SqlDataProviderTest::testTotalCountWithParams":0.005,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"no marks\"":0.013,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"no marks dot\"":0.003,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"mysql\"":0.004,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"mysql dot\"":0.004,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"sqlite, pgsql, oracle, mysql ansi quotes\"":0.004,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"sqlite, pgsql, oracle, mysql ansi quotes dot\"":0.003,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"mssql\"":0.004,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"mssql dot\"":0.004,"yiiunit\\framework\\db\\ActiveQueryModelConnectionTest::testEnsureModelConnectionForOne":0.013,"yiiunit\\framework\\db\\ActiveQueryModelConnectionTest::testEnsureGlobalConnectionForOne":0.001,"yiiunit\\framework\\db\\ActiveQueryModelConnectionTest::testEnsureModelConnectionForAll":0.001,"yiiunit\\framework\\db\\ActiveQueryModelConnectionTest::testEnsureGlobalConnectionForAll":0.001,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveQuery":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelationVia":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelationViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testQuery":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testRefresh":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testPaginationBeforeModels":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testGetData":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testGetModel":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDataDirectory":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDataPath":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testTruncate":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDifferentModelDb":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testConstructor":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testTriggerInitEvent":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPrepare":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPopulate_EmptyRows":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPopulate_FilledRows":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOne":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testCreateCommand":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testQueryScalar":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testJoinWith":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testInnerJoinWith":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetQueryTableName_from_not_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetQueryTableName_from_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOnCondition":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAndOnCondition_on_not_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAndOnCondition_on_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOrOnCondition_on_not_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOrOnCondition_on_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAlias_not_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAlias_yet_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_notFilledFrom":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_wontFillFrom":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testDeeplyNestedTableRelationWith":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testExplicitPkOnAutoIncrement":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithTrigger":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithComputedColumn":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithRowVersionColumn":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithRowVersionNullColumn":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCustomColumns":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStatisticalFind":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindScalar":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindExists":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindColumn":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindBySql":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCountWithFindBySql":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDeeplyNestedTableRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDeeplyNestedTableRelation2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStoreNull":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStoreEmpty":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIsPrimaryKey":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWith":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateSimple":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithAndScope":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithVia":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithEager":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithAlias with data set #0":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithSameTable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindCompositeRelationWithJoin":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindSimpleRelationWithJoin":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #0":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #1":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #3":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAlias":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInverseOf":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInverseOfDynamic":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDefaultValues":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCastValues":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssues":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveEmpty":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOptimisticLock":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testPopulateWithoutPk":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testBit":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdateAttributes":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEmulateExecution":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllOnCondition":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIndexByAfterLoadingRelations":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testNoTablenameReplacement":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAmbiguousColumnFindOne":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindOneByColumnName":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAmbiguousColumnIndexBy":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindWithConstructors":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCustomARRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testResetNotSavedRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssetException":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssetThrowable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testVirtualRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFind":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindAsArray":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testHasAttribute":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindIndexBy":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindIndexByAsArray":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRefresh":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEquals":0.001,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindCount":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLimit":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindComplexCondition":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindNullValues":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testExists":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazy":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEager":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyVia":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyVia2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindNestedRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLink":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlink":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAll":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllAndConditionDelete":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInsert":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdate":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdateCounters":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDelete":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testBooleanAttribute":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAfterFind":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAfterRefresh":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEmptyInCondition":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerIndexBy":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAttributeAccess":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testViaWithCallable":0,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testQuery":0.001,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testActiveQuery":0,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testBatchWithoutDbParameter":0,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testBatchWithIndexBy":0,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":0,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":0,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #2":0,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #3":0,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #4":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAutoQuoting":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testPrepareCancel":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamValue":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropDefaultValue":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsertVarbinary":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testConstruct":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetSetSql":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testExecute":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testQuery":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #0":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #1":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #2":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testFetchMode":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsert":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertWithYield":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertDataTypesLocale":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsert":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testNoTablenameReplacement":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelect":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectAlias":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #0":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #1":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #2":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertExpression":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testsInsertQueryAsColumnValue":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateTable":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAlterTable":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testDropTable":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testTruncateTable":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testRenameTable":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values with update part\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values without update part\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query with update part\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query without update part\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropPrimaryKey":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropForeignKey":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateDropIndex":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropUnique":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropCheck":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testIntegrityViolation":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testLastInsertId":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testQueryCache":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testColumnCase":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #0":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #1":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #2":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #3":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #4":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #5":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #6":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #7":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAutoRefreshTableSchema":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testTransaction":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testRetryHandler":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateView":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testDropView":0.001,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":0.001,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindValuesSupportsEnums":0.001,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteValue":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteTableName":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteColumnName":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteFullColumnName":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testConstruct":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testOpenClose":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testSerialize":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testGetDriverName":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransaction":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionIsolation":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutException":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutCorrect":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutCustom":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testNestedTransaction":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testNestedTransactionNotSupported":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testEnableQueryLog":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testExceptionContainsRawQuery":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testClone":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testGetPdoAfterClose":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testServerStatusCacheWorks":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testServerStatusCacheCanBeDisabled":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testMissingTranslationEvent":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testIssue11429":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslate":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testDefaultSource":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testSourceLanguageFallback":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslateParams":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslateParams2":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testSpecialParams":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testMissingTranslationFormatting":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testRussianPlurals":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testUsingSourceLanguageForMissingTranslation":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testFormatMessageWithNoParam":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testFormatMessageWithDottedParameters":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateValueExpectedException":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateValue":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateCompositeKeys":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetTableWithAlias":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testExpresionInAttributeColumnName":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetRelation":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetRelationWithFilter":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testForceMaster":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testSecondTargetAttributeWithError":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOffsetLimit":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testLimit":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOffset":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentAdditionOnTableAndOnColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentAdditionOnQuotedTableOrColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentRemovalFromTableAndFromColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentRemovalFromQuotedTableOrColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentTable":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testResetSequence":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnOnDb":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithNull":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithExpression":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithCheckConstraintOnDb":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithCheckConstraintOnDbWithException":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithUniqueConstraintOnDbWithException":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDropColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDropColumnOnDb":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testGetColumnType":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateTableColumnTypes":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #2":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #3":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #4":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #5":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #6":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #7":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #8":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #9":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #2":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #3":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #4":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #5":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #6":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #7":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #8":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #9":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #10":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #11":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #12":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #13":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #14":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #15":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #16":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #17":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #18":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #19":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #20":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #21":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #22":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #23":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #24":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #25":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #26":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #27":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #28":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #29":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #30":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #31":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #32":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #33":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #34":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #35":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #36":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #37":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #38":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #39":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #40":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #41":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #42":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #43":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #44":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #45":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #46":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #47":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #48":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #49":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #50":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #51":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #52":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #53":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #54":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #55":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #56":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #57":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #58":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #59":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #60":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #61":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #62":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #63":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #64":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #65":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #66":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #67":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #68":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #69":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #2":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #3":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #4":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #5":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #6":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #7":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #8":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #9":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #10":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #11":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #12":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #13":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #14":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #15":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #16":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #17":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #18":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #19":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #20":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #21":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":0.001,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":0.001,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":0.001,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"add\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropCheck with data set \"add\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExists with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExists with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExistsWithParameters":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildUnion":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWithQuery":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWithQueryRecursive":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testSelectSubquery":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testComplexSelect":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testSelectExpression":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testFromIndexHint":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testFromSubquery":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOrderBy":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testGroupBy":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"regular-values\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"carry passed params\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInitFixtures":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query with update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query without update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"no columns to update\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #2":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #3":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpdate with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDelete with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #2":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #3":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #4":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #5":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #6":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #7":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #8":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #9":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #10":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #11":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #12":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #13":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #14":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #15":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #16":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #17":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #18":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #19":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #20":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #21":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #22":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #23":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #24":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #25":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testIssue15653":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testUnion":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testSelect":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFrom":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFromTableIsArrayWithExpression":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testWhere":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterWhereWithHashFormat":0.001,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterWhereWithOperatorFormat":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterHavingWithHashFormat":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterHavingWithOperatorFormat":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterRecursively":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGroup":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testHaving":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testOrder":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testLimitOffset":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testLimitOffsetWithExpression":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testOne":0.001,"yiiunit\\framework\\db\\mssql\\QueryTest::testExists":0.001,"yiiunit\\framework\\db\\mssql\\QueryTest::testColumn":0.001,"yiiunit\\framework\\db\\mssql\\QueryTest::testAmbiguousColumnIndexBy":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testCount":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testAndFilterCompare":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testCountHavingWithoutGroupBy":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testEmulateExecution":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testMultipleLikeConditions":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testExpressionInFrom":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testQueryCache":0.001,"yiiunit\\framework\\db\\mssql\\QueryTest::testQueryCreation":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetStringFieldsSize":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #0":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #1":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #2":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #3":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #4":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #5":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #6":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #7":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #0":0.001,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #1":0.001,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #2":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #3":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetPrimaryKey":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetSchemaNames":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableNames with data set #0":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableNames with data set #1":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemas with data set #0":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemas with data set #1":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemasWithAttrCase":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetNonExistingTableSchema":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testSchemaCache":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testRefreshTableSchema":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testCompositeFk":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetPDOType":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testNegativeDefaultValues":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testColumnSchema":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testFindUniqueIndexes":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testContraintTablesExistance":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":0.001,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":0.001,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testAssureMessageSetOnInit":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testCustomMessage":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateInvalidAttribute":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeDefault":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeOfNonARModel":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateNonDatabaseAttribute":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateCompositeKeys":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateTargetClass":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testPrepareParams":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testPrepareQuery":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testAmbiguousColumnName":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testExpressionInAttributeColumnName":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testFindModelWith":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testFindModelJoinWith":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testForceMaster":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testSecondTargetAttributeWithError":0,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testActiveQuery":1.72,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testActiveRelation":1.783,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testActiveRelationVia":1.927,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testActiveRelationViaTable":1.815,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testQuery":5.511,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testRefresh":3.742,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testPaginationBeforeModels":3.655,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":3.689,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testGetData":1.919,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testGetModel":2.005,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testDataDirectory":1.935,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testDataPath":1.897,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testTruncate":1.939,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testDifferentModelDb":1.862,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testConstructor":1.847,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testTriggerInitEvent":1.811,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testPrepare":1.823,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testPopulate_EmptyRows":1.831,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testPopulate_FilledRows":1.834,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testOne":1.767,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testCreateCommand":1.823,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testQueryScalar":1.841,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testJoinWith":1.858,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testInnerJoinWith":1.83,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":1.831,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetQueryTableName_from_not_set":1.846,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetQueryTableName_from_set":1.82,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testOnCondition":1.828,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testAndOnCondition_on_not_set":1.821,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testAndOnCondition_on_set":1.846,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testOrOnCondition_on_not_set":1.864,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testOrOnCondition_on_set":1.833,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testViaTable":1.827,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testAlias_not_set":1.867,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testAlias_yet_set":1.839,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_notFilledFrom":1.839,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_wontFillFrom":1.839,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testDeeplyNestedTableRelationWith":1.851,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":1.846,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":1.849,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromString":1.872,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":1.879,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTablesAlias_isFromString":3.461,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":1.938,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":1.978,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":1.838,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":1.852,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":1.911,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJsonColumn":3.684,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testCustomColumns":1.843,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testStatisticalFind":1.831,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindScalar":1.872,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindExists":1.86,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindColumn":1.851,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindBySql":1.857,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testCountWithFindBySql":1.841,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindLazyViaTable":1.899,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEagerViaTable":1.923,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testDeeplyNestedTableRelation":2.125,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testDeeplyNestedTableRelation2":1.934,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testStoreNull":1.892,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testStoreEmpty":1.845,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testIsPrimaryKey":1.897,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWith":1.884,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateSimple":1.728,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":1.734,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":1.951,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":1.979,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":1.875,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":2.51,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":1.931,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":1.995,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithAndScope":1.959,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithVia":2.27,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithEager":2.147,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithAlias with data set #0":2.116,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithSameTable":2.315,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindCompositeRelationWithJoin":2.332,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindSimpleRelationWithJoin":1.912,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRelationWhereParams with data set #0":1.911,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRelationWhereParams with data set #1":1.969,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRelationWhereParams with data set #2":2.015,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRelationWhereParams with data set #3":2.075,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":2.321,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":1.87,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":1.916,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":2.054,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAlias":2.016,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testInverseOf":2.103,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testInverseOfDynamic":2.167,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testDefaultValues":2.387,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAllViaTable":2.273,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testCastValues":1.925,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testIssues":1.956,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":1.919,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testSaveEmpty":2.036,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testOptimisticLock":2.068,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testPopulateWithoutPk":2.112,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testBit":1.854,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":2.143,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":2.351,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUpdateAttributes":1.794,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testEmulateExecution":1.59,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAllOnCondition":1.977,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":1.858,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testIndexByAfterLoadingRelations":1.859,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testNoTablenameReplacement":1.826,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAmbiguousColumnFindOne":1.836,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindOneByColumnName":1.822,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":1.834,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":1.84,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":1.827,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":1.874,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":1.942,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":2.446,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":2.35,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":1.881,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":1.95,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":1.962,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":2.038,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":2.02,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":2.104,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":1.909,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":1.911,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":1.95,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":2.006,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":2.085,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":2.06,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":2.46,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":2.347,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":2.026,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":1.886,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":2.217,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":2.187,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":2.139,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAmbiguousColumnIndexBy":2.481,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindWithConstructors":1.688,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testCustomARRelation":1.677,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":1.709,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testResetNotSavedRelation":1.638,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testIssetException":1.663,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testIssetThrowable":1.932,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":1.652,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":9.032,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":3.3,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":2.232,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testVirtualRelation":2.597,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFind":2.184,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindAsArray":2.276,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testHasAttribute":2.971,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindIndexBy":3.087,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindIndexByAsArray":2.261,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRefresh":1.804,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testEquals":1.943,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindCount":2.327,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindLimit":2.611,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindComplexCondition":2.903,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindNullValues":2.731,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testExists":1.956,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindLazy":1.894,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEager":2.053,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindLazyVia":2.002,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindLazyVia2":2.093,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEagerViaRelation":1.964,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindNestedRelation":1.912,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":1.828,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":1.733,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLink":1.744,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlink":2.712,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAll":2.976,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":2.338,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAllAndConditionDelete":1.938,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testInsert":2.026,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testExplicitPkOnAutoIncrement":1.979,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUpdate":2.075,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUpdateCounters":2.134,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testDelete":2.237,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testBooleanAttribute":1.883,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAfterFind":1.767,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAfterRefresh":1.952,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEmptyInCondition":1.964,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEagerIndexBy":2.003,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAttributeAccess":2.134,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testViaWithCallable":2.643,"yiiunit\\framework\\db\\mysql\\BatchQueryResultTest::testQuery":4.491,"yiiunit\\framework\\db\\mysql\\BatchQueryResultTest::testActiveQuery":4.016,"yiiunit\\framework\\db\\mysql\\BatchQueryResultTest::testBatchWithoutDbParameter":2.029,"yiiunit\\framework\\db\\mysql\\BatchQueryResultTest::testBatchWithIndexBy":1.938,"yiiunit\\framework\\db\\mysql\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":2.19,"yiiunit\\framework\\db\\mysql\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":1.733,"yiiunit\\framework\\db\\mysql\\ColumnSchemaBuilderTest::testCustomTypes with data set #2":1.809,"yiiunit\\framework\\db\\mysql\\ColumnSchemaBuilderTest::testCustomTypes with data set #3":1.599,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropCheck":0.001,"yiiunit\\framework\\db\\mysql\\CommandTest::testConstruct":1.619,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetSetSql":1.742,"yiiunit\\framework\\db\\mysql\\CommandTest::testAutoQuoting":1.707,"yiiunit\\framework\\db\\mysql\\CommandTest::testPrepareCancel":1.708,"yiiunit\\framework\\db\\mysql\\CommandTest::testExecute":1.669,"yiiunit\\framework\\db\\mysql\\CommandTest::testQuery":1.736,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindParamValue":1.715,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindParamsNonWhere with data set #0":1.659,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindParamsNonWhere with data set #1":1.703,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindParamsNonWhere with data set #2":1.746,"yiiunit\\framework\\db\\mysql\\CommandTest::testFetchMode":1.695,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsert":5.019,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertWithYield":2.467,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertDataTypesLocale":2.512,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":2.335,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":1.923,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":2.108,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertSQL with data set \"batchIsert empty rows represented by ArrayObject\"":1.884,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsert":2.061,"yiiunit\\framework\\db\\mysql\\CommandTest::testNoTablenameReplacement":1.996,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertSelect":2.024,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertSelectAlias":1.714,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertSelectFailed with data set #0":1.831,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertSelectFailed with data set #1":1.882,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertSelectFailed with data set #2":1.913,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertExpression":1.922,"yiiunit\\framework\\db\\mysql\\CommandTest::testsInsertQueryAsColumnValue":2.056,"yiiunit\\framework\\db\\mysql\\CommandTest::testCreateTable":2.669,"yiiunit\\framework\\db\\mysql\\CommandTest::testAlterTable":2.294,"yiiunit\\framework\\db\\mysql\\CommandTest::testDropTable":1.711,"yiiunit\\framework\\db\\mysql\\CommandTest::testTruncateTable":1.757,"yiiunit\\framework\\db\\mysql\\CommandTest::testRenameTable":1.88,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"regular values\"":2.035,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"regular values with update part\"":2.019,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"regular values without update part\"":2.028,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"query\"":1.872,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"query with update part\"":1.807,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"query without update part\"":1.886,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropPrimaryKey":2.076,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropForeignKey":2.193,"yiiunit\\framework\\db\\mysql\\CommandTest::testCreateDropIndex":2.086,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropUnique":1.908,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropDefaultValue":0,"yiiunit\\framework\\db\\mysql\\CommandTest::testIntegrityViolation":1.693,"yiiunit\\framework\\db\\mysql\\CommandTest::testLastInsertId":1.709,"yiiunit\\framework\\db\\mysql\\CommandTest::testQueryCache":1.695,"yiiunit\\framework\\db\\mysql\\CommandTest::testColumnCase":1.733,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #0":1.787,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #1":1.692,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #2":1.742,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #3":1.797,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #4":1.794,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #5":1.722,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #6":1.979,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #7":2.408,"yiiunit\\framework\\db\\mysql\\CommandTest::testAutoRefreshTableSchema":2.505,"yiiunit\\framework\\db\\mysql\\CommandTest::testTransaction":1.825,"yiiunit\\framework\\db\\mysql\\CommandTest::testRetryHandler":1.833,"yiiunit\\framework\\db\\mysql\\CommandTest::testCreateView":1.92,"yiiunit\\framework\\db\\mysql\\CommandTest::testDropView":1.945,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":1.909,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindValuesSupportsEnums":2.237,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransactionAutocommit":1.776,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testConstruct":1.809,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testOpenClose":0.002,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":0.003,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testSerialize":0.002,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testGetDriverName":0.001,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testQuoteValue":1.829,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testQuoteTableName":0.001,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testQuoteColumnName":0,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testQuoteFullColumnName":0,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransaction":1.979,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransactionIsolation":1.983,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransactionShortcutException":2.036,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransactionShortcutCorrect":2.532,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransactionShortcutCustom":2.429,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testNestedTransaction":1.893,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testNestedTransactionNotSupported":1.874,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testEnableQueryLog":2.06,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testExceptionContainsRawQuery":2.022,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testClone":0.002,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testGetPdoAfterClose":1.972,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testServerStatusCacheWorks":0.001,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testServerStatusCacheCanBeDisabled":0.001,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testValidateValueExpectedException":1.847,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testValidateValue":1.765,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testValidateAttribute":1.692,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testValidateCompositeKeys":1.714,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testTargetTableWithAlias":1.686,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testExpresionInAttributeColumnName":1.729,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testTargetRelation":1.786,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testTargetRelationWithFilter":1.709,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testForceMaster":3.698,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testSecondTargetAttributeWithError":2.345,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testResetSequence":0.005,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testIssue17449":2.312,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInsertInteger":1.87,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testDefaultValues":1.801,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":1.781,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropCheck with data set \"add\"":1.8,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":1.823,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":1.844,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testGetColumnType":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateTableColumnTypes":0.033,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFrom with data set #0":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFrom with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFrom with data set #2":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFrom with data set #3":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #0":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #2":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #3":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #4":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #5":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #6":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #7":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #8":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #9":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #10":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #11":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #12":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #13":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #14":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #15":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #16":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #17":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #18":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #19":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #20":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #21":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #22":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #23":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #24":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #25":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #26":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #27":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #28":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #29":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #30":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":0.086,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #31":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #32":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #33":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #34":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #35":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #36":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #37":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #38":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #39":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #40":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #41":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #42":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #43":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #44":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #45":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #46":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #47":0.003,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #48":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #49":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #50":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #51":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #52":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #53":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #54":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #55":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #56":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #57":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #58":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #59":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #60":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #61":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #62":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #63":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #64":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #65":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #66":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #67":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #68":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #69":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #70":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #71":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #72":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #73":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"object with type. Type is ignored for MySQL\"":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"nested json\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"null value\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"null as array value\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"null as object value\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"with object as value\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"query\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"query with type, that is ignored in MySQL\"":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"nested and combined json expression\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"search by property in JSON column (issue #15838)\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #0":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #2":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #3":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #4":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #5":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #6":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #7":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #8":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #9":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #10":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #11":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #12":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #13":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #14":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #15":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #16":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #17":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #18":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #19":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #20":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #21":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":1.785,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":1.853,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":1.866,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":1.904,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":1.953,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":2.153,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":2.414,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":2.195,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":1.949,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":2.05,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":2.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":2.329,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropUnique with data set \"add\"":2.09,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":2.121,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWhereExists with data set #0":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWhereExists with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWhereExistsWithParameters":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildUnion":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWithQuery":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWithQueryRecursive":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testSelectSubquery":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testComplexSelect":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testSelectExpression":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testFromIndexHint":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testFromSubquery":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testOrderBy":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testGroupBy":0.003,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInsert with data set \"regular-values\"":0.006,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInsert with data set \"carry passed params\"":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":0.005,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInitFixtures":1.894,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"regular values\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":0.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"query\"":0.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"query with update part\"":0.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"query without update part\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":0.006,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":0.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":0.009,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":0.006,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":0.006,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"no columns to update\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set #0":0.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":0.009,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set #2":0.006,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":0.005,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set #3":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpdate with data set #0":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpdate with data set #1":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testDelete with data set #0":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCommentColumn":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCommentTable":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #0":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #2":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #3":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #4":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #5":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #6":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #7":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #8":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #9":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #10":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #11":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #12":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #13":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #14":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #15":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #16":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #17":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #18":0.003,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #19":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #20":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #21":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #22":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #23":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #24":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #25":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testIssue15653":0.001,"yiiunit\\framework\\db\\mysql\\QueryTest::testQueryIndexHint":1.905,"yiiunit\\framework\\db\\mysql\\QueryTest::testLimitOffsetWithExpression":1.963,"yiiunit\\framework\\db\\mysql\\QueryTest::testSelect":0.001,"yiiunit\\framework\\db\\mysql\\QueryTest::testFrom":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFromTableIsArrayWithExpression":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testWhere":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFilterWhereWithHashFormat":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFilterWhereWithOperatorFormat":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFilterHavingWithHashFormat":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFilterHavingWithOperatorFormat":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFilterRecursively":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGroup":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testHaving":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testOrder":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testLimitOffset":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testUnion":1.955,"yiiunit\\framework\\db\\mysql\\QueryTest::testOne":2.09,"yiiunit\\framework\\db\\mysql\\QueryTest::testExists":2.109,"yiiunit\\framework\\db\\mysql\\QueryTest::testColumn":2.474,"yiiunit\\framework\\db\\mysql\\QueryTest::testAmbiguousColumnIndexBy":2.313,"yiiunit\\framework\\db\\mysql\\QueryTest::testCount":1.876,"yiiunit\\framework\\db\\mysql\\QueryTest::testAndFilterCompare":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testCountHavingWithoutGroupBy":1.842,"yiiunit\\framework\\db\\mysql\\QueryTest::testEmulateExecution":1.996,"yiiunit\\framework\\db\\mysql\\QueryTest::testMultipleLikeConditions":2.099,"yiiunit\\framework\\db\\mysql\\QueryTest::testExpressionInFrom":2.123,"yiiunit\\framework\\db\\mysql\\QueryTest::testQueryCache":2.134,"yiiunit\\framework\\db\\mysql\\QueryTest::testQueryCreation":0.001,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromAliasedExpression":0.001,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\mysql\\SchemaTest::testLoadDefaultDatetimeColumn":5.734,"yiiunit\\framework\\db\\mysql\\SchemaTest::testDefaultDatetimeColumnWithMicrosecs":6.184,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetSchemaNames":0.001,"yiiunit\\framework\\db\\mysql\\SchemaTest::testAlternativeDisplayOfDefaultCurrentTimestampInMariaDB":0.001,"yiiunit\\framework\\db\\mysql\\SchemaTest::testAlternativeDisplayOfDefaultCurrentTimestampAsNullInMariaDB":0,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetTableNames with data set #0":2.466,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetTableNames with data set #1":2.28,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetTableSchemas with data set #0":2.064,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetTableSchemas with data set #1":2.142,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetTableSchemasWithAttrCase":2.165,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetNonExistingTableSchema":2.061,"yiiunit\\framework\\db\\mysql\\SchemaTest::testSchemaCache":2.128,"yiiunit\\framework\\db\\mysql\\SchemaTest::testRefreshTableSchema":2.33,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":1.941,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1.872,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":1.927,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1.915,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":2.038,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":2.087,"yiiunit\\framework\\db\\mysql\\SchemaTest::testCompositeFk":2.461,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetPDOType":2.289,"yiiunit\\framework\\db\\mysql\\SchemaTest::testNegativeDefaultValues":1.916,"yiiunit\\framework\\db\\mysql\\SchemaTest::testColumnSchema":1.946,"yiiunit\\framework\\db\\mysql\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":0.001,"yiiunit\\framework\\db\\mysql\\SchemaTest::testFindUniqueIndexes":2.289,"yiiunit\\framework\\db\\mysql\\SchemaTest::testContraintTablesExistance":2.002,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":2.088,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":2.116,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":1.937,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":1.886,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":1.882,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":1.982,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":2.045,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":2.068,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":2.48,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":2.47,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":1.957,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":2.055,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":1.976,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":2.033,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":2.069,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":2.134,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":2.009,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":1.901,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":1.933,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":2.095,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":1.974,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":1.902,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":1.932,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":2.52,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":1.903,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":1.756,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":1.816,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":1.848,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":1.85,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":2.061,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":2.124,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":3.639,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":2.595,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":2.05,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":1.965,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":2.055,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":2.087,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":2.124,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":2.473,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":2.077,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":1.964,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":1.9,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":1.948,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":2.025,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":2.084,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":2.221,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":1.826,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":1.88,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":1.896,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":2.016,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":2.038,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":2.1,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":2.552,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":2.291,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":1.971,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":1.942,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":1.928,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":2.039,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":2.062,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":2.157,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testAssureMessageSetOnInit":1.867,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testCustomMessage":1.875,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateInvalidAttribute":1.92,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateAttributeDefault":2.014,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateAttributeOfNonARModel":2.078,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateNonDatabaseAttribute":2.05,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":2.415,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateCompositeKeys":2.369,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateTargetClass":1.98,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":2.115,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":2.189,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":2.019,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":2.055,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testPrepareParams":2.159,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":1.817,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":1.867,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testPrepareQuery":3.91,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testAmbiguousColumnName":2.036,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testExpressionInAttributeColumnName":2.049,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testFindModelWith":2.48,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testFindModelJoinWith":2.307,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testForceMaster":3.899,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testSecondTargetAttributeWithError":2,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testDeadlockException":0,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransactionAutocommit":2.118,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testConstruct":2.068,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testOpenClose":0.001,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testQueryBuilderConfigurationAfterOpenClose":0.002,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testSerialize":0.002,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testGetDriverName":0,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testQuoteValue":2.258,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testQuoteTableName":0.001,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testQuoteColumnName":0,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testQuoteFullColumnName":0.001,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransaction":1.86,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransactionIsolation":1.901,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransactionShortcutException":1.907,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransactionShortcutCorrect":1.982,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransactionShortcutCustom":2.032,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testNestedTransaction":2.076,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testNestedTransactionNotSupported":2.403,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testEnableQueryLog":2.566,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testExceptionContainsRawQuery":1.859,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testClone":0.001,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testGetPdoAfterClose":1.928,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testServerStatusCacheWorks":0.001,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testServerStatusCacheCanBeDisabled":0.001,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveQuery":0.002,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelation":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelationVia":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelationViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testQuery":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testRefresh":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testPaginationBeforeModels":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testGetData":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testGetModel":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDataDirectory":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDataPath":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testTruncate":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDifferentModelDb":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testConstructor":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testTriggerInitEvent":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPrepare":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPopulate_EmptyRows":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPopulate_FilledRows":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOne":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testCreateCommand":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testQueryScalar":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testJoinWith":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testInnerJoinWith":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetQueryTableName_from_not_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetQueryTableName_from_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOnCondition":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAndOnCondition_on_not_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAndOnCondition_on_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOrOnCondition_on_not_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOrOnCondition_on_set":0.001,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAlias_not_set":0.001,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAlias_yet_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_notFilledFrom":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_wontFillFrom":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testDeeplyNestedTableRelationWith":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0.001,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCastValues":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDefaultValues":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindAsArray":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPrimaryKeyAfterSave":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testMultiplePrimaryKeyAfterSave":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testBit":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testBooleanAttribute":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithAlias with data set #0":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCustomColumns":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStatisticalFind":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindScalar":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindExists":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindColumn":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindBySql":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCountWithFindBySql":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDeeplyNestedTableRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDeeplyNestedTableRelation2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStoreNull":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStoreEmpty":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIsPrimaryKey":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWith":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateSimple":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithAndScope":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithVia":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithEager":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithSameTable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindCompositeRelationWithJoin":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindSimpleRelationWithJoin":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #0":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #1":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #3":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAlias":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInverseOf":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInverseOfDynamic":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssues":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testSaveEmpty":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOptimisticLock":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPopulateWithoutPk":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdateAttributes":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEmulateExecution":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllOnCondition":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIndexByAfterLoadingRelations":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testNoTablenameReplacement":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAmbiguousColumnFindOne":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindOneByColumnName":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAmbiguousColumnIndexBy":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindWithConstructors":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCustomARRelation":0.002,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testResetNotSavedRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssetException":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssetThrowable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testVirtualRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFind":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testHasAttribute":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindIndexBy":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindIndexByAsArray":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRefresh":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEquals":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindCount":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLimit":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindComplexCondition":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindNullValues":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testExists":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazy":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEager":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyVia":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyVia2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindNestedRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLink":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlink":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAll":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllAndConditionDelete":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInsert":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testExplicitPkOnAutoIncrement":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdate":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdateCounters":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDelete":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAfterFind":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAfterRefresh":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEmptyInCondition":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerIndexBy":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAttributeAccess":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testViaWithCallable":0,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testQuery":0,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testActiveQuery":0,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testBatchWithoutDbParameter":0,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testBatchWithIndexBy":0,"yiiunit\\framework\\db\\oci\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":0,"yiiunit\\framework\\db\\oci\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAutoQuoting":0,"yiiunit\\framework\\db\\oci\\CommandTest::testLastInsertId":0,"yiiunit\\framework\\db\\oci\\CommandTest::testCLOBStringInsertion":0,"yiiunit\\framework\\db\\oci\\CommandTest::testQueryCache":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsert":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectAlias":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertDataTypesLocale":0,"yiiunit\\framework\\db\\oci\\CommandTest::testNoTablenameReplacement":0,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateTable":0,"yiiunit\\framework\\db\\oci\\CommandTest::testsInsertQueryAsColumnValue":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAlterTable":0,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateView":0,"yiiunit\\framework\\db\\oci\\CommandTest::testColumnCase":0,"yiiunit\\framework\\db\\oci\\CommandTest::testConstruct":0.001,"yiiunit\\framework\\db\\oci\\CommandTest::testGetSetSql":0.001,"yiiunit\\framework\\db\\oci\\CommandTest::testPrepareCancel":0,"yiiunit\\framework\\db\\oci\\CommandTest::testExecute":0,"yiiunit\\framework\\db\\oci\\CommandTest::testQuery":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamValue":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #0":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #1":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #2":0,"yiiunit\\framework\\db\\oci\\CommandTest::testFetchMode":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsert":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertWithYield":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"batchIsert empty rows represented by ArrayObject\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelect":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #0":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #1":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #2":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertExpression":0,"yiiunit\\framework\\db\\oci\\CommandTest::testDropTable":0,"yiiunit\\framework\\db\\oci\\CommandTest::testTruncateTable":0,"yiiunit\\framework\\db\\oci\\CommandTest::testRenameTable":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values with update part\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values without update part\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query with update part\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query without update part\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropPrimaryKey":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropForeignKey":0,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateDropIndex":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropUnique":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropCheck":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropDefaultValue":0,"yiiunit\\framework\\db\\oci\\CommandTest::testIntegrityViolation":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #0":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #1":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #2":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #3":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #4":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #5":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #6":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #7":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAutoRefreshTableSchema":0,"yiiunit\\framework\\db\\oci\\CommandTest::testTransaction":0,"yiiunit\\framework\\db\\oci\\CommandTest::testRetryHandler":0,"yiiunit\\framework\\db\\oci\\CommandTest::testDropView":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindValuesSupportsEnums":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testSerialize":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteTableName":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteColumnName":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteFullColumnName":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionIsolation":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutCustom":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteValue":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testConstruct":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testOpenClose":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testGetDriverName":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransaction":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutException":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutCorrect":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testNestedTransaction":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testNestedTransactionNotSupported":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testEnableQueryLog":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testExceptionContainsRawQuery":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testClone":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testGetPdoAfterClose":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testServerStatusCacheWorks":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testServerStatusCacheCanBeDisabled":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateValueExpectedException":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateValue":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateCompositeKeys":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetTableWithAlias":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testExpresionInAttributeColumnName":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetRelation":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetRelationWithFilter":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testForceMaster":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testSecondTargetAttributeWithError":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCommentColumn":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCommentTable":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testExecuteResetSequence":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInitFixtures":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query with update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query without update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testGetColumnType":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateTableColumnTypes":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #1":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #2":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #3":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #1":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #2":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #3":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #4":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #5":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #6":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #7":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #8":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #9":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #10":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #11":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #12":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #13":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #14":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #15":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #16":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #17":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #18":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #19":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #20":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #21":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #22":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #23":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #24":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #25":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #26":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #27":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #28":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #29":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #30":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #31":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #32":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #33":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #34":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #35":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #36":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #37":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #38":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #39":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #40":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #41":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #42":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #43":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #44":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #45":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #46":0.001,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #47":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #48":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #49":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #50":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #51":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #52":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #53":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #54":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #55":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #56":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #57":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #58":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #59":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #60":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #61":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #62":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #63":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #64":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #65":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #66":0.001,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #67":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #68":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #69":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #70":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #71":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #0":0.001,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #1":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #2":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #3":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #4":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #5":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #6":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #7":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #8":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #9":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #10":0.001,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #11":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #12":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #13":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #14":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #15":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #16":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #17":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #18":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #19":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #20":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #21":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":0.001,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"add\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropCheck with data set \"add\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExists with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExists with data set #1":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExistsWithParameters":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildUnion":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWithQuery":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWithQueryRecursive":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testSelectSubquery":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testComplexSelect":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testSelectExpression":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testFromIndexHint":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testFromSubquery":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testOrderBy":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testGroupBy":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"regular-values\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"carry passed params\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #1":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #2":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #3":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpdate with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testDelete with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildLikeCondition":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testIssue15653":0,"yiiunit\\framework\\db\\oci\\QueryTest::testUnion":0,"yiiunit\\framework\\db\\oci\\QueryTest::testSelect":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFrom":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFromTableIsArrayWithExpression":0,"yiiunit\\framework\\db\\oci\\QueryTest::testWhere":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterWhereWithHashFormat":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterWhereWithOperatorFormat":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterHavingWithHashFormat":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterHavingWithOperatorFormat":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterRecursively":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGroup":0,"yiiunit\\framework\\db\\oci\\QueryTest::testHaving":0,"yiiunit\\framework\\db\\oci\\QueryTest::testOrder":0,"yiiunit\\framework\\db\\oci\\QueryTest::testLimitOffset":0.001,"yiiunit\\framework\\db\\oci\\QueryTest::testLimitOffsetWithExpression":0,"yiiunit\\framework\\db\\oci\\QueryTest::testOne":0,"yiiunit\\framework\\db\\oci\\QueryTest::testExists":0,"yiiunit\\framework\\db\\oci\\QueryTest::testColumn":0,"yiiunit\\framework\\db\\oci\\QueryTest::testAmbiguousColumnIndexBy":0,"yiiunit\\framework\\db\\oci\\QueryTest::testCount":0,"yiiunit\\framework\\db\\oci\\QueryTest::testAndFilterCompare":0,"yiiunit\\framework\\db\\oci\\QueryTest::testCountHavingWithoutGroupBy":0,"yiiunit\\framework\\db\\oci\\QueryTest::testEmulateExecution":0,"yiiunit\\framework\\db\\oci\\QueryTest::testMultipleLikeConditions":0,"yiiunit\\framework\\db\\oci\\QueryTest::testExpressionInFrom":0,"yiiunit\\framework\\db\\oci\\QueryTest::testQueryCache":0,"yiiunit\\framework\\db\\oci\\QueryTest::testQueryCreation":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testAutoincrementDisabled":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testFindUniqueIndexes":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testCompositeFk":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetSchemaNames":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableNames with data set #0":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableNames with data set #1":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemas with data set #0":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemas with data set #1":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemasWithAttrCase":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetNonExistingTableSchema":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testSchemaCache":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testRefreshTableSchema":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetPDOType":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testNegativeDefaultValues":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testColumnSchema":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testContraintTablesExistance":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testAssureMessageSetOnInit":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testCustomMessage":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateInvalidAttribute":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeDefault":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeOfNonARModel":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateNonDatabaseAttribute":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateCompositeKeys":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateTargetClass":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testPrepareParams":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testPrepareQuery":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testAmbiguousColumnName":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testExpressionInAttributeColumnName":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testFindModelWith":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testFindModelJoinWith":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testForceMaster":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testSecondTargetAttributeWithError":0,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testActiveQuery":0.451,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testActiveRelation":0.316,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testActiveRelationVia":0.336,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testActiveRelationViaTable":0.322,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testQuery":0.889,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testRefresh":0.575,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testPaginationBeforeModels":0.573,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":0.57,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testGetData":0.33,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testGetModel":0.322,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testDataDirectory":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testDataPath":0.305,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testTruncate":0.208,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testDifferentModelDb":0.278,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testConstructor":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testTriggerInitEvent":0.284,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testPrepare":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testPopulate_EmptyRows":0.284,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testPopulate_FilledRows":0.342,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testOne":0.308,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testCreateCommand":0.3,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testQueryScalar":0.278,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testJoinWith":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testInnerJoinWith":0.31,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":0.284,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetQueryTableName_from_not_set":0.282,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetQueryTableName_from_set":0.28,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testOnCondition":0.282,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testAndOnCondition_on_not_set":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testAndOnCondition_on_set":0.286,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testOrOnCondition_on_not_set":0.283,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testOrOnCondition_on_set":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testViaTable":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testAlias_not_set":0.309,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testAlias_yet_set":0.283,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_notFilledFrom":0.274,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_wontFillFrom":0.307,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testDeeplyNestedTableRelationWith":0.346,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":0.29,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":0.218,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromString":0.245,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":0.296,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTablesAlias_isFromString":0.287,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":0.288,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0.278,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":0.278,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testBooleanAttribute":0.309,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindAsArray":0.287,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testBooleanValues":0.623,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testBooleanValues2":0.616,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testBooleanDefaultValues":0.309,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testPrimaryKeyAfterSave":0.321,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"simple arrays values\"":0.314,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"null arrays values\"":0.31,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"empty arrays values\"":0.311,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"nested objects\"":0.313,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"arrays packed in classes\"":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"scalars\"":0.303,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testCustomColumns":0.311,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testStatisticalFind":0.289,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindScalar":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindExists":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindColumn":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindBySql":0.304,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testCountWithFindBySql":0.282,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindLazyViaTable":0.337,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEagerViaTable":0.343,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testDeeplyNestedTableRelation":0.311,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testDeeplyNestedTableRelation2":0.326,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testStoreNull":0.395,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testStoreEmpty":0.302,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testIsPrimaryKey":0.318,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWith":0.395,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateSimple":0.318,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":0.35,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":0.254,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":0.35,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":0.312,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":0.314,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":0.345,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":0.339,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithAndScope":0.336,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithVia":0.337,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithEager":0.362,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithAlias with data set #0":0.387,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithSameTable":0.345,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindCompositeRelationWithJoin":0.323,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindSimpleRelationWithJoin":0.328,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRelationWhereParams with data set #0":0.361,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRelationWhereParams with data set #1":0.31,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRelationWhereParams with data set #2":0.307,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRelationWhereParams with data set #3":0.345,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":0.315,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":0.325,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":0.3,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":0.338,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAlias":0.284,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testInverseOf":0.381,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testInverseOfDynamic":0.364,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testDefaultValues":0.308,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAllViaTable":0.346,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testCastValues":0.321,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testIssues":0.354,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":0.311,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testSaveEmpty":0.297,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testOptimisticLock":0.314,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testPopulateWithoutPk":0.263,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testBit":0.254,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":0.313,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":0.323,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUpdateAttributes":0.259,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testEmulateExecution":0.283,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAllOnCondition":0.26,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":0.33,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testIndexByAfterLoadingRelations":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testNoTablenameReplacement":0.316,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAmbiguousColumnFindOne":0.305,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindOneByColumnName":0.316,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":0.277,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":0.275,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":0.284,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":0.271,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":0.282,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":0.308,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":0.307,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":0.305,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":0.311,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":0.321,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":0.309,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":0.333,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":0.305,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":0.308,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":0.317,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":0.274,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":0.312,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":0.286,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":0.288,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":0.296,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":0.332,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAmbiguousColumnIndexBy":0.291,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindWithConstructors":0.342,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testCustomARRelation":0.315,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":0.3,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testResetNotSavedRelation":0.307,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testIssetException":0.316,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testIssetThrowable":0.304,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":0.315,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":0.318,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":0.338,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":0.335,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testVirtualRelation":0.318,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFind":0.322,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testHasAttribute":0.303,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindIndexBy":0.303,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindIndexByAsArray":0.286,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRefresh":0.304,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testEquals":0.313,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindCount":0.287,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindLimit":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindComplexCondition":0.325,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindNullValues":0.329,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testExists":0.295,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindLazy":0.328,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEager":0.35,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindLazyVia":0.326,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindLazyVia2":0.338,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEagerViaRelation":0.33,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindNestedRelation":0.336,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":0.325,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":0.328,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLink":0.339,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlink":0.329,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAll":0.373,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":0.324,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAllAndConditionDelete":0.307,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testInsert":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testExplicitPkOnAutoIncrement":0.283,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUpdate":0.274,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUpdateCounters":0.282,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testDelete":0.308,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAfterFind":0.3,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAfterRefresh":0.286,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEmptyInCondition":0.305,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEagerIndexBy":0.369,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAttributeAccess":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testViaWithCallable":0.328,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #0":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #1":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #2":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #3":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #4":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #5":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #6":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #7":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #8":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #9":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #10":0,"yiiunit\\framework\\db\\pgsql\\BatchQueryResultTest::testQuery":0.56,"yiiunit\\framework\\db\\pgsql\\BatchQueryResultTest::testActiveQuery":0.557,"yiiunit\\framework\\db\\pgsql\\BatchQueryResultTest::testBatchWithoutDbParameter":0.308,"yiiunit\\framework\\db\\pgsql\\BatchQueryResultTest::testBatchWithIndexBy":0.275,"yiiunit\\framework\\db\\pgsql\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":0.283,"yiiunit\\framework\\db\\pgsql\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":0.323,"yiiunit\\framework\\db\\pgsql\\ColumnSchemaBuilderTest::testCustomTypes with data set #2":0.206,"yiiunit\\framework\\db\\pgsql\\ColumnSchemaBuilderTest::testCustomTypes with data set #3":0.277,"yiiunit\\framework\\db\\pgsql\\ColumnSchemaBuilderTest::testCustomTypes with data set #4":0.26,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAutoQuoting":0.203,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBooleanValuesInsert":0.304,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBooleanValuesBatchInsert":0.307,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testLastInsertId":0.283,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testSaveSerializedObject":0.311,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testIssue15827":0.312,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testConstruct":0.29,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetSetSql":0.293,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testPrepareCancel":0.284,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testExecute":0.288,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testQuery":0.293,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindParamValue":0.257,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindParamsNonWhere with data set #0":0.322,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindParamsNonWhere with data set #1":0.318,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindParamsNonWhere with data set #2":0.282,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testFetchMode":0.283,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsert":0.582,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertWithYield":0.308,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertDataTypesLocale":0.238,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":0.243,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":0.264,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":0.316,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchIsert empty rows represented by ArrayObject\"":0.302,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from jsonExpression\"":0.31,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from arrayExpression\"":0.285,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchInsert casts string to int according to the table schema\"":0.292,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchInsert casts JSON to JSONB when column is JSONB\"":0.297,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsert":0.314,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testNoTablenameReplacement":0.316,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertSelect":0.312,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertSelectAlias":0.33,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertSelectFailed with data set #0":0.306,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertSelectFailed with data set #1":0.303,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertSelectFailed with data set #2":0.304,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertExpression":0.305,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testsInsertQueryAsColumnValue":0.245,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testCreateTable":0.302,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAlterTable":0.338,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testDropTable":0.228,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testTruncateTable":0.23,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testRenameTable":0.333,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"regular values\"":0.312,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"regular values with update part\"":0.321,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"regular values without update part\"":0.302,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"query\"":0.315,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"query with update part\"":0.342,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"query without update part\"":0.321,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropPrimaryKey":0.343,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropForeignKey":0.343,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testCreateDropIndex":0.332,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropUnique":0.325,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropCheck":0.295,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropDefaultValue":0,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testIntegrityViolation":0.217,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testQueryCache":0.2,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testColumnCase":0.228,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #0":0.197,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #1":0.255,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #2":0.199,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #3":0.193,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #4":0.205,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #5":0.227,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #6":0.212,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #7":0.253,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #8":0.278,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAutoRefreshTableSchema":0.336,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testTransaction":0.213,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testRetryHandler":0.21,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testCreateView":0.325,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testDropView":0.303,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":0.218,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindValuesSupportsEnums":0.293,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testConnection":0.276,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testQuoteValue":0.253,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testQuoteTableName":0.273,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testQuoteColumnName":0.21,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testQuoteFullColumnName":0.001,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testTransactionIsolation":0.256,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testConstruct":0.29,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testOpenClose":0.009,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":0.015,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testSerialize":0.019,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testGetDriverName":0.001,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testTransaction":0.312,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testTransactionShortcutException":0.281,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testTransactionShortcutCorrect":0.307,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testTransactionShortcutCustom":0.306,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testNestedTransaction":0.287,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testNestedTransactionNotSupported":0.244,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testEnableQueryLog":0.395,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testExceptionContainsRawQuery":0.324,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testClone":0.009,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testGetPdoAfterClose":0.29,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testServerStatusCacheWorks":0.007,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testServerStatusCacheCanBeDisabled":0.006,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testWithCameCasedTableName":0.285,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testValidateValueExpectedException":0.339,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testValidateValue":0.259,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testValidateAttribute":0.321,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testValidateCompositeKeys":0.24,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testTargetTableWithAlias":0.293,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testExpresionInAttributeColumnName":0.298,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testTargetRelation":0.306,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testTargetRelationWithFilter":0.269,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testForceMaster":0.636,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testSecondTargetAttributeWithError":0.312,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAlterColumn":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCommentColumn":0.011,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCommentTable":0.008,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testResetSequence":0.039,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testResetSequencePostgres12":0.352,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testDropIndex":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":0.286,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":0.285,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testGetColumnType":0.002,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateTableColumnTypes":0.082,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFrom with data set #0":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFrom with data set #1":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFrom with data set #2":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFrom with data set #3":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #0":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #1":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #2":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #3":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #4":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #5":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #6":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #7":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #8":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #9":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #10":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #11":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #12":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #13":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #14":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #15":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #16":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #17":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #18":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #19":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #20":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #21":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #22":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #23":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #24":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #25":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #26":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #27":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #28":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #29":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #30":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #31":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #32":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #33":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #34":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #35":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #36":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #37":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #38":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #39":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #40":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #41":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #42":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #43":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #44":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #45":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #46":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #47":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #48":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #49":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #50":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #51":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #52":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #53":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #54":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #55":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #56":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #57":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #58":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #59":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #60":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #61":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #62":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #63":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #64":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #65":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #66":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #67":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #68":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #69":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #70":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #71":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #72":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #73":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #74":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #75":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #76":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #77":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #78":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #79":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #80":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #81":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #82":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #83":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #84":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"scalar can not be converted to array #1\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #85":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #86":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #87":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"array of arrays\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #88":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"array can contain nulls\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"traversable objects are supported\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #89":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #90":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #91":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #92":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #93":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #94":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"nested json\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"null value\"":0.002,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"null as array value\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"null as object value\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #95":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"query\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"query with type\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"array of json expressions\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"Items in ArrayExpression of type json should be casted to Json\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"Two dimension array of text\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"Three dimension array of booleans\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #96":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #97":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #98":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #99":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #100":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #101":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #102":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #103":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #104":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #0":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #1":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #2":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #3":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #4":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #5":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #6":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #7":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #8":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #9":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #10":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #11":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #12":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #13":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #14":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #15":0.002,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #16":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #17":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #18":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #19":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #20":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #21":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":0.377,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":0.286,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":0.284,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":0.321,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":0.289,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":0.291,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":0.295,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":0.281,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":0.293,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":0.262,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":0.286,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":0.279,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropUnique with data set \"add\"":0.239,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":0.227,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":0.283,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropCheck with data set \"add\"":0.28,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWhereExists with data set #0":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWhereExists with data set #1":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWhereExistsWithParameters":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildUnion":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWithQuery":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWithQueryRecursive":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testSelectSubquery":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testComplexSelect":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testSelectExpression":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testFromIndexHint":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testFromSubquery":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testOrderBy":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testGroupBy":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testInsert with data set \"regular-values\"":0.036,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":0.041,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testInsert with data set \"carry passed params\"":0.037,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":0.039,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testInitFixtures":0.301,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"regular values\"":0.045,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":0.045,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":0.046,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"query\"":0.046,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"query with update part\"":0.044,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"query without update part\"":0.047,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":0.045,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":0.051,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":0.046,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":0.047,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":0.042,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"no columns to update\"":0.045,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set #0":0.038,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":0.038,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set #1":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set #2":0.039,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":0.039,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set #3":0.038,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":0.042,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpdate with data set #0":0.037,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpdate with data set #1":0.038,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testDelete with data set #0":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #0":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #1":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #2":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #3":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #4":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #5":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #6":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #7":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #8":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #9":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #10":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #11":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #12":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #13":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #14":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #15":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #16":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #17":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #18":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #19":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #20":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #21":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #22":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #23":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #24":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #25":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testIssue15653":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testBooleanValues":0.316,"yiiunit\\framework\\db\\pgsql\\QueryTest::testSelect":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFrom":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFromTableIsArrayWithExpression":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testWhere":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFilterWhereWithHashFormat":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFilterWhereWithOperatorFormat":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFilterHavingWithHashFormat":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFilterHavingWithOperatorFormat":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFilterRecursively":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGroup":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testHaving":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testOrder":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testLimitOffset":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testLimitOffsetWithExpression":0.287,"yiiunit\\framework\\db\\pgsql\\QueryTest::testUnion":0.285,"yiiunit\\framework\\db\\pgsql\\QueryTest::testOne":0.287,"yiiunit\\framework\\db\\pgsql\\QueryTest::testExists":0.283,"yiiunit\\framework\\db\\pgsql\\QueryTest::testColumn":0.292,"yiiunit\\framework\\db\\pgsql\\QueryTest::testAmbiguousColumnIndexBy":0.288,"yiiunit\\framework\\db\\pgsql\\QueryTest::testCount":0.288,"yiiunit\\framework\\db\\pgsql\\QueryTest::testAndFilterCompare":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testCountHavingWithoutGroupBy":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testEmulateExecution":0.287,"yiiunit\\framework\\db\\pgsql\\QueryTest::testMultipleLikeConditions":0.324,"yiiunit\\framework\\db\\pgsql\\QueryTest::testExpressionInFrom":0.289,"yiiunit\\framework\\db\\pgsql\\QueryTest::testQueryCache":0.288,"yiiunit\\framework\\db\\pgsql\\QueryTest::testQueryCreation":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromString":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testCompositeFk":0.304,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetPDOType":0.242,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBooleanDefaultValues":0.383,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testSequenceName":0.336,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGeneratedValues":0.304,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testPartitionedTable":0.36,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testFindSchemaNames":0.295,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #0":0.304,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #1":0.294,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #2":0.269,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #3":0.309,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #4":0.29,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #5":0.262,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #6":0.311,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testParenthesisDefaultValue":0.313,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTimestampNullDefaultValue":0.318,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testCustomTypeInNonDefaultSchema":0.595,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetSchemaNames":0.296,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetTableNames with data set #0":0.284,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetTableNames with data set #1":0.287,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetTableSchemas with data set #0":0.891,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetTableSchemas with data set #1":0.981,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetTableSchemasWithAttrCase":0.852,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetNonExistingTableSchema":0.293,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testSchemaCache":0.434,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testRefreshTableSchema":0.315,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":0.311,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0.319,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":0.315,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0.319,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":0.407,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":0.327,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testNegativeDefaultValues":0.301,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testColumnSchema":0.307,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":0,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testFindUniqueIndexes":0.353,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testContraintTablesExistance":0.333,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":0.29,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":0.289,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":0.293,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":0.29,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":0.277,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":0.292,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":0.293,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":0.286,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":0.305,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":0.369,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":0.294,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":0.285,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":0.289,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":0.279,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":0.265,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":0.277,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":0.289,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":0.287,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":0.288,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":0.282,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":0.294,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":0.29,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":0.277,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":0.286,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":0.333,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":0.3,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":0.285,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":0.289,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":0.347,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":0.276,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":0.277,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":0.293,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":0.266,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":0.289,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":0.296,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":0.262,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":0.29,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":0.236,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":0.288,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":0.227,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":0.308,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":0.271,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":0.258,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":0.343,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":0.257,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":0.337,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":0.281,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":0.288,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":0.281,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":0.259,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":0.328,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":0.304,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":0.282,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":0.261,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":0.316,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":0.269,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":0.248,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":0.243,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":0.223,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":0.275,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testPrepareParams":0.284,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testAssureMessageSetOnInit":0.217,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testCustomMessage":0.239,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateInvalidAttribute":0.222,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateAttributeDefault":0.229,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateAttributeOfNonARModel":0.194,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateNonDatabaseAttribute":0.211,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":0.192,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateCompositeKeys":0.224,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateTargetClass":0.255,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":0.252,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":0.27,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":0.287,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":0.237,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":0.227,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":0.21,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testPrepareQuery":0.603,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testAmbiguousColumnName":0.281,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testExpressionInAttributeColumnName":0.311,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testFindModelWith":0.315,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testFindModelJoinWith":0.34,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testForceMaster":0.625,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testSecondTargetAttributeWithError":0.294,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testActiveQuery":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testActiveRelation":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testActiveRelationVia":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testActiveRelationViaTable":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testQuery":0.016,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testRefresh":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testPaginationBeforeModels":0.012,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testGetData":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testGetModel":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testDataDirectory":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testDataPath":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testTruncate":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testDifferentModelDb":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testConstructor":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testTriggerInitEvent":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testPrepare":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testPopulate_EmptyRows":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testPopulate_FilledRows":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testOne":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testCreateCommand":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testQueryScalar":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testJoinWith":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testInnerJoinWith":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetQueryTableName_from_not_set":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetQueryTableName_from_set":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testOnCondition":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testAndOnCondition_on_not_set":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testAndOnCondition_on_set":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testOrOnCondition_on_not_set":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testOrOnCondition_on_set":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testViaTable":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testAlias_not_set":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testAlias_yet_set":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_notFilledFrom":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_wontFillFrom":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testDeeplyNestedTableRelationWith":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromString":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTablesAlias_isFromString":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testCustomColumns":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testStatisticalFind":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindScalar":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindExists":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindColumn":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindBySql":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testCountWithFindBySql":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindLazyViaTable":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEagerViaTable":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testDeeplyNestedTableRelation":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testDeeplyNestedTableRelation2":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testStoreNull":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testStoreEmpty":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testIsPrimaryKey":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWith":0.017,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateSimple":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithAndScope":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithVia":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithEager":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithAlias with data set #0":0.019,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithSameTable":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindCompositeRelationWithJoin":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindSimpleRelationWithJoin":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRelationWhereParams with data set #0":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRelationWhereParams with data set #1":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRelationWhereParams with data set #2":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRelationWhereParams with data set #3":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAlias":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testInverseOf":0.013,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testInverseOfDynamic":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testDefaultValues":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAllViaTable":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testCastValues":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testIssues":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testSaveEmpty":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testOptimisticLock":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testPopulateWithoutPk":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testBit":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUpdateAttributes":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testEmulateExecution":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAllOnCondition":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testIndexByAfterLoadingRelations":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testNoTablenameReplacement":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAmbiguousColumnFindOne":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindOneByColumnName":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAmbiguousColumnIndexBy":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindWithConstructors":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testCustomARRelation":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testResetNotSavedRelation":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testIssetException":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testIssetThrowable":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testVirtualRelation":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFind":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindAsArray":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testHasAttribute":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindIndexBy":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindIndexByAsArray":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRefresh":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testEquals":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindCount":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindLimit":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindComplexCondition":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindNullValues":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testExists":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindLazy":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEager":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindLazyVia":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindLazyVia2":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEagerViaRelation":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindNestedRelation":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLink":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlink":0.013,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAll":0.011,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAllAndConditionDelete":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testInsert":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testExplicitPkOnAutoIncrement":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUpdate":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUpdateCounters":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testDelete":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testBooleanAttribute":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAfterFind":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAfterRefresh":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEmptyInCondition":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEagerIndexBy":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAttributeAccess":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testViaWithCallable":0.008,"yiiunit\\framework\\db\\sqlite\\BatchQueryResultTest::testQuery":0.008,"yiiunit\\framework\\db\\sqlite\\BatchQueryResultTest::testActiveQuery":0.011,"yiiunit\\framework\\db\\sqlite\\BatchQueryResultTest::testBatchWithoutDbParameter":0.006,"yiiunit\\framework\\db\\sqlite\\BatchQueryResultTest::testBatchWithIndexBy":0.004,"yiiunit\\framework\\db\\sqlite\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":0.006,"yiiunit\\framework\\db\\sqlite\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":0.005,"yiiunit\\framework\\db\\sqlite\\ColumnSchemaBuilderTest::testCustomTypes with data set #2":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAutoQuoting":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"regular values\"":0.015,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"regular values with update part\"":0.019,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"regular values without update part\"":0.011,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"query\"":0.014,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"query with update part\"":0.017,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"query without update part\"":0.011,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropPrimaryKey":0,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropForeignKey":0,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropUnique":0.001,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropCheck":0.001,"yiiunit\\framework\\db\\sqlite\\CommandTest::testMultiStatementSupport":0.009,"yiiunit\\framework\\db\\sqlite\\CommandTest::testResetSequence":0.043,"yiiunit\\framework\\db\\sqlite\\CommandTest::testResetSequenceExceptionTableNoExist":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testResetSequenceExceptionSquenceNoExist":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testConstruct":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetSetSql":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testPrepareCancel":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testExecute":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testQuery":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindParamValue":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindParamsNonWhere with data set #0":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindParamsNonWhere with data set #1":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindParamsNonWhere with data set #2":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testFetchMode":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsert":0.01,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsertWithYield":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsertDataTypesLocale":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsertSQL with data set \"batchIsert empty rows represented by ArrayObject\"":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsert":0.004,"yiiunit\\framework\\db\\sqlite\\CommandTest::testNoTablenameReplacement":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertSelect":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertSelectAlias":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertSelectFailed with data set #0":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertSelectFailed with data set #1":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertSelectFailed with data set #2":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertExpression":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testsInsertQueryAsColumnValue":0.004,"yiiunit\\framework\\db\\sqlite\\CommandTest::testCreateTable":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAlterTable":0,"yiiunit\\framework\\db\\sqlite\\CommandTest::testDropTable":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testTruncateTable":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testRenameTable":0.011,"yiiunit\\framework\\db\\sqlite\\CommandTest::testCreateDropIndex":0.01,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropDefaultValue":0.001,"yiiunit\\framework\\db\\sqlite\\CommandTest::testIntegrityViolation":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testLastInsertId":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testQueryCache":0.004,"yiiunit\\framework\\db\\sqlite\\CommandTest::testColumnCase":0.004,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #0":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #1":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #2":0.008,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #3":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #4":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #5":0.008,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #6":0.004,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #7":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAutoRefreshTableSchema":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testTransaction":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testRetryHandler":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testCreateView":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testDropView":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindValuesSupportsEnums":0.005,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testConstruct":0.003,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testQuoteValue":0.004,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testTransactionIsolation":0.004,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testMasterSlave":4.706,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testMastersShuffled":3.714,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testMastersSequential":1.853,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testRestoreMasterAfterException":0.589,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testAliasDbPath":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testExceptionContainsRawQuery":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testOpenClose":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testSerialize":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testGetDriverName":0,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testQuoteTableName":0,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testQuoteColumnName":0,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testQuoteFullColumnName":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testTransaction":0.007,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testTransactionShortcutException":0.006,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testTransactionShortcutCorrect":0.005,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testTransactionShortcutCustom":0.004,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testNestedTransaction":0.005,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testNestedTransactionNotSupported":0.005,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testEnableQueryLog":0.007,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testClone":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testGetPdoAfterClose":0.007,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testServerStatusCacheWorks":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testServerStatusCacheCanBeDisabled":0.001,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testValidateValueExpectedException":0.006,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testValidateValue":0.008,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testValidateAttribute":0.007,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testValidateCompositeKeys":0.007,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testTargetTableWithAlias":0.006,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testExpresionInAttributeColumnName":0.007,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testTargetRelation":0.006,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testTargetRelationWithFilter":0.006,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testForceMaster":0.008,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testSecondTargetAttributeWithError":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCommentColumn":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCommentTable":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsertOnOlderVersions":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testRenameTable":0.002,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildUnion":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWithQuery":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testResetSequence":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropUnique with data set \"add\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropCheck with data set \"add\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testGetColumnType":0.002,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateTableColumnTypes":0.002,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFrom with data set #0":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFrom with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFrom with data set #2":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFrom with data set #3":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #0":0.002,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #2":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #3":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #4":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #5":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #6":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #7":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #8":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #9":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #10":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #11":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #12":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #13":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #14":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #15":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #16":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #17":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #18":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #19":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #20":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #21":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #22":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #23":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #24":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #25":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #26":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #27":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #28":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #29":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #30":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #31":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #32":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #33":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #34":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #35":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #36":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #37":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #38":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #39":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #40":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #41":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #42":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #43":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #44":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #45":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #46":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #47":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #48":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #49":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #50":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #51":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #52":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #53":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #54":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #55":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #56":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #57":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #58":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #59":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #60":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #61":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #62":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #63":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #64":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #65":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #66":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #67":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #68":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #69":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #0":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #2":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #3":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #4":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #5":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #6":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #7":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #8":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #9":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #10":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #11":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #12":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #13":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #14":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #15":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #16":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #17":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #18":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #19":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #20":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #21":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"with schema\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWhereExists with data set #0":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWhereExists with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWhereExistsWithParameters":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWithQueryRecursive":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testSelectSubquery":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testComplexSelect":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testSelectExpression":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testFromIndexHint":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testFromSubquery":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testOrderBy":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testGroupBy":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testInsert with data set \"regular-values\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testInsert with data set \"carry passed params\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testInitFixtures":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"regular values\"":0.008,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"query\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"query with update part\"":0.008,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"query without update part\"":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":0.01,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"no columns to update\"":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set #0":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set #2":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set #3":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpdate with data set #0":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testDelete with data set #0":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #0":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #2":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #3":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #4":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #5":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #6":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #7":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #8":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #9":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #10":0.002,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #11":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #12":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #13":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #14":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #15":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #16":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #17":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #18":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #19":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #20":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #21":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #22":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #23":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #24":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #25":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testIssue15653":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testUnion":0.006,"yiiunit\\framework\\db\\sqlite\\QueryTest::testSelect":0.001,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFrom":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFromTableIsArrayWithExpression":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testWhere":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFilterWhereWithHashFormat":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFilterWhereWithOperatorFormat":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFilterHavingWithHashFormat":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFilterHavingWithOperatorFormat":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFilterRecursively":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGroup":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testHaving":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testOrder":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testLimitOffset":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testLimitOffsetWithExpression":0.006,"yiiunit\\framework\\db\\sqlite\\QueryTest::testOne":0.007,"yiiunit\\framework\\db\\sqlite\\QueryTest::testExists":0.003,"yiiunit\\framework\\db\\sqlite\\QueryTest::testColumn":0.003,"yiiunit\\framework\\db\\sqlite\\QueryTest::testAmbiguousColumnIndexBy":0.005,"yiiunit\\framework\\db\\sqlite\\QueryTest::testCount":0.006,"yiiunit\\framework\\db\\sqlite\\QueryTest::testAndFilterCompare":0.001,"yiiunit\\framework\\db\\sqlite\\QueryTest::testCountHavingWithoutGroupBy":0.001,"yiiunit\\framework\\db\\sqlite\\QueryTest::testEmulateExecution":0.006,"yiiunit\\framework\\db\\sqlite\\QueryTest::testMultipleLikeConditions":0.009,"yiiunit\\framework\\db\\sqlite\\QueryTest::testExpressionInFrom":0.005,"yiiunit\\framework\\db\\sqlite\\QueryTest::testQueryCache":0.006,"yiiunit\\framework\\db\\sqlite\\QueryTest::testQueryCreation":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromAliasedSubquery":0.001,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetSchemaNames":0,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testCompositeFk":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #0":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #1":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #2":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #3":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #4":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #5":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetTableNames with data set #0":0.012,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetTableNames with data set #1":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetTableSchemas with data set #0":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetTableSchemas with data set #1":0.02,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetTableSchemasWithAttrCase":0.013,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetNonExistingTableSchema":0.013,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testSchemaCache":0.015,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testRefreshTableSchema":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetPDOType":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testNegativeDefaultValues":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testColumnSchema":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":0,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testFindUniqueIndexes":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testContraintTablesExistance":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":0.003,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"5: primary key\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":0.009,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":0.009,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":0.003,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":0.01,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"5: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":0.003,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":0.009,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"5: primary key\"":0.005,"yiiunit\\framework\\db\\sqlite\\SqlTokenizerTest::testTokenizer with data set \"complex\"":0.024,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testAssureMessageSetOnInit":0.005,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testCustomMessage":0.004,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateInvalidAttribute":0.005,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateAttributeDefault":0.01,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateAttributeOfNonARModel":0.006,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateNonDatabaseAttribute":0.006,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":0.005,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateCompositeKeys":0.009,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateTargetClass":0.007,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":0.004,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":0.004,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":0.006,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":0.007,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testPrepareParams":0.006,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":0.007,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":0.005,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testPrepareQuery":0.009,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testAmbiguousColumnName":0.004,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testExpressionInAttributeColumnName":0.004,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testFindModelWith":0.009,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testFindModelJoinWith":0.006,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testForceMaster":0.011,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testSecondTargetAttributeWithError":0.006,"yiiunit\\framework\\di\\ContainerTest::testDefault":0.006,"yiiunit\\framework\\di\\ContainerTest::testInvoke":0.001,"yiiunit\\framework\\di\\ContainerTest::testAssociativeInvoke":0,"yiiunit\\framework\\di\\ContainerTest::testResolveCallableDependencies":0,"yiiunit\\framework\\di\\ContainerTest::testOptionalDependencies":0.001,"yiiunit\\framework\\di\\ContainerTest::testSetDependencies":0,"yiiunit\\framework\\di\\ContainerTest::testStaticCall":0.001,"yiiunit\\framework\\di\\ContainerTest::testObject":0,"yiiunit\\framework\\di\\ContainerTest::testDi3Compatibility":0,"yiiunit\\framework\\di\\ContainerTest::testInstanceOf":0,"yiiunit\\framework\\di\\ContainerTest::testReferencesInArrayInDependencies":0.001,"yiiunit\\framework\\di\\ContainerTest::testGetByInstance":0,"yiiunit\\framework\\di\\ContainerTest::testWithoutDefinition":0,"yiiunit\\framework\\di\\ContainerTest::testGetByClassIndirectly":0,"yiiunit\\framework\\di\\ContainerTest::testThrowingNotFoundException":0,"yiiunit\\framework\\di\\ContainerTest::testContainerSingletons":0,"yiiunit\\framework\\di\\ContainerTest::testDelayedInitializationOfSubArray":0,"yiiunit\\framework\\di\\ContainerTest::testNulledConstructorParameters":0.002,"yiiunit\\framework\\di\\ContainerTest::testNamedConstructorParameters":0.001,"yiiunit\\framework\\di\\ContainerTest::testInvalidConstructorParameters":0,"yiiunit\\framework\\di\\ContainerTest::testNotInstantiableException with data set #0":0,"yiiunit\\framework\\di\\ContainerTest::testNotInstantiableException with data set #1":0.001,"yiiunit\\framework\\di\\ContainerTest::testNullTypeConstructorParameters":0.001,"yiiunit\\framework\\di\\ContainerTest::testUnionTypeWithNullConstructorParameters":0.001,"yiiunit\\framework\\di\\ContainerTest::testUnionTypeWithoutNullConstructorParameters":0.001,"yiiunit\\framework\\di\\ContainerTest::testUnionTypeWithClassConstructorParameters":0.001,"yiiunit\\framework\\di\\ContainerTest::testResolveCallableDependenciesUnionTypes":0.001,"yiiunit\\framework\\di\\ContainerTest::testResolveCallableDependenciesIntersectionTypes":0.002,"yiiunit\\framework\\di\\InstanceTest::testOf":0,"yiiunit\\framework\\di\\InstanceTest::testEnsure":0,"yiiunit\\framework\\di\\InstanceTest::testEnsure_NonExistingComponentException":0,"yiiunit\\framework\\di\\InstanceTest::testEnsure_NonExistingClassException":0,"yiiunit\\framework\\di\\InstanceTest::testEnsure_WithoutType":0,"yiiunit\\framework\\di\\InstanceTest::testEnsure_MinimalSettings":0,"yiiunit\\framework\\di\\InstanceTest::testExceptionRefersTo":0,"yiiunit\\framework\\di\\InstanceTest::testExceptionInvalidDataType":0,"yiiunit\\framework\\di\\InstanceTest::testExceptionComponentIsNotSpecified":0,"yiiunit\\framework\\di\\InstanceTest::testGet":0,"yiiunit\\framework\\di\\InstanceTest::testLazyInitializationExample":0,"yiiunit\\framework\\di\\InstanceTest::testRestoreAfterVarExport":0.001,"yiiunit\\framework\\di\\InstanceTest::testRestoreAfterVarExportRequiresId":0,"yiiunit\\framework\\di\\InstanceTest::testExceptionInvalidDataTypeInArray":0,"yiiunit\\framework\\di\\ServiceLocatorTest::testCallable":0,"yiiunit\\framework\\di\\ServiceLocatorTest::testObject":0,"yiiunit\\framework\\di\\ServiceLocatorTest::testDi3Compatibility":0,"yiiunit\\framework\\di\\ServiceLocatorTest::testShared":0,"yiiunit\\framework\\di\\ServiceLocatorTest::testModulePropertyIsset":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchAction":0.006,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchController":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchControllerWildcard":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #0":0.009,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #1":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #2":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #3":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #4":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #5":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #6":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #7":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #8":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #9":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #10":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #11":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #12":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #13":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #14":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #15":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #16":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #17":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #18":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #19":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRoleWithoutUser":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRoleSpecial":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRolesAndPermissions":0.008,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRoleWithRoleParamsCallable":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchVerb":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchIP":0.002,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchIPWildcard":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchIPMask":0.001,"yiiunit\\framework\\filters\\AjaxFilterTest::testFilter":0.003,"yiiunit\\framework\\filters\\ContentNegotiatorTest::testWhenLanguageGETParamIsArray":0.001,"yiiunit\\framework\\filters\\ContentNegotiatorTest::testWhenFormatGETParamIsArray":0.001,"yiiunit\\framework\\filters\\ContentNegotiatorTest::testVaryHeader":0.001,"yiiunit\\framework\\filters\\ContentNegotiatorTest::testNegotiateContentType":0.001,"yiiunit\\framework\\filters\\CorsTest::testPreflight":0.001,"yiiunit\\framework\\filters\\CorsTest::testWildcardOrigin":0,"yiiunit\\framework\\filters\\CorsTest::testAccessControlAllowHeadersPreflight":0,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #0":0.001,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #1":0.001,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #2":0.002,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #3":0.005,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #4":0.001,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #5":0.001,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #6":0.002,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #7":0.001,"yiiunit\\framework\\filters\\HostControlTest::testDenyCallback":0,"yiiunit\\framework\\filters\\HostControlTest::testDefaultHost":0,"yiiunit\\framework\\filters\\HostControlTest::testErrorHandlerWithDefaultHost":0,"yiiunit\\framework\\filters\\HttpCacheTest::testDisabled":0,"yiiunit\\framework\\filters\\HttpCacheTest::testEmptyPragma":0,"yiiunit\\framework\\filters\\HttpCacheTest::testValidateCache":0.001,"yiiunit\\framework\\filters\\HttpCacheTest::testGenerateEtag":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #0":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #1":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #2":0.003,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #3":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #4":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #5":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #6":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #7":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #8":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #9":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testExpired":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testVaryByRoute":0.002,"yiiunit\\framework\\filters\\PageCacheTest::testVariations":0.002,"yiiunit\\framework\\filters\\PageCacheTest::testDependency":0.003,"yiiunit\\framework\\filters\\PageCacheTest::testCalculateCacheKey":0,"yiiunit\\framework\\filters\\PageCacheTest::testClosureVariations":0,"yiiunit\\framework\\filters\\RateLimiterTest::testInitFilledRequest":0.002,"yiiunit\\framework\\filters\\RateLimiterTest::testInitNotFilledRequest":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testInitFilledResponse":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testInitNotFilledResponse":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testBeforeActionUserInstanceOfRateLimitInterface":0.002,"yiiunit\\framework\\filters\\RateLimiterTest::testBeforeActionUserNotInstanceOfRateLimitInterface":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testBeforeActionEmptyUser":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testCheckRateLimitTooManyRequests":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testCheckRateaddRateLimitHeaders":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testAddRateLimitHeadersDisabledRateLimitHeaders":0,"yiiunit\\framework\\filters\\RateLimiterTest::testAddRateLimitHeadersEnabledRateLimitHeaders":0,"yiiunit\\framework\\filters\\RateLimiterTest::testUserWithClosureFunction":0,"yiiunit\\framework\\filters\\auth\\AuthMethodTest::testBeforeAction":0.003,"yiiunit\\framework\\filters\\auth\\AuthMethodTest::testIsOptional":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testQueryParamAuth with data set #0":0.011,"yiiunit\\framework\\filters\\auth\\AuthTest::testQueryParamAuth with data set #1":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testQueryParamAuth with data set #2":0.003,"yiiunit\\framework\\filters\\auth\\AuthTest::testQueryParamAuth with data set #3":0.002,"yiiunit\\framework\\filters\\auth\\AuthTest::testQueryParamAuth with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpHeaderAuth with data set #0":0.003,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpHeaderAuth with data set #1":0.003,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpHeaderAuth with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpHeaderAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpHeaderAuth with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpBearerAuth with data set #0":0.003,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpBearerAuth with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpBearerAuth with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpBearerAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpBearerAuth with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testActive with data set #0":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testActive with data set #1":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testActive with data set #2":0,"yiiunit\\framework\\filters\\auth\\AuthTest::testActive with data set #3":0,"yiiunit\\framework\\filters\\auth\\AuthTest::testHeaders":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuth with data set #0":0.003,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuth with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuth with data set #2":0.004,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuth with data set #4":0,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithHttpAuthorizationHeader with data set #0":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithHttpAuthorizationHeader with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithHttpAuthorizationHeader with data set #2":0.003,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithHttpAuthorizationHeader with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithHttpAuthorizationHeader with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithRedirectHttpAuthorizationHeader with data set #0":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithRedirectHttpAuthorizationHeader with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithRedirectHttpAuthorizationHeader with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithRedirectHttpAuthorizationHeader with data set #3":0.038,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithRedirectHttpAuthorizationHeader with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthCustom with data set #0":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthCustom with data set #1":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthCustom with data set #2":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthCustom with data set #3":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthCustom with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthIssue15658 with data set #0":0.004,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthIssue15658 with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthIssue15658 with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthIssue15658 with data set #3":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthIssue15658 with data set #4":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testAfterLoginEventIsTriggered18031 with data set #0":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testAfterLoginEventIsTriggered18031 with data set #1":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testAfterLoginEventIsTriggered18031 with data set #2":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testAfterLoginEventIsTriggered18031 with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testAfterLoginEventIsTriggered18031 with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testQueryParamAuth with data set #0":0.003,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testQueryParamAuth with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testQueryParamAuth with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testQueryParamAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testQueryParamAuth with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpHeaderAuth with data set #0":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpHeaderAuth with data set #1":0.003,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpHeaderAuth with data set #2":0.003,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpHeaderAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpHeaderAuth with data set #4":0,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBearerAuth with data set #0":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBearerAuth with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBearerAuth with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBearerAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBearerAuth with data set #4":0,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testActive with data set #0":0,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHeaders":0,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCallingRunWithCompleteRoute":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testRunAction":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testRunButWithActionIdOnly":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testRunWithWrongToken":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testRunWithoutAuthHeader":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testRunWithOptionalAction":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #0":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #1":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #2":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #5":0.001,"yiiunit\\framework\\grid\\ActionColumnTest::testInit":0.002,"yiiunit\\framework\\grid\\ActionColumnTest::testRenderDataCell":0.001,"yiiunit\\framework\\grid\\CheckboxColumnTest::testInputName":0.013,"yiiunit\\framework\\grid\\CheckboxColumnTest::testInputValue":0.001,"yiiunit\\framework\\grid\\CheckboxColumnTest::testContent":0.001,"yiiunit\\framework\\grid\\DataColumnTest::testColumnLabels_OnEmpty_ArrayProvider":0.001,"yiiunit\\framework\\grid\\DataColumnTest::testColumnLabels_OnEmpty_ArrayProvider_WithFilterModel":0,"yiiunit\\framework\\grid\\DataColumnTest::testFilterInput_String":0,"yiiunit\\framework\\grid\\DataColumnTest::testFilterHasMaxLengthWhenIsAnActiveTextInput":0.001,"yiiunit\\framework\\grid\\DataColumnTest::testFilterInput_Array":0.001,"yiiunit\\framework\\grid\\DataColumnTest::testFilterInput_FormatBoolean":0.001,"yiiunit\\framework\\grid\\DataColumnTest::testFilterInputWithFilterAttribute":0.001,"yiiunit\\framework\\grid\\GridViewTest::testEmpty with data set #0":0.009,"yiiunit\\framework\\grid\\GridViewTest::testEmpty with data set #1":0.001,"yiiunit\\framework\\grid\\GridViewTest::testEmpty with data set #2":0.001,"yiiunit\\framework\\grid\\GridViewTest::testGuessColumns":0.001,"yiiunit\\framework\\grid\\GridViewTest::testFooter":0.001,"yiiunit\\framework\\grid\\RadiobuttonColumnTest::testException":0.001,"yiiunit\\framework\\grid\\RadiobuttonColumnTest::testOptionsByArray":0,"yiiunit\\framework\\grid\\RadiobuttonColumnTest::testOptionsByCallback":0,"yiiunit\\framework\\grid\\RadiobuttonColumnTest::testContent":0,"yiiunit\\framework\\grid\\RadiobuttonColumnTest::testMultipleInGrid":0.005,"yiiunit\\framework\\helpers\\ArrayHelperTest::testToArray":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRemove":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRemoveValueMultiple":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRemoveValueNotExisting":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisort":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisortNestedObjects":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisortUseSort":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisortClosure":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisortInvalidArgumentExceptionDirection":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisortInvalidArgumentExceptionSortFlag":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMerge":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMergeWithNumericKeys":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMergeWithUnset":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMergeWithReplace":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMergeWithNullValues":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMergeEmpty":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::test":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIndex":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIndexGroupBy":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIndexFloat":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetColumn":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMap":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testKeyExists":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testKeyExistsArrayAccess":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testKeyExistsArrayAccessCaseInsensitiveThrowsError":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #0":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #1":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #2":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #3":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #4":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #5":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #6":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #7":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #8":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #9":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #10":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #11":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #12":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #13":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #14":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #15":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #16":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueObjects":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueNonexistingProperties1":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueNonexistingPropertiesForArrayObject":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueFromArrayAccess":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueWithDotsFromArrayAccess":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueNonexistingArrayAccess":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #0":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #1":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #2":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #3":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #4":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #5":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #6":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #7":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #8":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #9":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #10":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #11":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #12":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #13":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #14":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsAssociative":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsIndexed":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testHtmlEncode":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testHtmlDecode":0.002,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsIn":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsInStrict":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testInException":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsSubset":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsSubsetException":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsArray":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testFilter":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testFilterForIntegerKeys":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testFilterWithInvalidValues":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testArrayAccessWithPublicProperty":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testArrayAccessWithMagicProperty":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRecursiveSort with data set #0":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRecursiveSort with data set #1":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRecursiveSort with data set #2":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRecursiveSort with data set #3":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRecursiveSort with data set #4":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::renderColoredString":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withoutColors":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withColors with data set #0":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withColors with data set #1":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withColors with data set #2":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withColors with data set #3":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withColors with data set #4":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::testAnsiStrlen":0,"yiiunit\\framework\\helpers\\ConsoleTest::testStripAnsiFormat":0.001,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #0":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #1":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #2":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #3":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #4":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #5":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #6":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #7":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #8":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #9":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #10":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #11":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #12":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #13":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #14":0,"yiiunit\\framework\\helpers\\ConsoleTest::testErrorSummary":0,"yiiunit\\framework\\helpers\\ConsoleTest::testInput":0,"yiiunit\\framework\\helpers\\ConsoleTest::testOutput":0,"yiiunit\\framework\\helpers\\ConsoleTest::testError":0,"yiiunit\\framework\\helpers\\ConsoleTest::testPrompt":0,"yiiunit\\framework\\helpers\\ConsoleTest::testConfirm":0,"yiiunit\\framework\\helpers\\ConsoleTest::testSelect":0,"FileHelperTest::testCreateDirectory":0.003,"FileHelperTest::testCopyDirectory":0.008,"FileHelperTest::testCopyDirectoryRecursive":0.018,"FileHelperTest::testCopyDirectoryNotRecursive":0.006,"FileHelperTest::testCopyDirectoryPermissions":0.004,"FileHelperTest::testCopyDirectoryToItself":0.002,"FileHelperTest::testCopyDirToSubdirOfItself":0.004,"FileHelperTest::testCopyDirToAnotherWithSameName":0.004,"FileHelperTest::testCopyDirWithSameName":0.003,"FileHelperTest::testRemoveDirectory":0.004,"FileHelperTest::testRemoveDirectorySymlinks1":0.007,"FileHelperTest::testRemoveDirectorySymlinks2":0.006,"FileHelperTest::testFindFiles":0.005,"FileHelperTest::testFindFileFilter":0.003,"FileHelperTest::testFindFilesRecursiveWithSymLink":0.003,"FileHelperTest::testFindFilesNotRecursive":0.004,"FileHelperTest::testFindFilesExclude":0.026,"FileHelperTest::testFindFilesCaseSensitive":0.005,"FileHelperTest::testGetMimeTypeByExtension":0.008,"FileHelperTest::testGetMimeType":0.165,"FileHelperTest::testGetUploadedImageMimeTypes":0.004,"FileHelperTest::testNormalizePath":0.002,"FileHelperTest::testLocalizedDirectory":0.003,"FileHelperTest::testCopyDirectoryExclude":0.007,"FileHelperTest::testCopyDirectoryEmptyDirectories":0.011,"FileHelperTest::testCopyDirectoryNoEmptyDirectories":0.009,"FileHelperTest::testFindDirectories":0.009,"FileHelperTest::testChangeOwnership":0.005,"FileHelperTest::testChangeOwnershipNonExistingUser":0.008,"FileHelperTest::testChangeOwnershipInvalidArguments with data set #0":0.002,"FileHelperTest::testChangeOwnershipInvalidArguments with data set #1":0.002,"FileHelperTest::testChangeOwnershipInvalidArguments with data set #2":0.002,"FileHelperTest::testChangeOwnershipInvalidArguments with data set #3":0.002,"FileHelperTest::testChangeOwnershipInvalidArguments with data set #4":0.002,"FileHelperTest::testGetExtensionsByMimeType with data set #0":0.002,"FileHelperTest::testGetExtensionsByMimeType with data set #1":0.001,"FileHelperTest::testGetExtensionByMimeType with data set #0":0.005,"FileHelperTest::testGetExtensionByMimeType with data set #1":0.001,"FileHelperTest::testGetExtensionByMimeType with data set #2":0.001,"FileHelperTest::testGetExtensionByMimeType with data set #3":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToPhpShortForm":0.024,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToPhpShortFormDefaultLang":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToPhpShortFormTime":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToPhpShortFormDateTime":0.007,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpMixedPatterns":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"two single quotes produce one\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"era designator like (Anno Domini)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"4digit year #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"4digit year #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"2digit year number\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"extended year e.g. 4601\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"cyclic year name, as in Chinese lunar calendar\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"related Gregorian year e.g. 1996\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"number of quarter\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"quarter 2nd quarter\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"number of quarter 2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"number of Stand Alone quarter\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Numeric representation of a month, without leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Numeric representation of a month, with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"A short textual representation of a month, three letters\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"A full textual representation of a month, such as January or March\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"MMMMM\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Stand alone month in year #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Stand alone month in year #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Stand alone month in year #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Stand alone month in year #4\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Stand alone month in year #5\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ISO-8601 week number of year #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ISO-8601 week number of year #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"week of the current month\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"day without leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"day with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"day of the year 0 to 365\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Day of Week in Month. eg. 2nd Wednesday in July\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Modified Julian day. This is different from the conventional Julian day number in two regards.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"day of week written in short form eg. Sun\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"EE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"EEE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"day of week fully written eg. Sunday\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"EEEEE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"EEEEEE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ISO-8601 numeric representation of the day of the week 1=Mon to 7=Sun #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"eee\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"eeee\"":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"eeeee\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"eeeeee\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ISO-8601 numeric representation of the day of the week 1=Mon to 7=Sun #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"cccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ccccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"cccccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"AM\/PM marker\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"12-hour format of an hour without leading zeros 1 to 12h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"12-hour format of an hour with leading zeros, 01 to 12 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"24-hour format of an hour without leading zeros 0 to 23h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"24-hour format of an hour with leading zeros, 00 to 23 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"hour in day (1~24) #1\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"hour in day (1~24) #2\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"hour in am\/pm (0~11) #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"hour in am\/pm (0~11) #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Minutes without leading zeros, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Minutes with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Seconds, without leading zeros, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Seconds, with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"fractional second #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"fractional second #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"fractional second #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"fractional second #4\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"milliseconds in day\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Timezone abbreviation #1\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Timezone abbreviation #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Timezone abbreviation #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Timezone full name, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: long localized GMT (=OOOO) e.g. GMT-08:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"TIme Zone: ISO8601 extended hms? (=XXXXX)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: short localized GMT e.g. GMT-8\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: long localized GMT (=ZZZZ) e.g. GMT-08:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: generic non-location (falls back first to VVVV and then to OOOO) using the ICU defined fallback here #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: generic non-location (falls back first to VVVV and then to OOOO) using the ICU defined fallback here #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: short time zone ID\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: long time zone ID\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: time zone exemplar city\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: generic location (falls back to OOOO) using the ICU defined fallback here\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hm?, with Z for 0, e.g. -08, +0530, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hm, with Z, e.g. -0800, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 extended hm, with Z, e.g. -08:00, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hms?, with Z, e.g. -0800, -075258, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 extended hms?, with Z, e.g. -08:00, -07:52:58, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hm?, without Z for 0, e.g. -08, +0530\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hm, without Z, e.g. -0800\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 extended hm, without Z, e.g. -08:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hms?, without Z, e.g. -0800, -075258\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 extended hms?, without Z, e.g. -08:00, -07:52:58\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJui":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToJuiShortForm":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToJuiShortFormDefaultLang":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToJuiShortFormTime":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToJuiShortFormDateTime":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"era designator like (Anno Domini)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"4digit year e.g. 2014 #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"4digit year e.g. 2014 #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"2digit year number eg. 14\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"extended year e.g. 4601\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"cyclic year name, as in Chinese lunar calendar\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"related Gregorian year e.g. 1996\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"number of quarter\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"number of Stand Alone quarter\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Numeric representation of a month, without leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Numeric representation of a month, with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"A short textual representation of a month, three letters\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"A full textual representation of a month, such as January or March\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"MMMMM\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Stand alone month in year #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Stand alone month in year #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Stand alone month in year #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Stand alone month in year #4\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Stand alone month in year #5\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ISO-8601 week number of year #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ISO-8601 week number of year #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"week of the current month\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"day without leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"day with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"day of the year 0 to 365\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Day of Week in Month. eg. 2nd Wednesday in July\"":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Modified Julian day. This is different from the conventional Julian day number in two regards.\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"day of week written in short form eg. Sun\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"EE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"EEE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"day of week fully written eg. Sunday\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"EEEEE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"EEEEEE\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ISO-8601 numeric representation of the day of the week 1=Mon to 7=Sun #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"eee\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"eeee\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"eeeee\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"eeeeee\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ISO-8601 numeric representation of the day of the week 1=Mon to 7=Sun #2\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"cccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ccccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"cccccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"am\/pm marker\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"12-hour format of an hour without leading zeros 1 to 12h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"12-hour format of an hour with leading zeros, 01 to 12 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"24-hour format of an hour without leading zeros 0 to 23h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"24-hour format of an hour with leading zeros, 00 to 23 h\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"hour in day (1~24) #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"hour in day (1~24) #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"hour in am\/pm (0~11) #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"hour in am\/pm (0~11) #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Minutes without leading zeros, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Minutes with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Seconds, without leading zeros, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Seconds, with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"fractional second #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"fractional second #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"fractional second #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"fractional second #4\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"milliseconds in day\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Timezone abbreviation #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Timezone abbreviation #2\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Timezone abbreviation #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Timezone full name, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: long localized GMT (=OOOO) e.g. GMT-08:00\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 extended hms? (=XXXXX)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: short localized GMT e.g. GMT-8\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: long localized GMT (=ZZZZ) e.g. GMT-08:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: generic non-location (falls back first to VVVV and then to OOOO) using the ICU defined fallback here #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: generic non-location (falls back first to VVVV and then to OOOO) using the ICU defined fallback here #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: short time zone ID\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: long time zone ID\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: time zone exemplar city\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: generic location (falls back to OOOO) using the ICU defined fallback here\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hm?, with Z for 0, e.g. -08, +0530, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hm, with Z, e.g. -0800, Z\"":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 extended hm, with Z, e.g. -08:00, Z\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hms?, with Z, e.g. -0800, -075258, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 extended hms?, with Z, e.g. -08:00, -07:52:58, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hm?, without Z for 0, e.g. -08, +0530\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hm, without Z, e.g. -0800\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 extended hm, without Z, e.g. -08:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hms?, without Z, e.g. -0800, -075258\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 extended hms?, without Z, e.g. -08:00, -07:52:58\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlOneDigitIcu":0.012,"yiiunit\\framework\\helpers\\FormatConverterTest::testOneDigitIcu":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlUtf8Ru":0.024,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUMixedPatterns":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"single ' should be encoded as '', which internally should be encoded as ''''\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\d\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Day of the month, 2 digits with leading zeros 01 to 31\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\D\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A textual representation of a day, three letters Mon through Sun\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\j\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Day of the month without leading zeros 1 to 31\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\l\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A full textual representation of the day of the week Sunday through Saturday\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\N\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"ISO-8601 numeric representation of the day of the week, 1 (for Monday) through 7 (for Sunday)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\S\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"English ordinal suffix for the day of the month, 2 characters \tst, nd, rd or th. Works well with j\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\w\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Numeric representation of the day of the week \t0 (for Sunday) through 6 (for Saturday)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"The day of the year (starting from 0) 0 through 365\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\W\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"ISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0) Example: 42 (the 42nd week in the year)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\F\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A full textual representation of a month, January through December\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\m\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Numeric representation of a month, with leading zeros 01 through 12\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\M\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A short textual representation of a month, three letters Jan through Dec\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\n\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\t\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Number of days in the given month 28 through 31\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\L\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Whether it`s a leap year, 1 if it is a leap year, 0 otherwise.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\o\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"ISO-8601 year number. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year is used instead.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\Y\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A full numeric representation of a year, 4 digits Examples: 1999 or 2003\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\y\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A two digit representation of a year Examples: 99 or 03\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\a\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Lowercase Ante meridiem and Post meridiem, am or pm\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\A\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Uppercase Ante meridiem and Post meridiem, AM or PM, not supported by ICU but we fallback to lowercase\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\B\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\A\\B\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Swatch Internet time 000 through 999\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\g\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"12-hour format of an hour without leading zeros 1 through 12\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\G\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"24-hour format of an hour without leading zeros 0 to 23h\"":0.005,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\h\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"12-hour format of an hour with leading zeros, 01 to 12 h\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\H\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"24-hour format of an hour with leading zeros, 00 to 23 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\i\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Minutes with leading zeros 00 to 59\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\s\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Seconds, with leading zeros 00 through 59\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\u\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Microseconds. Example: 654321\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\e\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Timezone identifier. Examples: UTC, GMT, Atlantic\/Azores\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\I\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Whether or not the date is in daylight saving time, 1 if Daylight Saving Time, 0 otherwise.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\O\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Difference to Greenwich time (GMT) in hours, Example: +0200\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\P\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Difference to Greenwich time (GMT) with colon between hours and minutes, Example: +02:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\T\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Timezone abbreviation, Examples: EST, MDT ...\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\Z\"":0.009,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Timezone offset in seconds. The offset for timezones west of UTC is always negative, and for those east of UTC is always positive. -43200 through 50400\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\c\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"ISO 8601 date, e.g. 2004-02-12T15:19:21+00:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\r\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"RFC 2822 formatted date, Example: Thu, 21 Dec 2000 16:01:07 +0200\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\U\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\\"":0.01,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpFormatC":0.009,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiMixedPatterns":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Day of the month, 2 digits with leading zeros \t01 to 31\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A textual representation of a day, three letters \tMon through Sun\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Day of the month without leading zeros 1 to 31\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A full textual representation of the day of the week Sunday through Saturday\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"ISO-8601 numeric representation of the day of the week, 1 (for Monday) through 7 (for Sunday)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"English ordinal suffix for the day of the month, 2 characters \tst, nd, rd or th. Works well with j\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Numeric representation of the day of the week 0 (for Sunday) through 6 (for Saturday)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"The day of the year (starting from 0) 0 through 365\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"ISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0) Example: 42 (the 42nd week in the year)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A full textual representation of a month, January through December\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Numeric representation of a month, with leading zeros 01 through 12\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A short textual representation of a month, three letters Jan through Dec\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Numeric representation of a month, without leading zeros 1 through 12\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Number of days in the given month \t28 through 31\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Whether it`s a leap year, 1 if it is a leap year, 0 otherwise.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"ISO-8601 year number. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year is used instead.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A full numeric representation of a year, 4 digits \tExamples: 1999 or 2003\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A two digit representation of a year Examples: 99 or 03\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Lowercase Ante meridiem and Post meridiem, am or pm\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Uppercase Ante meridiem and Post meridiem, AM or PM, not supported by ICU but we fallback to lowercase\"":0.004,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Swatch Internet time 000 through 999\"":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"12-hour format of an hour without leading zeros 1 through 12\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"24-hour format of an hour without leading zeros 0 to 23h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"12-hour format of an hour with leading zeros, 01 to 12 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"24-hour format of an hour with leading zeros, 00 to 23 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Minutes with leading zeros 00 to 59\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Seconds, with leading zeros 00 through 59\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Microseconds. Example: 654321\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Timezone identifier. Examples: UTC, GMT, Atlantic\/Azores\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Whether or not the date is in daylight saving time, 1 if Daylight Saving Time, 0 otherwise.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Difference to Greenwich time (GMT) in hours, Example: +0200\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Difference to Greenwich time (GMT) with colon between hours and minutes, Example: +02:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Timezone abbreviation, Examples: EST, MDT ...\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Timezone offset in seconds. The offset for timezones west of UTC is always negative, and for those east of UTC is always positive. -43200 through 50400\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"ISO 8601 date, e.g. 2004-02-12T15:19:21+00:00, skipping the time here because it is not supported\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"RFC 2822 formatted date, Example: Thu, 21 Dec 2000 16:01:07 +0200, skipping the time here because it is not supported\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)\"":0,"yiiunit\\framework\\helpers\\HtmlTest::testEncode":0,"yiiunit\\framework\\helpers\\HtmlTest::testDecode":0.002,"yiiunit\\framework\\helpers\\HtmlTest::testTag":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testBeginTag":0,"yiiunit\\framework\\helpers\\HtmlTest::testEndTag":0,"yiiunit\\framework\\helpers\\HtmlTest::testStyle":0,"yiiunit\\framework\\helpers\\HtmlTest::testScript":0,"yiiunit\\framework\\helpers\\HtmlTest::testCssFile":0,"yiiunit\\framework\\helpers\\HtmlTest::testJsFile":0,"yiiunit\\framework\\helpers\\HtmlTest::testCsrfMetaTagsDisableCsrfValidation":0,"yiiunit\\framework\\helpers\\HtmlTest::testCsrfMetaTagsEnableCsrfValidation":0.002,"yiiunit\\framework\\helpers\\HtmlTest::testCsrfMetaTagsEnableCsrfValidationWithoutCookieValidationKey":0,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #0":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #1":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #2":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testBeginForm":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testEndForm":0,"yiiunit\\framework\\helpers\\HtmlTest::testA":0.003,"yiiunit\\framework\\helpers\\HtmlTest::testMailto":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #0":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #6":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #8":0,"yiiunit\\framework\\helpers\\HtmlTest::testLabel":0,"yiiunit\\framework\\helpers\\HtmlTest::testButton":0,"yiiunit\\framework\\helpers\\HtmlTest::testSubmitButton":0,"yiiunit\\framework\\helpers\\HtmlTest::testResetButton":0,"yiiunit\\framework\\helpers\\HtmlTest::testInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testButtonInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testSubmitInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testResetInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testTextInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testHiddenInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testPasswordInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testFileInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testTextarea with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testTextarea with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testTextarea with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testTextarea with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testRadio":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testCheckbox":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testDropDownList":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #6":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #6":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testListBox":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testCheckboxList":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testRadioListWithArrayExpression":0,"yiiunit\\framework\\helpers\\HtmlTest::testCheckboxListWithArrayExpression":0,"yiiunit\\framework\\helpers\\HtmlTest::testRenderSelectOptionsWithArrayExpression":0,"yiiunit\\framework\\helpers\\HtmlTest::testRadioList":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testUl":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testOl":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testRenderOptions":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testRenderTagAttributes":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testAddCssClass":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testMergeCssClass":0,"yiiunit\\framework\\helpers\\HtmlTest::testRemoveCssClass":0,"yiiunit\\framework\\helpers\\HtmlTest::testCssStyleFromArray":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testCssStyleToArray":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testAddCssStyle":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testRemoveCssStyle":0,"yiiunit\\framework\\helpers\\HtmlTest::testBooleanAttributes":0,"yiiunit\\framework\\helpers\\HtmlTest::testDataAttributes":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput with data set #1":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput with data set #2":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInputMaxLength with data set #0":0.002,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInputMaxLength with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInputMaxLength with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testActivePasswordInput with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testActivePasswordInput with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testActivePasswordInput with data set #2":0.002,"yiiunit\\framework\\helpers\\HtmlTest::testActiveInput_TypeText with data set #0":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveInput_TypeText with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveInput_TypeText with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #2":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #3":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #4":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #5":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #6":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testError":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testCollectError":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextArea with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextArea with data set #1":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextArea with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextArea with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testCsrfDisable":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveRadio with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveRadio with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveRadio with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveRadio with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckbox with data set #0":0.002,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckbox with data set #1":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckbox with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckbox with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #6":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #8":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #9":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #10":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #11":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #12":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #13":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameException with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameException with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameException with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveFileInput":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetAttributeValueInvalidArgumentException":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetAttributeValue":0.006,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputNameInvalidArgumentExceptionAttribute":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputNameInvalidArgumentExceptionFormName":0.004,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputName":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #6":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #1":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #4":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #6":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testEscapeJsRegularExpression":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveDropDownList":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveRadioList":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckboxList":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckboxList_options":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput_placeholderFillFromModel":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput_customPlaceholder":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput_placeholderFillFromModelTabular":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testOverrideSetActivePlaceholder":0,"yiiunit\\framework\\helpers\\InflectorTest::testPluralize":0.002,"yiiunit\\framework\\helpers\\InflectorTest::testSingularize":0.002,"yiiunit\\framework\\helpers\\InflectorTest::testTitleize":0.001,"yiiunit\\framework\\helpers\\InflectorTest::testCamelize":0.001,"yiiunit\\framework\\helpers\\InflectorTest::testUnderscore":0,"yiiunit\\framework\\helpers\\InflectorTest::testCamel2words":0.001,"yiiunit\\framework\\helpers\\InflectorTest::testCamel2id":0,"yiiunit\\framework\\helpers\\InflectorTest::testId2camel":0,"yiiunit\\framework\\helpers\\InflectorTest::testHumanize":0,"yiiunit\\framework\\helpers\\InflectorTest::testVariablize":0,"yiiunit\\framework\\helpers\\InflectorTest::testTableize":0.001,"yiiunit\\framework\\helpers\\InflectorTest::testSlugCommons":0.011,"yiiunit\\framework\\helpers\\InflectorTest::testSlugReplacements":0.004,"yiiunit\\framework\\helpers\\InflectorTest::testSlugIntl":0.271,"yiiunit\\framework\\helpers\\InflectorTest::testTransliterateStrict":0.009,"yiiunit\\framework\\helpers\\InflectorTest::testTransliterateMedium":0.006,"yiiunit\\framework\\helpers\\InflectorTest::testTransliterateLoose":0.009,"yiiunit\\framework\\helpers\\InflectorTest::testSlugPhp":0,"yiiunit\\framework\\helpers\\InflectorTest::testClassify":0,"yiiunit\\framework\\helpers\\InflectorTest::testOrdinalize":0,"yiiunit\\framework\\helpers\\InflectorTest::testSentence":0,"yiiunit\\framework\\helpers\\IpHelperTest::testGetIpVersion with data set #0":0,"yiiunit\\framework\\helpers\\IpHelperTest::testGetIpVersion with data set #1":0,"yiiunit\\framework\\helpers\\IpHelperTest::testGetIpVersion with data set #2":0,"yiiunit\\framework\\helpers\\IpHelperTest::testGetIpVersion with data set #3":0,"yiiunit\\framework\\helpers\\IpHelperTest::testGetIpVersion with data set #4":0,"yiiunit\\framework\\helpers\\IpHelperTest::testExpandIpv6 with data set #0":0,"yiiunit\\framework\\helpers\\IpHelperTest::testExpandIpv6 with data set #1":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIpv6ExpandingWithInvalidValue":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIp2bin with data set #0":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIp2bin with data set #1":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIp2bin with data set #2":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIp2bin with data set #3":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIp2bin with data set #4":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #0":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #1":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #2":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #3":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #4":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #5":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #6":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #7":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #8":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #9":0,"yiiunit\\framework\\helpers\\JsonTest::testEncode":0.002,"yiiunit\\framework\\helpers\\JsonTest::testHtmlEncode":0.002,"yiiunit\\framework\\helpers\\JsonTest::testDecode":0,"yiiunit\\framework\\helpers\\JsonTest::testDecodeInvalidArgumentException":0.001,"yiiunit\\framework\\helpers\\JsonTest::testHandleJsonError":0,"yiiunit\\framework\\helpers\\JsonTest::testErrorSummary":0.001,"yiiunit\\framework\\helpers\\JsonTest::testEncodeDateTime":0,"yiiunit\\framework\\helpers\\JsonTest::testPrettyPrint":0,"yiiunit\\framework\\helpers\\MarkdownTest::testOriginalFlavor":0.012,"yiiunit\\framework\\helpers\\MarkdownTest::testProcessInvalidArgumentException":0.001,"yiiunit\\framework\\helpers\\MarkdownTest::testProcessParagraph":0,"yiiunit\\framework\\helpers\\MimeTest::testMimeAliases":0.001,"yiiunit\\framework\\helpers\\MimeTest::testMimeTypes":0.003,"yiiunit\\framework\\helpers\\MimeTest::testMimeExtensions":0.004,"yiiunit\\framework\\helpers\\ReplaceArrayValueTest::testSetStateWithoutValue":0.001,"yiiunit\\framework\\helpers\\ReplaceArrayValueTest::testSetStateWithValue":0.001,"yiiunit\\framework\\helpers\\StringHelperTest::testStrlen":0,"yiiunit\\framework\\helpers\\StringHelperTest::testSubstr":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBasename":0,"yiiunit\\framework\\helpers\\StringHelperTest::testTruncate":0.113,"yiiunit\\framework\\helpers\\StringHelperTest::testTruncateWords":0.012,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #5":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #6":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #7":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #8":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #9":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #10":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #11":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #12":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #13":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #14":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #15":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #16":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWithCaseSensitive":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWithCaseInsensitive":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #5":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #6":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #7":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #8":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #9":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #10":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #11":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #12":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #13":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #14":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #15":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #16":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWithCaseSensitive":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWithCaseInsensitive":0,"yiiunit\\framework\\helpers\\StringHelperTest::testExplode":0,"yiiunit\\framework\\helpers\\StringHelperTest::testWordCount":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlEncode with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlEncode with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlEncode with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlEncode with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlDecode with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlDecode with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlDecode with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlDecode with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #2":0.001,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #5":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #6":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #7":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #8":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #9":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #10":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #11":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #12":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #13":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #14":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #15":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #16":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #17":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #18":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #19":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #20":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #21":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #22":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #23":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #24":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #25":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #26":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #27":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #28":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #29":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #30":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #31":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #32":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #33":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #34":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #35":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #36":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #37":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #38":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #39":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #40":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #41":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #42":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #43":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #44":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #45":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #46":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #47":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #48":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #49":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #50":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #51":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #52":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #53":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #5":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #5":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #6":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #7":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #8":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #9":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #10":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #11":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #12":0,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #3":0.001,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #5":0,"yiiunit\\framework\\helpers\\UnsetArrayValueTest::testSetState":0,"yiiunit\\framework\\helpers\\UrlTest::testToRoute":0.001,"yiiunit\\framework\\helpers\\UrlTest::testCurrent":0.001,"yiiunit\\framework\\helpers\\UrlTest::testPrevious":0.001,"yiiunit\\framework\\helpers\\UrlTest::testTo":0.001,"yiiunit\\framework\\helpers\\UrlTest::testToWithSuffix":0.002,"yiiunit\\framework\\helpers\\UrlTest::testBase":0.001,"yiiunit\\framework\\helpers\\UrlTest::testHome":0.001,"yiiunit\\framework\\helpers\\UrlTest::testCanonical":0.001,"yiiunit\\framework\\helpers\\UrlTest::testIsRelative":0.001,"yiiunit\\framework\\helpers\\UrlTest::testRemember":0.001,"yiiunit\\framework\\helpers\\VarDumperTest::testDumpIncompleteObject":0.001,"yiiunit\\framework\\helpers\\VarDumperTest::testExportIncompleteObject":0,"yiiunit\\framework\\helpers\\VarDumperTest::testDumpObject":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #0":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #1":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #2":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #3":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #4":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #5":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #6":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #7":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #8":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #9":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #10":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #11":0.001,"yiiunit\\framework\\helpers\\VarDumperTest::testExportObjectFallback":0,"yiiunit\\framework\\helpers\\VarDumperTest::testDumpClassWithCustomDebugInfo":0.001,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testMissingTranslationEvent":0.006,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testIssue11429":0.001,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testTranslate":0.003,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testDefaultSource":0.002,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testSourceLanguageFallback":0.001,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testTranslateParams":0.002,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testTranslateParams2":0.002,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testSpecialParams":0,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testMissingTranslationFormatting":0.001,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testRussianPlurals":0.002,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testUsingSourceLanguageForMissingTranslation":0.001,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testFormatMessageWithNoParam":0,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testFormatMessageWithDottedParameters":0.001,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #0":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #1":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #2":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #3":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #4":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #5":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #6":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #7":0.001,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #8":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #9":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #10":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #11":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #12":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testInsufficientArguments":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNoParams":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testGridViewMessage":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testUnsupportedPercentException":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testUnsupportedCurrencyException":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testFormat":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsDate":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsDate":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsDateOtherCalendars":0.024,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsTime":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsTime":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsDatetime":0.02,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsDatetime":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsTimestamp":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsTimestamp":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlDateRangeLow":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testDateRangeLow":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlDateRangeHigh":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testDateRangeHigh":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsRelativeTime":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsRelativeTime":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsDuration":0.008,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsDuration":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlDateInput with data set #0":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlDateInput with data set #1":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testDateInput with data set #0":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testDateInput with data set #1":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #0":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #1":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #2":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #3":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #4":0.007,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #5":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #6":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #7":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #8":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #9":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #10":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #11":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #12":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #13":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #14":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #15":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #16":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #17":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #18":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #19":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #20":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #21":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #22":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #23":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #24":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #25":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #26":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #27":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #28":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #29":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #30":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #31":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #32":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #33":0.007,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #34":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #35":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #36":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #37":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #38":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #39":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #40":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #41":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #42":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #43":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #44":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #45":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #46":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #47":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #48":0.007,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #49":0.007,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #50":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #51":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #52":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #53":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #54":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #55":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #56":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #57":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #58":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #59":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #60":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #61":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #62":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #63":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #64":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #65":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #66":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #67":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #68":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #69":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #0":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #1":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #4":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #5":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #6":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #7":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #8":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #9":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #10":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #11":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #12":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #13":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #14":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #15":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #16":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #17":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #18":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #19":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #20":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #21":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #22":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #23":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #24":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #25":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #26":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #27":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #28":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #29":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #30":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #31":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #32":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #33":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #34":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #35":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #36":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #37":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #38":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #39":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #40":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #41":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #42":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #43":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #44":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #45":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #46":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #47":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #48":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #49":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #50":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #51":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #52":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #53":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #54":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #55":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #56":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #57":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #58":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #59":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #60":0.038,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #61":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #62":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #63":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #64":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #65":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #66":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #67":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #68":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #69":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInputNonDefault":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInputNonDefault":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlDateOnlyValues":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testDateOnlyValues":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimeOnlyValues":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimeOnlyValues":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimeWithTimezoneInfo":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimeWithTimezoneInfo":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIssue6263 with data set #0":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIssue6263 with data set #1":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIssue6263 with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIssue6263 with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIssue6263 with data set #4":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlInputFractionSeconds":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testInputFractionSeconds":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlInputUnixTimestamp":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testInputUnixTimestamp":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsInteger with data set #0":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsInteger with data set #1":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsInteger with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsInteger with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsInteger":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerOptions":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsIntegerException":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsIntegerException2":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsDecimal":0.004,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsDecimal":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsPercent":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsPercent":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsCurrency":0.007,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsCurrencyStringFallbackException":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlCurrencyFraction":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlIssue5261":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsCurrency":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsScientific":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsScientific":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsSpellout":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsSpellout":0.012,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsOrdinal":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsOrdinalDate":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsShortSize":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsShortSize":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsSize":0.007,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsSizeNegative":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsSize":0.002,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsSizeNegative":0.002,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsSizeConfiguration":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsSizeConfiguration":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"not-int key for int options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"string value for int options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"non-string-int value for int options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"not-int key for text options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"int value for text options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"non-string-int value for text options\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"not-int key for int options\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"string value for int options\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"non-string-int value for int options\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"not-int key for text options\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"int value for text options\"":0.002,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"non-string-int value for text options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"non-int key for symbol\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"non-string value for symbol\"":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testFormat":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testInvalidFormat":0,"yiiunit\\framework\\i18n\\FormatterTest::testInvalidFormatArray":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testFormatArrayInvalidStructure":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testClosureFormat":0,"yiiunit\\framework\\i18n\\FormatterTest::testLocale":0.002,"yiiunit\\framework\\i18n\\FormatterTest::testLanguage":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsRaw":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsText":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsNtext":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsParagraphs":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsHtml":0.034,"yiiunit\\framework\\i18n\\FormatterTest::testAsEmail":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsUrl":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsImage":0,"yiiunit\\framework\\i18n\\FormatterTest::testAsBoolean":0,"yiiunit\\framework\\i18n\\FormatterTest::testAsTimestamp":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #0":0.002,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #1":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #4":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #5":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #6":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #7":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #8":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #9":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #10":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #11":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #12":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #0":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #1":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #4":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #5":0.002,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #6":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #7":0.003,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #8":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #9":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #10":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #11":0.002,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #12":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #0":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #1":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #4":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #5":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #6":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #7":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #8":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #9":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #10":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #11":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #12":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #0":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #1":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #2":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #3":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #4":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #5":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #6":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #7":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #8":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #9":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #10":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #11":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #12":0,"yiiunit\\framework\\i18n\\FormatterTest::testAsWeight":0,"yiiunit\\framework\\i18n\\FormatterTest::testAsLength":0,"yiiunit\\framework\\i18n\\GettextMessageSourceTest::testLoadMessages":0.001,"yiiunit\\framework\\i18n\\GettextMoFileTest::testLoad":0.003,"yiiunit\\framework\\i18n\\GettextMoFileTest::testSave":0.002,"yiiunit\\framework\\i18n\\GettextPoFileTest::testLoad":0.001,"yiiunit\\framework\\i18n\\GettextPoFileTest::testSave":0.001,"yiiunit\\framework\\i18n\\I18NTest::testTranslate":0.001,"yiiunit\\framework\\i18n\\I18NTest::testDefaultSource":0.001,"yiiunit\\framework\\i18n\\I18NTest::testSourceLanguageFallback":0.001,"yiiunit\\framework\\i18n\\I18NTest::testTranslateParams":0.001,"yiiunit\\framework\\i18n\\I18NTest::testTranslateParams2":0.001,"yiiunit\\framework\\i18n\\I18NTest::testSpecialParams":0,"yiiunit\\framework\\i18n\\I18NTest::testMissingTranslationFormatting":0.001,"yiiunit\\framework\\i18n\\I18NTest::testRussianPlurals":0.001,"yiiunit\\framework\\i18n\\I18NTest::testUsingSourceLanguageForMissingTranslation":0.001,"yiiunit\\framework\\i18n\\I18NTest::testMissingTranslationEvent":0.001,"yiiunit\\framework\\i18n\\I18NTest::testIssue11429 with data set #0":0.001,"yiiunit\\framework\\i18n\\I18NTest::testIssue11429 with data set #1":0.001,"yiiunit\\framework\\i18n\\I18NTest::testFormatMessageWithNoParam":0,"yiiunit\\framework\\i18n\\I18NTest::testFormatMessageWithDottedParameters":0.001,"yiiunit\\framework\\i18n\\LocaleTest::testGetCurrencyCode":0.002,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #0":0.001,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #1":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #2":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #3":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #4":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #5":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #6":0.002,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #7":0.001,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #8":0.001,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #9":0.001,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #10":0.001,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #11":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #12":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #13":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #14":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #15":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #16":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #17":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #18":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #19":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #20":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #21":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #22":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #23":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #24":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #0":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #1":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #2":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #3":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #4":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #5":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #6":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testInsufficientArguments":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNoParams":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testMalformedFormatter":0,"yiiunit\\framework\\log\\DispatcherTest::testConfigureLogger":0,"yiiunit\\framework\\log\\DispatcherTest::testSetLogger":0,"yiiunit\\framework\\log\\DispatcherTest::testGetTraceLevel":0,"yiiunit\\framework\\log\\DispatcherTest::testSetTraceLevel":0,"yiiunit\\framework\\log\\DispatcherTest::testGetFlushInterval":0,"yiiunit\\framework\\log\\DispatcherTest::testSetFlushInterval":0,"yiiunit\\framework\\log\\DispatcherTest::testDispatchWithDisabledTarget":0.002,"yiiunit\\framework\\log\\DispatcherTest::testDispatchWithSuccessTargetCollect":0.001,"yiiunit\\framework\\log\\DispatcherTest::testDispatchWithFakeTarget2ThrowExceptionWhenCollect":0.002,"yiiunit\\framework\\log\\DispatcherTest::testInitWithCreateTargetObject":0.002,"yiiunit\\framework\\log\\DispatcherTest::testTargetThrow":0.002,"yiiunit\\framework\\log\\EmailTargetTest::testInitWithOptionTo":0.002,"yiiunit\\framework\\log\\EmailTargetTest::testInitWithoutOptionTo":0,"yiiunit\\framework\\log\\EmailTargetTest::testExportWithSubject":0.003,"yiiunit\\framework\\log\\EmailTargetTest::testExportWithoutSubject":0.001,"yiiunit\\framework\\log\\EmailTargetTest::testExportWithSendFailure":0.004,"yiiunit\\framework\\log\\FileTargetTest::testInit":0.002,"yiiunit\\framework\\log\\FileTargetTest::testRotate":0.031,"yiiunit\\framework\\log\\LoggerTest::testLog":0.002,"yiiunit\\framework\\log\\LoggerTest::testLogWithTraceLevel":0,"yiiunit\\framework\\log\\LoggerTest::testLogWithFlush":0.001,"yiiunit\\framework\\log\\LoggerTest::testFlushWithoutDispatcher":0,"yiiunit\\framework\\log\\LoggerTest::testFlushWithDispatcherAndDefaultParam":0,"yiiunit\\framework\\log\\LoggerTest::testFlushWithDispatcherAndDefinedParam":0,"yiiunit\\framework\\log\\LoggerTest::testGetDbProfiling":0.001,"yiiunit\\framework\\log\\LoggerTest::testCalculateTimingsWithEmptyMessages":0,"yiiunit\\framework\\log\\LoggerTest::testCalculateTimingsWithProfileNotBeginOrEnd":0,"yiiunit\\framework\\log\\LoggerTest::testCalculateTimingsWithProfileBeginEnd":0.001,"yiiunit\\framework\\log\\LoggerTest::testCalculateTimingsWithProfileBeginEndAndNestedLevels":0,"yiiunit\\framework\\log\\LoggerTest::testCalculateTimingsWithProfileBeginEndAndNestedMixedLevels":0,"yiiunit\\framework\\log\\LoggerTest::testGetElapsedTime":0,"yiiunit\\framework\\log\\LoggerTest::testGetLevelName":0,"yiiunit\\framework\\log\\LoggerTest::testGetProfilingWithEmptyCategoriesAndExcludeCategories":0.001,"yiiunit\\framework\\log\\LoggerTest::testGetProfilingWithNotEmptyCategoriesAndNotMatched":0,"yiiunit\\framework\\log\\LoggerTest::testGetProfilingWithNotEmptyCategoriesAndMatched":0.001,"yiiunit\\framework\\log\\LoggerTest::testGetProfilingWithNotEmptyCategoriesMatchedAndExcludeCategories":0.001,"yiiunit\\framework\\log\\LoggerTest::testGatheringNonProfilingMessages with data set #0":0,"yiiunit\\framework\\log\\LoggerTest::testGatheringNonProfilingMessages with data set #1":0,"yiiunit\\framework\\log\\LoggerTest::testGatheringNonProfilingMessages with data set #2":0,"yiiunit\\framework\\log\\LoggerTest::testGatheringNonProfilingMessages with data set #3":0,"yiiunit\\framework\\log\\LoggerTest::testGatheringNonProfilingMessages with data set #4":0,"yiiunit\\framework\\log\\LoggerTest::testGatheringProfilingMessages":0,"yiiunit\\framework\\log\\MySQLTargetTest::testTimestamp":0.183,"yiiunit\\framework\\log\\MySQLTargetTest::testTransactionRollBack":0.17,"yiiunit\\framework\\log\\PgSQLTargetTest::testTimestamp":0.193,"yiiunit\\framework\\log\\PgSQLTargetTest::testTransactionRollBack":0.165,"yiiunit\\framework\\log\\SqliteTargetTest::testTransactionRollBack":0.171,"yiiunit\\framework\\log\\SqliteTargetTest::testTimestamp":0.191,"yiiunit\\framework\\log\\SyslogTargetTest::testExport":0.002,"yiiunit\\framework\\log\\SyslogTargetTest::testFailedExport":0,"yiiunit\\framework\\log\\SyslogTargetTest::testFormatMessageWhereTextIsString":0,"yiiunit\\framework\\log\\SyslogTargetTest::testFormatMessageWhereTextIsException":0,"yiiunit\\framework\\log\\SyslogTargetTest::testFormatMessageWhereTextIsNotStringAndNotThrowable":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #0":0.001,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #1":0.001,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #2":0.001,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #3":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #4":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #5":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #6":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #7":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #8":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #9":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #10":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #11":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #12":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #13":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #14":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #15":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #16":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #17":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #18":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #19":0,"yiiunit\\framework\\log\\TargetTest::testGetContextMessage":0,"yiiunit\\framework\\log\\TargetTest::testSetupLevelsThroughArray":0.001,"yiiunit\\framework\\log\\TargetTest::testSetupLevelsThroughBitmap":0,"yiiunit\\framework\\log\\TargetTest::testGetEnabled":0,"yiiunit\\framework\\log\\TargetTest::testFormatMessage":0,"yiiunit\\framework\\log\\TargetTest::testCollectMessageStructure":0,"yiiunit\\framework\\log\\TargetTest::testBreakProfilingWithFlushWithProfilingDisabled":0,"yiiunit\\framework\\log\\TargetTest::testNotBreakProfilingWithFlushWithProfilingEnabled":0,"yiiunit\\framework\\log\\TargetTest::testFlushingWithProfilingEnabledAndOverflow":0.001,"yiiunit\\framework\\mail\\BaseMailerTest::testSetupView":0.001,"yiiunit\\framework\\mail\\BaseMailerTest::testGetDefaultView":0.001,"yiiunit\\framework\\mail\\BaseMailerTest::testCreateMessage":0.001,"yiiunit\\framework\\mail\\BaseMailerTest::testDefaultMessageConfig":0.002,"yiiunit\\framework\\mail\\BaseMailerTest::testRender":0.003,"yiiunit\\framework\\mail\\BaseMailerTest::testRenderLayout":0.002,"yiiunit\\framework\\mail\\BaseMailerTest::testCompose":0.002,"yiiunit\\framework\\mail\\BaseMailerTest::testComposePlainTextFallback with data set #0":0.001,"yiiunit\\framework\\mail\\BaseMailerTest::testComposePlainTextFallback with data set #1":0.002,"yiiunit\\framework\\mail\\BaseMailerTest::testUseFileTransport":0.002,"yiiunit\\framework\\mail\\BaseMailerTest::testBeforeSendEvent":0.002,"yiiunit\\framework\\mail\\BaseMessageTest::testSend":0.002,"yiiunit\\framework\\mail\\BaseMessageTest::testToString":0,"yiiunit\\framework\\mutex\\FileMutexTest::testDeleteLockFile with data set \"simple name\"":0.003,"yiiunit\\framework\\mutex\\FileMutexTest::testDeleteLockFile with data set \"long name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testDeleteLockFile with data set \"UTF-8 garbage\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexAcquire with data set \"simple name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexAcquire with data set \"long name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexAcquire with data set \"UTF-8 garbage\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorking with data set \"simple name\"":0.062,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorking with data set \"long name\"":0.054,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorking with data set \"UTF-8 garbage\"":0.056,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"simple name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"long name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"UTF-8 garbage\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testTimeout":1.032,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexIsAcquired with data set \"simple name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexIsAcquired with data set \"long name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexIsAcquired with data set \"UTF-8 garbage\"":0.001,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesString with data set \"simple name\"":3.912,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesString with data set \"long name\"":3.593,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesString with data set \"UTF-8 garbage\"":3.88,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesLongString with data set \"simple name\"":4.144,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesLongString with data set \"long name\"":3.695,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesLongString with data set \"UTF-8 garbage\"":3.704,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpression with data set \"simple name\"":3.563,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpression with data set \"long name\"":3.562,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpression with data set \"UTF-8 garbage\"":3.586,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpressionCalculatedValue with data set \"simple name\"":3.503,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpressionCalculatedValue with data set \"long name\"":3.505,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpressionCalculatedValue with data set \"UTF-8 garbage\"":3.66,"yiiunit\\framework\\mutex\\MysqlMutexTest::testCreateMutex":1.866,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexAcquire with data set \"simple name\"":2.108,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexAcquire with data set \"long name\"":2.104,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexAcquire with data set \"UTF-8 garbage\"":1.853,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorking with data set \"simple name\"":3.42,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorking with data set \"long name\"":3.605,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorking with data set \"UTF-8 garbage\"":4.135,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"simple name\"":1.788,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"long name\"":1.78,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"UTF-8 garbage\"":1.815,"yiiunit\\framework\\mutex\\MysqlMutexTest::testTimeout":4.803,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexIsAcquired with data set \"simple name\"":3.671,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexIsAcquired with data set \"long name\"":3.673,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexIsAcquired with data set \"UTF-8 garbage\"":3.642,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexAcquire with data set \"simple name\"":0.321,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexAcquire with data set \"long name\"":0.274,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexAcquire with data set \"UTF-8 garbage\"":0.278,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorking with data set \"simple name\"":0.623,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorking with data set \"long name\"":0.578,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorking with data set \"UTF-8 garbage\"":0.629,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"simple name\"":0.294,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"long name\"":0.336,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"UTF-8 garbage\"":0.295,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testTimeout":1.577,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexIsAcquired with data set \"simple name\"":0.632,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexIsAcquired with data set \"long name\"":0.577,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexIsAcquired with data set \"UTF-8 garbage\"":0.567,"yiiunit\\framework\\mutex\\RetryAcquireTraitTest::testRetryAcquire":1.009,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentsByRole":0.04,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #0":0.019,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #1":0.018,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #2":0.014,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #0":0.029,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #1":0.029,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #2":0.017,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetCachedRolesByUserId":0.017,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #0":0.019,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #1":0.016,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #2":0.02,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #0":0.019,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #1":0.017,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #2":0.018,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeWithEmptyValue with data set #0":0.022,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeWithEmptyValue with data set #1":0.019,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeWithEmptyValue with data set #2":0.017,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #0":0.018,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #1":0.017,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #2":0.019,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testCheckAccessCache":0.06,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testCreateRole":0.002,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testCreatePermission":0.002,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAdd":0.015,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetChildren":0.018,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRule":0.045,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAddRule":0.048,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testUpdateRule":0.044,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRules":0.035,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRemoveRule":0.037,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testCheckAccess":0.045,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermissionsByRole":0.032,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermissionsByUser":0.038,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRole":0.035,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermission":0.036,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRolesByUser":0.047,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetChildRoles":0.037,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAssignMultipleRoles":0.045,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAssignmentsToIntegerId":0.048,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testCanAddChild":0.046,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRemoveAllRules":0.047,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRemoveAllRoles":0.047,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRemoveAllPermissions":0.044,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAssignRule with data set #0":0.08,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAssignRule with data set #1":0.088,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeRule with data set #0":0.039,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeRule with data set #1":0.039,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRuleWithPrivateFields":0.007,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testDefaultRolesWithClosureReturningNonArrayValue":0.002,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testDefaultRolesWithNonArrayValue":0.003,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentsByRole":0.044,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #0":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #1":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #2":0.016,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRolesByUserWithEmptyValue with data set #0":0.016,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRolesByUserWithEmptyValue with data set #1":0.017,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRolesByUserWithEmptyValue with data set #2":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetCachedRolesByUserId":0.017,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentWithEmptyValue with data set #0":0.016,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentWithEmptyValue with data set #1":0.017,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentWithEmptyValue with data set #2":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentsWithEmptyValue with data set #0":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentsWithEmptyValue with data set #1":0.016,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentsWithEmptyValue with data set #2":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeWithEmptyValue with data set #0":0.014,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeWithEmptyValue with data set #1":0.017,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeWithEmptyValue with data set #2":0.013,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeAllWithEmptyValue with data set #0":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeAllWithEmptyValue with data set #1":0.016,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeAllWithEmptyValue with data set #2":0.014,"yiiunit\\framework\\rbac\\MySQLManagerTest::testCheckAccessCache":0.048,"yiiunit\\framework\\rbac\\MySQLManagerTest::testCreateRole":0.002,"yiiunit\\framework\\rbac\\MySQLManagerTest::testCreatePermission":0.002,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAdd":0.012,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetChildren":0.02,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRule":0.037,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAddRule":0.039,"yiiunit\\framework\\rbac\\MySQLManagerTest::testUpdateRule":0.041,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRules":0.039,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRemoveRule":0.04,"yiiunit\\framework\\rbac\\MySQLManagerTest::testCheckAccess":0.059,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermissionsByRole":0.037,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermissionsByUser":0.038,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRole":0.038,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermission":0.037,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRolesByUser":0.041,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetChildRoles":0.041,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAssignMultipleRoles":0.039,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAssignmentsToIntegerId":0.041,"yiiunit\\framework\\rbac\\MySQLManagerTest::testCanAddChild":0.035,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRemoveAllRules":0.037,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRemoveAllRoles":0.037,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRemoveAllPermissions":0.042,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAssignRule with data set #0":0.038,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAssignRule with data set #1":0.044,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeRule with data set #0":0.019,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeRule with data set #1":0.023,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRuleWithPrivateFields":0.01,"yiiunit\\framework\\rbac\\MySQLManagerTest::testDefaultRolesWithClosureReturningNonArrayValue":0.002,"yiiunit\\framework\\rbac\\MySQLManagerTest::testDefaultRolesWithNonArrayValue":0.002,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentsByRole":0.085,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #0":0.05,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #1":0.052,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #2":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #0":0.056,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #1":0.047,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #2":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetCachedRolesByUserId":0.05,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #0":0.054,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #1":0.047,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #2":0.046,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #0":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #1":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #2":0.048,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeWithEmptyValue with data set #0":0.051,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeWithEmptyValue with data set #1":0.046,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeWithEmptyValue with data set #2":0.047,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #0":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #1":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #2":0.048,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testCheckAccessCache":0.092,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testCreateRole":0.01,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testCreatePermission":0.01,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAdd":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetChildren":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRule":0.083,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAddRule":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testUpdateRule":0.093,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRules":0.087,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRemoveRule":0.089,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testCheckAccess":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermissionsByRole":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermissionsByUser":0.086,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRole":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermission":0.081,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRolesByUser":0.089,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetChildRoles":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAssignMultipleRoles":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAssignmentsToIntegerId":0.095,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testCanAddChild":0.089,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRemoveAllRules":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRemoveAllRoles":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRemoveAllPermissions":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAssignRule with data set #0":0.086,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAssignRule with data set #1":0.085,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeRule with data set #0":0.069,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeRule with data set #1":0.063,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRuleWithPrivateFields":0.033,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testDefaultRolesWithClosureReturningNonArrayValue":0.01,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testDefaultRolesWithNonArrayValue":0.012,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentsByRole":0.083,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #0":0.049,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #1":0.053,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #2":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRolesByUserWithEmptyValue with data set #0":0.049,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRolesByUserWithEmptyValue with data set #1":0.049,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRolesByUserWithEmptyValue with data set #2":0.046,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetCachedRolesByUserId":0.046,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentWithEmptyValue with data set #0":0.054,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentWithEmptyValue with data set #1":0.05,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentWithEmptyValue with data set #2":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentsWithEmptyValue with data set #0":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentsWithEmptyValue with data set #1":0.049,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentsWithEmptyValue with data set #2":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeWithEmptyValue with data set #0":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeWithEmptyValue with data set #1":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeWithEmptyValue with data set #2":0.049,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeAllWithEmptyValue with data set #0":0.064,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeAllWithEmptyValue with data set #1":0.056,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeAllWithEmptyValue with data set #2":0.051,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testCheckAccessCache":0.092,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testCreateRole":0.01,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testCreatePermission":0.012,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAdd":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetChildren":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRule":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAddRule":0.081,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testUpdateRule":0.091,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRules":0.085,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRemoveRule":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testCheckAccess":0.113,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermissionsByRole":0.092,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermissionsByUser":0.087,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRole":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermission":0.082,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRolesByUser":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetChildRoles":0.089,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAssignMultipleRoles":0.098,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAssignmentsToIntegerId":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testCanAddChild":0.082,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRemoveAllRules":0.085,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRemoveAllRoles":0.086,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRemoveAllPermissions":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAssignRule with data set #0":0.08,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAssignRule with data set #1":0.081,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeRule with data set #0":0.065,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeRule with data set #1":0.063,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRuleWithPrivateFields":0.032,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testDefaultRolesWithClosureReturningNonArrayValue":0.01,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testDefaultRolesWithNonArrayValue":0.013,"yiiunit\\framework\\rbac\\PhpManagerTest::testSaveLoad":0.012,"yiiunit\\framework\\rbac\\PhpManagerTest::testUpdateItemName":0.01,"yiiunit\\framework\\rbac\\PhpManagerTest::testUpdateDescription":0.009,"yiiunit\\framework\\rbac\\PhpManagerTest::testOverwriteName":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testSaveAssignments":0.003,"yiiunit\\framework\\rbac\\PhpManagerTest::testCreateRole":0,"yiiunit\\framework\\rbac\\PhpManagerTest::testCreatePermission":0,"yiiunit\\framework\\rbac\\PhpManagerTest::testAdd":0.001,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetChildren":0.002,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetRule":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testAddRule":0.011,"yiiunit\\framework\\rbac\\PhpManagerTest::testUpdateRule":0.009,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetRules":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testRemoveRule":0.011,"yiiunit\\framework\\rbac\\PhpManagerTest::testCheckAccess":0.011,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetPermissionsByRole":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetPermissionsByUser":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetRole":0.009,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetPermission":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetRolesByUser":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetChildRoles":0.009,"yiiunit\\framework\\rbac\\PhpManagerTest::testAssignMultipleRoles":0.011,"yiiunit\\framework\\rbac\\PhpManagerTest::testAssignmentsToIntegerId":0.01,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetAssignmentsByRole":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testCanAddChild":0.01,"yiiunit\\framework\\rbac\\PhpManagerTest::testRemoveAllRules":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testRemoveAllRoles":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testRemoveAllPermissions":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testAssignRule with data set #0":0.01,"yiiunit\\framework\\rbac\\PhpManagerTest::testAssignRule with data set #1":0.01,"yiiunit\\framework\\rbac\\PhpManagerTest::testRevokeRule with data set #0":0.004,"yiiunit\\framework\\rbac\\PhpManagerTest::testRevokeRule with data set #1":0.005,"yiiunit\\framework\\rbac\\PhpManagerTest::testRuleWithPrivateFields":0.002,"yiiunit\\framework\\rbac\\PhpManagerTest::testDefaultRolesWithClosureReturningNonArrayValue":0.001,"yiiunit\\framework\\rbac\\PhpManagerTest::testDefaultRolesWithNonArrayValue":0,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentsByRole":0.007,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermissionsByUserWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermissionsByUserWithEmptyValue with data set #1":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermissionsByUserWithEmptyValue with data set #2":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRolesByUserWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRolesByUserWithEmptyValue with data set #1":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRolesByUserWithEmptyValue with data set #2":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetCachedRolesByUserId":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentWithEmptyValue with data set #1":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentWithEmptyValue with data set #2":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentsWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentsWithEmptyValue with data set #1":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentsWithEmptyValue with data set #2":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeWithEmptyValue with data set #1":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeWithEmptyValue with data set #2":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeAllWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeAllWithEmptyValue with data set #1":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeAllWithEmptyValue with data set #2":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testCheckAccessCache":0.009,"yiiunit\\framework\\rbac\\SqliteManagerTest::testCreateRole":0,"yiiunit\\framework\\rbac\\SqliteManagerTest::testCreatePermission":0,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAdd":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetChildren":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRule":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAddRule":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testUpdateRule":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRules":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRemoveRule":0.005,"yiiunit\\framework\\rbac\\SqliteManagerTest::testCheckAccess":0.013,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermissionsByRole":0.006,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermissionsByUser":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRole":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermission":0.008,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRolesByUser":0.007,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetChildRoles":0.006,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAssignMultipleRoles":0.006,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAssignmentsToIntegerId":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testCanAddChild":0.006,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRemoveAllRules":0.005,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRemoveAllRoles":0.01,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRemoveAllPermissions":0.005,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAssignRule with data set #0":0.006,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAssignRule with data set #1":0.007,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeRule with data set #0":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeRule with data set #1":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRuleWithPrivateFields":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testDefaultRolesWithClosureReturningNonArrayValue":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testDefaultRolesWithNonArrayValue":0.001,"YiiRequirementCheckerTest::testCheck":0,"YiiRequirementCheckerTest::testCheckEval":0,"YiiRequirementCheckerTest::testCheckChained":0,"YiiRequirementCheckerTest::testCheckPhpExtensionVersion":0,"YiiRequirementCheckerTest::testGetByteSize with data set #0":0,"YiiRequirementCheckerTest::testGetByteSize with data set #1":0,"YiiRequirementCheckerTest::testGetByteSize with data set #2":0,"YiiRequirementCheckerTest::testGetByteSize with data set #3":0,"YiiRequirementCheckerTest::testGetByteSize with data set #4":0,"YiiRequirementCheckerTest::testGetByteSize with data set #5":0,"YiiRequirementCheckerTest::testGetByteSize with data set #6":0,"YiiRequirementCheckerTest::testCompareByteSize with data set #0":0,"YiiRequirementCheckerTest::testCompareByteSize with data set #1":0,"YiiRequirementCheckerTest::testCompareByteSize with data set #2":0,"YiiRequirementCheckerTest::testCompareByteSize with data set #3":0,"YiiRequirementCheckerTest::testCompareByteSize with data set #4":0,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareSearchQueryAttribute":0.005,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareDataProviderWithPaginationAndSorting with data set #0":0.001,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareDataProviderWithPaginationAndSorting with data set #1":0.001,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareDataProviderWithPaginationAndSorting with data set #2":0.001,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareDataProviderWithPaginationAndSorting with data set #3":0.001,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareDataProviderWithPaginationAndSorting with data set #4":0.001,"yiiunit\\framework\\rest\\SerializerTest::testSerializeModelErrors":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeModelData":0,"yiiunit\\framework\\rest\\SerializerTest::testExpand":0.001,"yiiunit\\framework\\rest\\SerializerTest::testNestedExpand":0.001,"yiiunit\\framework\\rest\\SerializerTest::testFields":0.001,"yiiunit\\framework\\rest\\SerializerTest::testExpandInvalidInput":0.001,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #0":0.001,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #1":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #2":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #3":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #4":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #5":0.001,"yiiunit\\framework\\rest\\SerializerTest::testSerializeJsonSerializable":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeArrayableWithJsonSerializableAttribute":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeArray":0,"yiiunit\\framework\\rest\\UrlRuleTest::testInitControllerNamePluralization":0.002,"yiiunit\\framework\\rest\\UrlRuleTest::testParseRequest":0.003,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #0":0.001,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #1":0.001,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #2":0.002,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #3":0.001,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #4":0.001,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #5":0.002,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #6":0.003,"yiiunit\\framework\\rest\\UrlRuleTest::testGetCreateUrlStatus with data set \"single controller\"":0.002,"yiiunit\\framework\\rest\\UrlRuleTest::testGetCreateUrlStatus with data set \"multiple controllers\"":0.005,"yiiunit\\framework\\test\\ActiveFixtureTest::testGetData":1.941,"yiiunit\\framework\\test\\ActiveFixtureTest::testGetModel":1.925,"yiiunit\\framework\\test\\ActiveFixtureTest::testDataDirectory":1.878,"yiiunit\\framework\\test\\ActiveFixtureTest::testDataPath":1.855,"yiiunit\\framework\\test\\ActiveFixtureTest::testTruncate":1.849,"yiiunit\\framework\\test\\ActiveFixtureTest::testDifferentModelDb":1.751,"yiiunit\\framework\\test\\ArrayFixtureTest::testLoadUnloadParticularFile":0.001,"yiiunit\\framework\\test\\ArrayFixtureTest::testNothingToLoad":0,"yiiunit\\framework\\test\\ArrayFixtureTest::testWrongDataFileException":0,"yiiunit\\framework\\test\\FixtureTest::testDependencies":0.001,"yiiunit\\framework\\test\\FixtureTest::testLoadSequence":0,"yiiunit\\framework\\validators\\BooleanValidatorTest::testValidateValue":0,"yiiunit\\framework\\validators\\BooleanValidatorTest::testValidateAttributeAndError":0,"yiiunit\\framework\\validators\\BooleanValidatorTest::testErrorMessage":0.001,"yiiunit\\framework\\validators\\CompareValidatorTest::testValidateValueException":0.001,"yiiunit\\framework\\validators\\CompareValidatorTest::testValidateValue":0,"yiiunit\\framework\\validators\\CompareValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\CompareValidatorTest::testAttributeErrorMessages":0,"yiiunit\\framework\\validators\\CompareValidatorTest::testValidateAttributeOperators":0,"yiiunit\\framework\\validators\\CompareValidatorTest::testEnsureMessageSetOnInit":0,"yiiunit\\framework\\validators\\DateValidatorTest::testEnsureMessageIsSet":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateValue with data set #0":0.008,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateValue with data set #1":0.005,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateValue with data set #2":0.012,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateValue with data set #0":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateValue with data set #1":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateValue with data set #2":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributePHPFormat with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributePHPFormat with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributePHPFormat with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributePHPFormat with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributePHPFormat with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributePHPFormat with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributeICUFormat with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributeICUFormat with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributeICUFormat with data set #2":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributeICUFormat with data set #0":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributeICUFormat with data set #1":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributeICUFormat with data set #2":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlMultibyteString":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #1":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #3":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #4":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #5":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #6":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #7":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #8":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #9":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #10":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #11":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #12":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #13":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #14":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #15":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #16":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #17":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #18":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #19":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #20":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #21":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #22":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #23":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #24":0.004,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #25":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #26":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #27":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #28":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #29":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #30":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #31":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #32":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #33":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #34":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #35":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #36":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #37":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #38":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #39":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #40":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #41":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #42":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #43":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #44":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #45":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #46":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #47":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #48":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #49":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #50":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #51":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #52":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #53":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #3":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #4":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #5":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #6":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #7":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #8":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #9":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #10":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #11":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #12":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #13":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #14":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #15":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #16":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #17":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #18":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #19":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #20":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #21":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #22":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #23":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #24":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #25":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #26":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #27":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #28":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #29":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #30":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #31":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #32":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #33":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #34":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #35":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #36":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #37":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #38":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #39":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #40":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #41":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #42":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #43":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #44":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #45":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #46":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #47":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #48":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #49":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #50":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #51":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #52":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #53":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTime with data set #0":0.005,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTime with data set #1":0.005,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTime with data set #2":0.008,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTime with data set #0":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTime with data set #1":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTime with data set #2":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTimeAndOutputTimeZone with data set #0":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTimeAndOutputTimeZone with data set #1":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTimeAndOutputTimeZone with data set #2":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTimeAndOutputTimeZone with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTimeAndOutputTimeZone with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTimeAndOutputTimeZone with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithoutTime with data set #0":0.008,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithoutTime with data set #1":0.006,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithoutTime with data set #2":0.004,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithoutTime with data set #0":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithoutTime with data set #1":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithoutTime with data set #2":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateRange":0.004,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateValueRange":0.005,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributeRange":0.005,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributeRange":0.006,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateValueRangeOld":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributeRangeOld":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeSkipValidation":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #3":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #4":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #5":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #6":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #7":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlPass with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlPass with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlPass with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #0":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #1":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #3":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #4":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #5":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #6":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpPass with data set #0":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpPass with data set #1":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpPass with data set #2":0,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeOnEmpty":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIssue15628":0.001,"yiiunit\\framework\\validators\\DefaultValueValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\EachValidatorTest::testArrayFormat":0,"yiiunit\\framework\\validators\\EachValidatorTest::testValidate":0.001,"yiiunit\\framework\\validators\\EachValidatorTest::testFilter":0.001,"yiiunit\\framework\\validators\\EachValidatorTest::testAllowMessageFromRule":0,"yiiunit\\framework\\validators\\EachValidatorTest::testCustomMessageValue":0,"yiiunit\\framework\\validators\\EachValidatorTest::testSkipOnEmpty":0,"yiiunit\\framework\\validators\\EachValidatorTest::testCompare":0,"yiiunit\\framework\\validators\\EachValidatorTest::testStopOnFirstError":0,"yiiunit\\framework\\validators\\EachValidatorTest::testValidateArrayAccess":0.004,"yiiunit\\framework\\validators\\EachValidatorTest::testTypedProperties":0.001,"yiiunit\\framework\\validators\\EachValidatorTest::testErrorMessage":0,"yiiunit\\framework\\validators\\EachValidatorTest::testCustomMethod":0.001,"yiiunit\\framework\\validators\\EachValidatorTest::testAnonymousMethod":0.001,"yiiunit\\framework\\validators\\EmailValidatorTest::testValidateValue":0.001,"yiiunit\\framework\\validators\\EmailValidatorTest::testValidateValueIdn":0.002,"yiiunit\\framework\\validators\\EmailValidatorTest::testValidateValueMx":121.814,"yiiunit\\framework\\validators\\EmailValidatorTest::testValidateAttribute":0.001,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #0":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #1":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #2":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #3":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #4":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #5":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #6":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #7":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #8":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #9":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #10":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #11":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #12":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #13":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #14":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #15":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #16":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #0":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #1":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #2":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #3":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #4":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #5":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #6":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #7":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #8":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #9":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #10":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #11":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #12":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #13":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #14":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #15":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #16":0,"yiiunit\\framework\\validators\\FileValidatorTest::testAssureMessagesSetOnInit":0.01,"yiiunit\\framework\\validators\\FileValidatorTest::testTypeSplitOnInit":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testMimeTypeSplitOnInit":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testGetSizeLimit":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeMultiple":0.003,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttribute_minFilesGreaterThanOneMaxFilesUnlimited_notError":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttribute_minFilesTwoMaxFilesFour_notError":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttribute_minFilesTwoMaxFilesUnlimited_hasError":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttribute":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeType":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateEmptyExtension":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeDoubleType":0,"yiiunit\\framework\\validators\\FileValidatorTest::testIssue11012":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #0":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #1":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #2":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #3":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #4":0.002,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #5":0.002,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #6":0.043,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #7":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskInvalid with data set #0":0.002,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskInvalid with data set #1":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskInvalid with data set #2":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskInvalid with data set #3":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskInvalid with data set #4":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #0":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #1":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #2":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #3":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #4":0.002,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #5":0.002,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #6":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #7":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeTypeInvalid with data set #0":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeTypeInvalid with data set #1":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeTypeInvalid with data set #2":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeTypeInvalid with data set #3":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeTypeInvalid with data set #4":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeErrPartial":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeErrCantWrite":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeErrExtension":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeErrNoTmpDir":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeCaseInsensitive with data set #0":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeCaseInsensitive with data set #1":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeCaseInsensitive with data set #2":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeCaseInsensitive with data set #3":0.001,"yiiunit\\framework\\validators\\FilterValidatorTest::testAssureExceptionOnInit":0,"yiiunit\\framework\\validators\\FilterValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\IpValidatorTest::testInitException":0,"yiiunit\\framework\\validators\\IpValidatorTest::testRangesSubstitution with data set #0":0,"yiiunit\\framework\\validators\\IpValidatorTest::testRangesSubstitution with data set #1":0,"yiiunit\\framework\\validators\\IpValidatorTest::testRangesSubstitution with data set #2":0,"yiiunit\\framework\\validators\\IpValidatorTest::testRangesSubstitution with data set #3":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateOrder":0.001,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #0":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #1":0.001,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #2":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #3":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #4":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #5":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #0":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #1":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #2":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #3":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #4":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #5":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueIPv4":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueIPv6":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueIPvBoth":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateRangeIPv4":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateRangeIPv6":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateRangeIPvBoth":0.001,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateAttributeIPv4":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateAttributeIPv6":0.001,"yiiunit\\framework\\validators\\NumberValidatorTest::testEnsureMessageOnInit":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueSimple":0.005,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueArraySimple":0.001,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueAdvanced":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueWithLocaleWhereDecimalPointIsComma":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueMin":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueMax":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueRange":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateAttributeArray":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateAttributeWithLocaleWhereDecimalPointIsComma":0.001,"yiiunit\\framework\\validators\\NumberValidatorTest::testEnsureCustomMessageIsSetOnValidateAttributeGeneral":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testEnsureCustomMessageIsSetOnValidateAttributeMin":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testEnsureCustomMessageIsSetOnValidateAttributeMax":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testClientValidateComparison":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateObject":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateResource":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateToString":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testNotTrimmedStrings":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testInitException":0.001,"yiiunit\\framework\\validators\\RangeValidatorTest::testAssureMessageSetOnInit":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateValue":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateValueEmpty":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateArrayValue":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateValueStrict":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateArrayValueStrict":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateValueNot":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateAttribute":0.001,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateSubsetArrayable":0,"yiiunit\\framework\\validators\\RegularExpressionValidatorTest::testValidateValue":0.001,"yiiunit\\framework\\validators\\RegularExpressionValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\RegularExpressionValidatorTest::testMessageSetOnInit":0,"yiiunit\\framework\\validators\\RegularExpressionValidatorTest::testInitException":0,"yiiunit\\framework\\validators\\RequiredValidatorTest::testValidateValueWithDefaults":0,"yiiunit\\framework\\validators\\RequiredValidatorTest::testValidateValueWithValue":0,"yiiunit\\framework\\validators\\RequiredValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\RequiredValidatorTest::testErrorClientMessage":0,"yiiunit\\framework\\validators\\StringValidatorTest::testValidateValue":0,"yiiunit\\framework\\validators\\StringValidatorTest::testValidateValueLength":0,"yiiunit\\framework\\validators\\StringValidatorTest::testValidateValueMinMax":0,"yiiunit\\framework\\validators\\StringValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\StringValidatorTest::testEnsureMessagesOnInit":0,"yiiunit\\framework\\validators\\StringValidatorTest::testCustomErrorMessageInValidateAttribute":0,"yiiunit\\framework\\validators\\StringValidatorTest::testValidateValueInNonStrictMode":0,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateValue":0.001,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateValueWithDefaultScheme":0,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateValueWithoutScheme":0.001,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateWithCustomScheme":0.001,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateWithIdn":0.001,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateLength":0,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateAttributeAndError":0,"yiiunit\\framework\\validators\\ValidatorTest::testCreateValidator":0.002,"yiiunit\\framework\\validators\\ValidatorTest::testCreateBuiltInValidatorWithSameNameFunction":0.001,"yiiunit\\framework\\validators\\ValidatorTest::testValidateAttributes":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateWithAttributeIntersect":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateWithEmptyAttributes":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateWithError":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateWithEmpty":0,"yiiunit\\framework\\validators\\ValidatorTest::testIsEmpty":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateValue":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\ValidatorTest::testClientValidateAttribute":0,"yiiunit\\framework\\validators\\ValidatorTest::testIsActive":0,"yiiunit\\framework\\validators\\ValidatorTest::testAddError":0,"yiiunit\\framework\\validators\\ValidatorTest::testGetAttributeNames":0,"yiiunit\\framework\\validators\\ValidatorTest::testGetActiveValidatorsForSafeAttributes":0,"yiiunit\\framework\\validators\\ValidatorTest::testAttributeNamesDynamic":0,"yiiunit\\framework\\validators\\ValidatorTest::testScalarAttributeNames":0,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublish":0.005,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublishedBySymlink":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublishedBySymlink_Issue9333":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublish_AssetManagerBeforeCopy":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublish_AssetBeforeCopy":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublish_publishOptions_Only":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testBasePathIsWritableOnPublish":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testRegister":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testSimpleDependency":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #0":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #1":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #2":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #3":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #4":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #5":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #0":0,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #1":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #2":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #3":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #4":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #5":0,"yiiunit\\framework\\web\\AssetBundleTest::testCircularDependency":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testDuplicateAssetFile":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPerFileOptions":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #0":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #1":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #2":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #3":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #4":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #5":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #6":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #7":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #8":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #9":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #10":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #11":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #12":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #13":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #14":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #15":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #16":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #17":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #18":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #19":0,"yiiunit\\framework\\web\\AssetBundleTest::testCustomFilePublishWithTimestamp":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testNonRelativeAssetWebPathWithTimestamp":0.001,"yiiunit\\framework\\web\\AssetConverterTest::testConvert":0.473,"yiiunit\\framework\\web\\AssetConverterTest::testForceConvert":0.281,"yiiunit\\framework\\web\\ControllerTest::testBindActionParams":0.001,"yiiunit\\framework\\web\\ControllerTest::testNullableInjectedActionParams":0.001,"yiiunit\\framework\\web\\ControllerTest::testModelBindingHttpException":0.002,"yiiunit\\framework\\web\\ControllerTest::testInjectionContainerException":0.001,"yiiunit\\framework\\web\\ControllerTest::testUnknownInjection":0.002,"yiiunit\\framework\\web\\ControllerTest::testInjectedActionParams":0.001,"yiiunit\\framework\\web\\ControllerTest::testInjectedActionParamsFromModule":0.001,"yiiunit\\framework\\web\\ControllerTest::testBindTypedActionParams":0.001,"yiiunit\\framework\\web\\ControllerTest::testAsJson":0,"yiiunit\\framework\\web\\ControllerTest::testAsXml":0.001,"yiiunit\\framework\\web\\ControllerTest::testRedirect":0.001,"yiiunit\\framework\\web\\ControllerTest::testUnionBindingActionParams":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testYiiException":0.003,"yiiunit\\framework\\web\\ErrorActionTest::testUserException":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testAjaxRequest":0,"yiiunit\\framework\\web\\ErrorActionTest::testGenericException":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testGenericExceptionCustomNameAndMessage":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testNoExceptionInHandler":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testDefaultView":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testLayout":0.001,"yiiunit\\framework\\web\\ErrorHandlerTest::testCorrectResponseCodeInErrorView":0.002,"yiiunit\\framework\\web\\ErrorHandlerTest::testClearAssetFilesInErrorView":0.002,"yiiunit\\framework\\web\\ErrorHandlerTest::testClearAssetFilesInErrorActionView":0.002,"yiiunit\\framework\\web\\ErrorHandlerTest::testRenderCallStackItem":0.002,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #0":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #1":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #2":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #3":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #4":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #5":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncodeWithUnicodeSequence":0,"yiiunit\\framework\\web\\GroupUrlRuleTest::testCreateUrl":0.002,"yiiunit\\framework\\web\\GroupUrlRuleTest::testParseRequest":0.001,"yiiunit\\framework\\web\\GroupUrlRuleTest::testParseVerb":0,"yiiunit\\framework\\web\\HeaderCollectionTest::testFromArray":0,"yiiunit\\framework\\web\\HeaderCollectionTest::testSetter":0,"yiiunit\\framework\\web\\HeaderCollectionTest::testSetterDefault":0,"yiiunit\\framework\\web\\HeaderCollectionTest::testAdder":0,"yiiunit\\framework\\web\\HeaderCollectionTest::testRemover":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArraysPretty with data set #0":0.001,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArraysPretty with data set #1":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArraysPretty with data set #2":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArraysPretty with data set #3":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArraysPretty with data set #4":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #0":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #1":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #2":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #3":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #4":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #5":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #6":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatNull":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatFilledContent":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatZeroIndexedObjectKeepObject":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatZeroIndexedObjectAllowArray":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatCleanupKeepObjectType":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatScalar with data set #0":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatScalar with data set #1":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatScalar with data set #2":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatScalar with data set #3":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArrays with data set #0":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArrays with data set #1":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArrays with data set #2":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArrays with data set #3":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArrays with data set #4":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatTraversableObjects with data set #0":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatObjects with data set #0":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatObjects with data set #1":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatObjects with data set #2":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatModels with data set #0":0,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testParse":0.003,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testParseWithDoubleQuotes":0.002,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testNotEmptyPost":0,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testNotEmptyFiles":0,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testUploadFileMaxCount":0.002,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testUploadFileMaxSize":0.001,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testUploadFileAsArray":0.001,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testForce":0.001,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testParseUnicodeInFileName":0.001,"yiiunit\\framework\\web\\RequestTest::testParseAcceptHeader":0,"yiiunit\\framework\\web\\RequestTest::testPreferredLanguage":0.001,"yiiunit\\framework\\web\\RequestTest::testCsrfTokenContainsASCIIOnly":0.001,"yiiunit\\framework\\web\\RequestTest::testCsrfTokenValidation":0.001,"yiiunit\\framework\\web\\RequestTest::testIssue15317":0,"yiiunit\\framework\\web\\RequestTest::testCsrfTokenPost":0.001,"yiiunit\\framework\\web\\RequestTest::testCsrfTokenHeader":0.002,"yiiunit\\framework\\web\\RequestTest::testResolve":0.001,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #5":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #6":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #7":0.001,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #8":0,"yiiunit\\framework\\web\\RequestTest::testSetHostInfo":0,"yiiunit\\framework\\web\\RequestTest::testGetScriptFileWithEmptyServer":0,"yiiunit\\framework\\web\\RequestTest::testGetScriptUrlWithEmptyServer":0,"yiiunit\\framework\\web\\RequestTest::testGetServerName":0,"yiiunit\\framework\\web\\RequestTest::testGetServerPort":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #5":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #6":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #7":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #8":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #9":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #10":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #11":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #12":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #13":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #14":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #15":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #16":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #17":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #18":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #19":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #20":0.001,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #21":0.001,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #22":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #23":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #24":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnectionWithoutTrustedHost with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #5":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #6":0.001,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #7":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #8":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #9":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #10":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #11":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #12":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #13":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #14":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #15":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIPWithoutTrustedHost with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetMethod with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetMethod with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetIsAjax with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetIsAjax with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetIsPjax with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetIsPjax with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetOrigin":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #5":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #6":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #7":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromServerSuperglobal":0,"yiiunit\\framework\\web\\RequestTest::testGetBodyParam":0,"yiiunit\\framework\\web\\RequestTest::testGetBodyParams with data set \"json\"":0.001,"yiiunit\\framework\\web\\RequestTest::testGetBodyParams with data set \"jsonp\"":0,"yiiunit\\framework\\web\\RequestTest::testGetBodyParams with data set \"get\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"emptyIPs\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"invalidIp\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"invalidIp2\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"invalidIp3\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"invalidLatestIp\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"notTrusted\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedLevel1\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedLevel2\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedLevel3\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedLevel4\"":0.001,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedLevel4EmptyElements\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedWithCidr\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedAll\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"emptyIpHeaders\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"defaultPlain\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"defaultSSL\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"untrustedForwardedSSL\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"untrustedForwardedPlain\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"trustedForwardedSSL\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"trustedForwardedPlain\"":0,"yiiunit\\framework\\web\\RequestTest::testRequestMethodCanNotBeDowngraded with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testRequestMethodCanNotBeDowngraded with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testRequestMethodCanNotBeDowngraded with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testRequestMethodCanNotBeDowngraded with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testRequestMethodCanNotBeDowngraded with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testAlreadyResolvedIp with data set \"resolvedXForwardedFor\"":0.001,"yiiunit\\framework\\web\\RequestTest::testAlreadyResolvedIp with data set \"resolvedXForwardedForWithHttps\"":0.001,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #0":0.001,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #1":0.001,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #5":0.001,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #6":0,"yiiunit\\framework\\web\\RequestTest::testForwardedNotTrusted":0,"yiiunit\\framework\\web\\ResponseTest::testSendFileRanges with data set #0":0.004,"yiiunit\\framework\\web\\ResponseTest::testSendFileRanges with data set #1":0.001,"yiiunit\\framework\\web\\ResponseTest::testSendFileRanges with data set #2":0.001,"yiiunit\\framework\\web\\ResponseTest::testSendFileWrongRanges with data set #0":0.001,"yiiunit\\framework\\web\\ResponseTest::testSendFileWrongRanges with data set #1":0,"yiiunit\\framework\\web\\ResponseTest::testSendFileWrongRanges with data set #2":0,"yiiunit\\framework\\web\\ResponseTest::testSendFileWrongRanges with data set #3":0,"yiiunit\\framework\\web\\ResponseTest::testSendContentAsFile":0.001,"yiiunit\\framework\\web\\ResponseTest::testRedirect":0.001,"yiiunit\\framework\\web\\ResponseTest::testRedirectNewLine":0.001,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #0":0.001,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #1":0,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #2":0,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #3":0.001,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #4":0,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #5":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #0":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #1":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #2":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #3":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #4":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #5":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #6":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #7":0,"yiiunit\\framework\\web\\ResponseTest::testNonSeekableStream":0.001,"yiiunit\\framework\\web\\ResponseTest::testSkipFormatter with data set #0":0,"yiiunit\\framework\\web\\ResponseTest::testSkipFormatter with data set #1":0,"yiiunit\\framework\\web\\ResponseTest::testSkipFormatter with data set #2":0.001,"yiiunit\\framework\\web\\ResponseTest::testSkipFormatter with data set #3":0,"yiiunit\\framework\\web\\ResponseTest::testEmptyContentOn204":0,"yiiunit\\framework\\web\\ResponseTest::testSettingContentToNullOn204":0,"yiiunit\\framework\\web\\ResponseTest::testSettingStreamToNullOn204":0.001,"yiiunit\\framework\\web\\ResponseTest::testEmptyContentOn304":0,"yiiunit\\framework\\web\\ResponseTest::testSettingContentToNullOn304":0,"yiiunit\\framework\\web\\ResponseTest::testSettingStreamToNullOn304":0.001,"yiiunit\\framework\\web\\ResponseTest::testSendFileWithInvalidCharactersInFileName":0.001,"yiiunit\\framework\\web\\ResponseTest::testSameSiteCookie":0,"yiiunit\\framework\\web\\UploadedFileTest::testGetInstance":0.001,"yiiunit\\framework\\web\\UploadedFileTest::testGetInstances":0.001,"yiiunit\\framework\\web\\UploadedFileTest::testSaveAs":0.001,"yiiunit\\framework\\web\\UploadedFileTest::testSaveFileFromMultipartFormDataParser":0.002,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #6":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #0":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #2":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #7":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #5":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #6":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #7":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testAbsolutePatterns with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testAbsolutePatterns with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testAbsolutePatterns with data set #2":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testAbsolutePatterns with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testProtocolRelativeAbsolutePattern with data set #0":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testProtocolRelativeAbsolutePattern with data set #1":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testProtocolRelativeAbsolutePattern with data set #2":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testProtocolRelativeAbsolutePattern with data set #3":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testMultipleHostsRules with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testMultipleHostsRules with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testMultipleHostsRules with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testMultipleHostsRules with data set #3":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testCreateUrlCache":0.002,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testUrlCreateCacheWithParameterMismatch":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testCreatingRulesWithDifferentRuleConfigAndEnabledCache":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testNotEnsuringCacheForEmptyRuleset":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testWithoutRules":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testWithoutRulesStrict":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testWithoutRulesWithSuffix with data set #0":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testWithoutRulesWithSuffix with data set #1":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRules":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRulesStrict":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRulesWithSuffix with data set #0":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRulesWithSuffix with data set #1":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRulesWithSuffixStrict with data set #0":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRulesWithSuffixStrict with data set #1":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testParseRESTRequest":0.001,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testAppendRules":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testPrependRules":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testRulesCache":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testRulesCacheIsUsed":0.001,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testModuleRoute":0.001,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlSimple with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlSimple with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlSimple with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlSimple with data set #3":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithParams with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithParams with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithParams with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithParams with data set #3":0.001,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithAnchor with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithAnchor with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithAnchor with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithAnchor with data set #3":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateAbsoluteUrl with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateAbsoluteUrl with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateAbsoluteUrl with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateAbsoluteUrl with data set #3":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlRouteVariants with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlRouteVariants with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlRouteVariants with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlRouteVariants with data set #3":0,"yiiunit\\framework\\web\\UrlManagerTest::testParseRequest with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testParseRequest with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testParseRequest with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testSetBaseUrl":0,"yiiunit\\framework\\web\\UrlNormalizerTest::testNormalizePathInfo":0.002,"yiiunit\\framework\\web\\UrlNormalizerTest::testNormalizeRoute":0.002,"yiiunit\\framework\\web\\UrlNormalizerTest::testUrlManager":0,"yiiunit\\framework\\web\\UrlRuleTest::testCreateUrl":0.002,"yiiunit\\framework\\web\\UrlRuleTest::testParseRequest":0.004,"yiiunit\\framework\\web\\UrlRuleTest::testParseRequestWithNormalizer":0.002,"yiiunit\\framework\\web\\UrlRuleTest::testParseRequestWithUrlManagerCustomNormalizer":0.011,"yiiunit\\framework\\web\\UrlRuleTest::testParseRequestWithUrlRuleCustomNormalizer":0,"yiiunit\\framework\\web\\UrlRuleTest::testToString":0,"yiiunit\\framework\\web\\UrlRuleTest::testGetCreateUrlStatus with data set \"route\"":0.001,"yiiunit\\framework\\web\\UrlRuleTest::testGetCreateUrlStatus with data set \"optional params\"":0.001,"yiiunit\\framework\\web\\UrlRuleTest::testGetCreateUrlStatus with data set \"parsing only\"":0,"yiiunit\\framework\\web\\UserTest::testLoginExpires":0.007,"yiiunit\\framework\\web\\UserTest::testIssue11825":0.003,"yiiunit\\framework\\web\\UserTest::testCookieCleanup":0.002,"yiiunit\\framework\\web\\UserTest::testLoginRequired":0.003,"yiiunit\\framework\\web\\UserTest::testLoginRequiredException1":0.001,"yiiunit\\framework\\web\\UserTest::testAccessChecker":0.001,"yiiunit\\framework\\web\\UserTest::testGetIdentityException":0.003,"yiiunit\\framework\\web\\UserTest::testSetIdentity":0.003,"yiiunit\\framework\\web\\UserTest::testSessionAuthWithNonExistingId":0.001,"yiiunit\\framework\\web\\UserTest::testSessionAuthWithMissingKey":0,"yiiunit\\framework\\web\\UserTest::testSessionAuthWithInvalidKey":0.001,"yiiunit\\framework\\web\\UserTest::testSessionAuthWithValidKey":0.001,"yiiunit\\framework\\web\\UserTest::testSessionAuthWhenIdentityReturnsNull":0.001,"yiiunit\\framework\\web\\ViewTest::testRegisterJsVar":0.001,"yiiunit\\framework\\web\\ViewTest::testRegisterJsFileWithAlias":0.001,"yiiunit\\framework\\web\\ViewTest::testRegisterCssFileWithAlias":0.001,"yiiunit\\framework\\web\\ViewTest::testRegisterregisterCsrfMetaTags":0.001,"yiiunit\\framework\\web\\ViewTest::testAppendTimestampForRegisterJsFile":0.004,"yiiunit\\framework\\web\\ViewTest::testAppendTimestampForRegisterCssFile":0.004,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testCustomRootTag":0.001,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testRootTagRemoval":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testNoObjectTags":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testObjectTagToLowercase":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatNull":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #0":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #1":0.001,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #2":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #3":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #4":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #5":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #0":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #1":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #2":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #3":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #4":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #5":0.001,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #6":0.001,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatTraversableObjects with data set #0":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatObjects with data set #0":0.001,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatObjects with data set #1":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatObjects with data set #2":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatModels with data set #0":0,"yiiunit\\framework\\web\\session\\CacheSessionTest::testCacheSession":0.001,"yiiunit\\framework\\web\\session\\CacheSessionTest::testInvalidCache":0,"yiiunit\\framework\\web\\session\\CacheSessionTest::testNotWrittenSessionDestroying":0,"yiiunit\\framework\\web\\session\\CacheSessionTest::testInitUseStrictMode":0.001,"yiiunit\\framework\\web\\session\\CacheSessionTest::testUseStrictMode":0.004,"yiiunit\\framework\\web\\session\\SessionTest::testDestroySessionId":0.001,"yiiunit\\framework\\web\\session\\SessionTest::testParamsAfterSessionStart":0.004,"yiiunit\\framework\\web\\session\\SessionTest::testSetName":0.001,"yiiunit\\framework\\web\\session\\SessionTest::testInitUseStrictMode":0,"yiiunit\\framework\\web\\session\\SessionTest::testUseStrictMode":0.002,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testReadWrite":0.003,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInitializeWithConfig":0.001,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testGarbageCollection":0,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testWriteCustomField":0,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testWriteCustomFieldWithUserId":0,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testSerializedObjectSaving":0.001,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testMigration":0,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInstantiate":0,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInitUseStrictMode":0.001,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testUseStrictMode":0,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testReadWrite":0.17,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testInitializeWithConfig":0.092,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testGarbageCollection":0.191,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testWriteCustomField":0.083,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testWriteCustomFieldWithUserId":0.136,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testSerializedObjectSaving":0.086,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testMigration":0.269,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testInstantiate":0.068,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testInitUseStrictMode":0.067,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testUseStrictMode":0.088,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testReadWrite":0.123,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testInitializeWithConfig":0.088,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testGarbageCollection":0.09,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testWriteCustomField":0.086,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testWriteCustomFieldWithUserId":0.123,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testSerializedObjectSaving":0.119,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testMigration":0.183,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testInstantiate":0.1,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testInitUseStrictMode":0.135,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testUseStrictMode":0.143,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testReadWrite":0.008,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testInitializeWithConfig":0.008,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testGarbageCollection":0.009,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testWriteCustomField":0.005,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testWriteCustomFieldWithUserId":0.01,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testSerializedObjectSaving":0.007,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testMigration":0.007,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testInstantiate":0.004,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testInitUseStrictMode":0.003,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testUseStrictMode":0.013,"yiiunit\\framework\\widgets\\ActiveFieldTest::testRenderNoContent":0.003,"yiiunit\\framework\\widgets\\ActiveFieldTest::testRenderWithCallableContent":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testRenderWithCustomInputId":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testBeginHasErrors":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testBeginAttributeIsRequired":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testBeginHasErrorAndRequired":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testBegin":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testEnd":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testLabel":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testError":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testTabularInputErrors":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testHint with data set #0":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testHint with data set #1":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testHint with data set #2":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testInput":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testTextInput":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testHiddenInput":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testListBox":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testRadioList":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testGetClientOptionsReturnEmpty":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testGetClientOptionsWithActiveAttributeInScenario":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testGetClientOptionsClientValidation":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testGetClientOptionsValidatorWhenClientSet":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testEnctype":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testGetClientOptionsWithCustomInputId":0.003,"yiiunit\\framework\\widgets\\ActiveFieldTest::testAriaAttributes":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testAriaRequiredAttribute":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testAriaInvalidAttribute":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testTabularAriaAttributes":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testTabularAriaRequiredAttribute":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testTabularAriaInvalidAttribute":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testEmptyTag":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testWidget":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testWidgetOptions":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testOptionsClass":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testInputOptionsTransferToWidget":0.001,"yiiunit\\framework\\widgets\\ActiveFormTest::testBooleanAttributes":0.001,"yiiunit\\framework\\widgets\\ActiveFormTest::testIssue5356":0.001,"yiiunit\\framework\\widgets\\ActiveFormTest::testOutputBuffering":0,"yiiunit\\framework\\widgets\\ActiveFormTest::testRegisterClientScript":0.003,"yiiunit\\framework\\widgets\\ActiveFormTest::testShouldTriggerInitEvent":0,"yiiunit\\framework\\widgets\\ActiveFormTest::testValidationStateOnInput":0.001,"yiiunit\\framework\\widgets\\BlockTest::testShouldTriggerInitEvent":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testHomeLinkNull":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testEmptyLinks":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testHomeLinkFalse":0.002,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testHomeLink":0,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testRenderItemException":0,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testRenderItemLabelOnly":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testEncodeOverride":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testRenderItemWithLabelAndUrl":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testRenderItemTemplate":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testExtraOptions":0,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testTag":0,"yiiunit\\framework\\widgets\\ContentDecoratorTest::testShouldTriggerInitEvent":0.001,"yiiunit\\framework\\widgets\\DetailViewTest::testAttributeValue":0.001,"yiiunit\\framework\\widgets\\DetailViewTest::testUnicodeAttributeNames":0,"yiiunit\\framework\\widgets\\DetailViewTest::testAttributeVisible":0,"yiiunit\\framework\\widgets\\DetailViewTest::testRelationAttribute":0,"yiiunit\\framework\\widgets\\DetailViewTest::testArrayableModel":0,"yiiunit\\framework\\widgets\\DetailViewTest::testObjectModel":0,"yiiunit\\framework\\widgets\\DetailViewTest::testArrayModel":0,"yiiunit\\framework\\widgets\\DetailViewTest::testOptionsTags":0,"yiiunit\\framework\\widgets\\DetailViewTest::testShouldTriggerInitEvent":0,"yiiunit\\framework\\widgets\\LinkPagerTest::testFirstLastPageLabels":0.001,"yiiunit\\framework\\widgets\\LinkPagerTest::testDisabledPageElementOptions":0,"yiiunit\\framework\\widgets\\LinkPagerTest::testDisabledPageElementOptionsWithTagOption":0,"yiiunit\\framework\\widgets\\LinkPagerTest::testDisableCurrentPageButton":0.001,"yiiunit\\framework\\widgets\\LinkPagerTest::testOptionsWithTagOption":0,"yiiunit\\framework\\widgets\\LinkPagerTest::testLinkWrapOptions":0,"yiiunit\\framework\\widgets\\LinkPagerTest::testShouldTriggerInitEvent":0,"yiiunit\\framework\\widgets\\LinkSorterTest::testLabelsSimple":0.008,"yiiunit\\framework\\widgets\\LinkSorterTest::testLabelsExplicit":0.005,"yiiunit\\framework\\widgets\\LinkSorterTest::testShouldTriggerInitEvent":0.005,"yiiunit\\framework\\widgets\\ListViewTest::testEmptyListShown":0,"yiiunit\\framework\\widgets\\ListViewTest::testEmpty":0,"yiiunit\\framework\\widgets\\ListViewTest::testEmptyListNotShown":0,"yiiunit\\framework\\widgets\\ListViewTest::testSimplyListView":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testWidgetOptions":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testItemViewOptions with data set #0":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testItemViewOptions with data set #1":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testItemViewOptions with data set #2":0.002,"yiiunit\\framework\\widgets\\ListViewTest::testItemOptions with data set #0":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testItemOptions with data set #1":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testBeforeAndAfterItem":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testShouldTriggerInitEvent":0,"yiiunit\\framework\\widgets\\ListViewTest::testNoDataProvider":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderNoSorter with data set \"no sort attributes\"":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderNoSorter with data set \"sorter false\"":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderSorterOnlyWithNoItems":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderSorter":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderSummaryWhenPaginationIsFalseAndSummaryIsNull":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testRenderSummaryWhenSummaryIsCustom with data set \"empty\"":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderSummaryWhenSummaryIsCustom with data set \"all tokens\"":0,"yiiunit\\framework\\widgets\\MenuTest::testEncodeLabel":0,"yiiunit\\framework\\widgets\\MenuTest::testTagOption":0,"yiiunit\\framework\\widgets\\MenuTest::testItemTemplate":0,"yiiunit\\framework\\widgets\\MenuTest::testActiveItemClosure":0,"yiiunit\\framework\\widgets\\MenuTest::testItemClassAsArray":0,"yiiunit\\framework\\widgets\\MenuTest::testItemClassAsString":0,"yiiunit\\framework\\widgets\\PjaxTest::testGeneratedIdByPjaxWidget":0.001,"yiiunit\\framework\\widgets\\PjaxTest::testShouldTriggerInitEvent":0,"yiiunit\\framework\\widgets\\SpacelessTest::testWidget":0.001,"yiiunit\\framework\\widgets\\SpacelessTest::testShouldTriggerInitEvent":0}} \ No newline at end of file diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 941c24de003..913b8f4fff9 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -84,7 +84,7 @@ build: - sudo locale-gen fr_FR.UTF-8 override: - - command: ./vendor/bin/phpunit --verbose --exclude-group db,wincache,xcache,zenddata --colors=always --coverage-clover ./coverage.xml + - command: ./vendor/bin/phpunit --verbose --exclude-group db,wincache --colors=always --coverage-clover ./coverage.xml on_node: 1 coverage: file: coverage.xml diff --git a/docs/guide-es/caching-data.md b/docs/guide-es/caching-data.md index 1349865d064..eb0f6cbe3c6 100644 --- a/docs/guide-es/caching-data.md +++ b/docs/guide-es/caching-data.md @@ -79,8 +79,7 @@ se muestra un listado con los componentes de caché disponibles: * [[yii\caching\MemCache]]: utiliza las extensiones de PHP [memcache](https://www.php.net/manual/es/book.memcache.php) y [memcached](https://www.php.net/manual/es/book.memcached.php). Esta opción puede ser considerada como la más rápida cuando la caché es manejada en una aplicación distribuida (ej. con varios servidores, con balance de carga, etc..) * [[yii\redis\Cache]]: implementa un componente de caché basado en [Redis](https://redis.io/) que almacenan pares clave-valor (requiere la versión 2.6.12 de redis). * [[yii\caching\WinCache]]: utiliza la extensión de PHP [WinCache](https://iis.net/downloads/microsoft/wincache-extension) ([ver también](https://www.php.net/manual/es/book.wincache.php)). -* [[yii\caching\XCache]] _(deprecated)_: utiliza la extensión de PHP [XCache](https://en.wikipedia.org/wiki/List_of_PHP_accelerators#XCache). -* [[yii\caching\ZendDataCache]] _(deprecated)_: utiliza [Zend Data Cache](https://files.zend.com/help/Zend-Server-6/zend-server.htm#data_cache_component.htm) como el medio fundamental de caché. + como el medio fundamental de caché. > Tip: Puedes utilizar diferentes tipos de almacenamiento de caché en la misma aplicación. Una estrategia común es la de usar almacenamiento de caché en memoria para almacenar datos que son pequeños pero que son utilizados constantemente (ej. datos estadísticos), y utilizar el almacenamiento de caché en archivos o en base de datos para guardar datos que son grandes y utilizados con menor frecuencia (ej. contenido de página). diff --git a/docs/guide-fr/caching-data.md b/docs/guide-fr/caching-data.md index 01979d539b3..7e79231e8f5 100644 --- a/docs/guide-fr/caching-data.md +++ b/docs/guide-fr/caching-data.md @@ -100,9 +100,6 @@ Yii prend en charge un large panel de supports de stockage pour cache. Ce qui su (une version de redis égale ou supérieure à 2.6.12 est nécessaire). * [[yii\caching\WinCache]]: utilise le [WinCache](https://iis.net/downloads/microsoft/wincache-extension) PHP ([voir aussi l'extension](https://www.php.net/manual/fr/book.wincache.php)). -* [[yii\caching\XCache]] _(deprecated)_: utilise l'extension PHP [XCache](https://en.wikipedia.org/wiki/List_of_PHP_accelerators#XCache). -* [[yii\caching\ZendDataCache]] _(deprecated)_: utilise le - [cache de données Zend](https://files.zend.com/help/Zend-Server-6/zend-server.htm#data_cache_component.htm) en tant que médium de cache sous-jacent. diff --git a/docs/guide-ja/caching-data.md b/docs/guide-ja/caching-data.md index 513fdc59466..03d98bda19e 100644 --- a/docs/guide-ja/caching-data.md +++ b/docs/guide-ja/caching-data.md @@ -128,9 +128,6 @@ Yii はさまざまなキャッシュ・ストレージをサポートしてい (Redis の バージョン 2.6.12 以降が必要とされます) 。 * [[yii\caching\WinCache]]: PHP の [WinCache](https://iis.net/downloads/microsoft/wincache-extension) エクステンションを使用します。 ([参照リンク](https://www.php.net/manual/ja/book.wincache.php)) -* [[yii\caching\XCache]] _(非推奨)_: PHP の [XCache](https://en.wikipedia.org/wiki/List_of_PHP_accelerators#XCache) 拡張モジュールを使用します。 -* [[yii\caching\ZendDataCache]] _(非推奨)_: - キャッシュ・メディアとして [Zend Data Cache](https://files.zend.com/help/Zend-Server-6/zend-server.htm#data_cache_component.htm) を使用します。 diff --git a/docs/guide-pt-BR/caching-data.md b/docs/guide-pt-BR/caching-data.md index 3801b355a1e..3cd41e91834 100644 --- a/docs/guide-pt-BR/caching-data.md +++ b/docs/guide-pt-BR/caching-data.md @@ -96,9 +96,6 @@ Yii suporta uma ampla gama de sistemas de cache. A seguir um resumo: [Redis](https://redis.io/) (requer redis versão 2.6.12 ou mais recente). * [[yii\caching\WinCache]]: usa a extensão PHP [WinCache](https://iis.net/downloads/microsoft/wincache-extension) ([veja também](https://www.php.net/manual/pt_BR/book.wincache.php)). -* [[yii\caching\XCache]] _(deprecated)_: usa a extensão PHP [XCache](https://en.wikipedia.org/wiki/List_of_PHP_accelerators#XCache). -* [[yii\caching\ZendDataCache]] _(deprecated)_: usa - [Cache de Dados Zend](https://files.zend.com/help/Zend-Server-6/zend-server.htm#data_cache_component.htm) como o meio de cache subjacente. diff --git a/docs/guide-ru/caching-data.md b/docs/guide-ru/caching-data.md index 7b1a3052e29..07d3358435e 100644 --- a/docs/guide-ru/caching-data.md +++ b/docs/guide-ru/caching-data.md @@ -102,8 +102,6 @@ Yii поддерживает множество хранилищ кэша: * [[yii\caching\MemCache]]: использует расширения PHP [memcache](https://www.php.net/manual/ru/book.memcache.php) и [memcached](https://www.php.net/manual/ru/book.memcached.php). Этот вариант может рассматриваться как самый быстрый при работе в распределенных приложениях (например, с несколькими серверами, балансировкой нагрузки и так далее); * [[yii\redis\Cache]]: реализует компонент кэша на основе [Redis](https://redis.io/), хранилища ключ-значение (требуется Redis версии 2.6.12 или выше); * [[yii\caching\WinCache]]: использует расширение PHP [WinCache](https://iis.net/downloads/microsoft/wincache-extension) ([смотрите также](https://www.php.net/manual/ru/book.wincache.php)); -* [[yii\caching\XCache]] _(deprecated)_: использует расширение PHP [XCache](https://en.wikipedia.org/wiki/List_of_PHP_accelerators#XCache); -* [[yii\caching\ZendDataCache]] _(deprecated)_: использует [Zend Data Cache](https://files.zend.com/help/Zend-Server-6/zend-server.htm#data_cache_component.htm). > Tip: Вы можете использовать разные способы хранения кэша в одном приложении. Общая стратегия заключается в использовании памяти под хранение небольших часто используемых данных (например, статистические данные). Для больших и реже используемых данных (например, содержимое страницы) лучше использовать файлы или базу данных. diff --git a/docs/guide-zh-CN/caching-data.md b/docs/guide-zh-CN/caching-data.md index 046c85f4124..77bd5f613c9 100644 --- a/docs/guide-zh-CN/caching-data.md +++ b/docs/guide-zh-CN/caching-data.md @@ -128,9 +128,6 @@ Yii 支持一系列缓存存储器,概况如下: (需要 redis 2.6.12 及以上版本的支持 )。 * [[yii\caching\WinCache]]:使用 PHP [WinCache](https://iis.net/downloads/microsoft/wincache-extension) ([另可参考](https://www.php.net/manual/zh/book.wincache.php))扩展. -* [[yii\caching\XCache]]:使用 PHP [XCache](https://en.wikipedia.org/wiki/List_of_PHP_accelerators#XCache)扩展。 -* [[yii\caching\ZendDataCache]]:使用 - [Zend Data Cache](https://files.zend.com/help/Zend-Server-6/zend- server.htm#data_cache_component.htm) 作为底层缓存媒介。 diff --git a/docs/guide/caching-data.md b/docs/guide/caching-data.md index 1c712e801d0..93d1fa3319c 100644 --- a/docs/guide/caching-data.md +++ b/docs/guide/caching-data.md @@ -130,9 +130,6 @@ Yii supports a wide range of cache storage. The following is a summary: (redis version 2.6.12 or higher is required). * [[yii\caching\WinCache]]: uses PHP [WinCache](https://iis.net/downloads/microsoft/wincache-extension) ([see also](https://www.php.net/manual/en/book.wincache.php)) extension. -* [[yii\caching\XCache]] _(deprecated)_: uses PHP [XCache](https://en.wikipedia.org/wiki/List_of_PHP_accelerators#XCache) extension. -* [[yii\caching\ZendDataCache]] _(deprecated)_: uses - [Zend Data Cache](https://files.zend.com/help/Zend-Server-6/zend-server.htm#data_cache_component.htm) as the underlying caching medium. diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 8bd17d17eab..06d86c145b2 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -5,6 +5,7 @@ Yii Framework 2 Change Log ------------------------ - Chg #19902: Remove support for CUBRID (mtangoo) +- Chg #19891: Remove XCache and ZendDataCache support (mtangoo) 2.0.49 under development diff --git a/framework/UPGRADE.md b/framework/UPGRADE.md index 8286cf0100c..539873408a2 100644 --- a/framework/UPGRADE.md +++ b/framework/UPGRADE.md @@ -526,7 +526,6 @@ Upgrade from Yii 2.0.13 - Replace usages of `yii\base\InvalidParamException` with `yii\base\InvalidArgumentException`. - Replace calls to `Yii::trace()` with `Yii::debug()`. - Remove calls to `yii\BaseYii::powered()`. - - If you are using XCache or Zend data cache, those are going away in 2.1 so you might want to start looking for an alternative. * In case you aren't using CSRF cookies (REST APIs etc.) you should turn them off explicitly by setting `\yii\web\Request::$enableCsrfCookie` to `false` in your config file. diff --git a/framework/caching/XCache.php b/framework/caching/XCache.php deleted file mode 100644 index 06c305de2ea..00000000000 --- a/framework/caching/XCache.php +++ /dev/null @@ -1,111 +0,0 @@ - - * @since 2.0 - * @deprecated since 2.0.14. This class will be removed in 2.1.0. - */ -class XCache extends Cache -{ - /** - * Checks whether a specified key exists in the cache. - * This can be faster than getting the value from the cache if the data is big. - * Note that this method does not check whether the dependency associated - * with the cached data, if there is any, has changed. So a call to [[get]] - * may return false while exists returns true. - * @param mixed $key a key identifying the cached value. This can be a simple string or - * a complex data structure consisting of factors representing the key. - * @return bool true if a value exists in cache, false if the value is not in the cache or expired. - */ - public function exists($key) - { - $key = $this->buildKey($key); - - return xcache_isset($key); - } - - /** - * Retrieves a value from cache with a specified key. - * This is the implementation of the method declared in the parent class. - * @param string $key a unique key identifying the cached value - * @return mixed|false the value stored in cache, false if the value is not in the cache or expired. - */ - protected function getValue($key) - { - return xcache_isset($key) ? xcache_get($key) : false; - } - - /** - * Stores a value identified by a key in cache. - * This is the implementation of the method declared in the parent class. - * - * @param string $key the key identifying the value to be cached - * @param mixed $value the value to be cached. Most often it's a string. If you have disabled [[serializer]], - * it could be something else. - * @param int $duration the number of seconds in which the cached value will expire. 0 means never expire. - * @return bool true if the value is successfully stored into cache, false otherwise - */ - protected function setValue($key, $value, $duration) - { - return xcache_set($key, $value, $duration); - } - - /** - * Stores a value identified by a key into cache if the cache does not contain this key. - * This is the implementation of the method declared in the parent class. - * - * @param string $key the key identifying the value to be cached - * @param mixed $value the value to be cached. Most often it's a string. If you have disabled [[serializer]], - * it could be something else. - * @param int $duration the number of seconds in which the cached value will expire. 0 means never expire. - * @return bool true if the value is successfully stored into cache, false otherwise - */ - protected function addValue($key, $value, $duration) - { - return !xcache_isset($key) ? $this->setValue($key, $value, $duration) : false; - } - - /** - * Deletes a value with the specified key from cache - * This is the implementation of the method declared in the parent class. - * @param string $key the key of the value to be deleted - * @return bool if no error happens during deletion - */ - protected function deleteValue($key) - { - return xcache_unset($key); - } - - /** - * Deletes all values from cache. - * This is the implementation of the method declared in the parent class. - * @return bool whether the flush operation was successful. - */ - protected function flushValues() - { - for ($i = 0, $max = xcache_count(XC_TYPE_VAR); $i < $max; $i++) { - if (xcache_clear_cache(XC_TYPE_VAR, $i) === false) { - return false; - } - } - - return true; - } -} diff --git a/framework/caching/ZendDataCache.php b/framework/caching/ZendDataCache.php deleted file mode 100644 index 0f49501db4c..00000000000 --- a/framework/caching/ZendDataCache.php +++ /dev/null @@ -1,89 +0,0 @@ - - * @since 2.0 - * @deprecated since 2.0.14. This class will be removed in 2.1.0. - */ -class ZendDataCache extends Cache -{ - /** - * Retrieves a value from cache with a specified key. - * This is the implementation of the method declared in the parent class. - * @param string $key a unique key identifying the cached value - * @return mixed|false the value stored in cache, false if the value is not in the cache or expired. - */ - protected function getValue($key) - { - $result = zend_shm_cache_fetch($key); - - return $result === null ? false : $result; - } - - /** - * Stores a value identified by a key in cache. - * This is the implementation of the method declared in the parent class. - * - * @param string $key the key identifying the value to be cached - * @param mixed $value the value to be cached. Most often it's a string. If you have disabled [[serializer]], - * it could be something else. - * @param int $duration the number of seconds in which the cached value will expire. 0 means never expire. - * @return bool true if the value is successfully stored into cache, false otherwise - */ - protected function setValue($key, $value, $duration) - { - return zend_shm_cache_store($key, $value, $duration); - } - - /** - * Stores a value identified by a key into cache if the cache does not contain this key. - * This is the implementation of the method declared in the parent class. - * - * @param string $key the key identifying the value to be cached - * @param mixed $value the value to be cached. Most often it's a string. If you have disabled [[serializer]], - * it could be something else. - * @param int $duration the number of seconds in which the cached value will expire. 0 means never expire. - * @return bool true if the value is successfully stored into cache, false otherwise - */ - protected function addValue($key, $value, $duration) - { - return zend_shm_cache_fetch($key) === null ? $this->setValue($key, $value, $duration) : false; - } - - /** - * Deletes a value with the specified key from cache - * This is the implementation of the method declared in the parent class. - * @param string $key the key of the value to be deleted - * @return bool if no error happens during deletion - */ - protected function deleteValue($key) - { - return zend_shm_cache_delete($key); - } - - /** - * Deletes all values from cache. - * This is the implementation of the method declared in the parent class. - * @return bool whether the flush operation was successful. - */ - protected function flushValues() - { - return zend_shm_cache_clear(); - } -} diff --git a/framework/classes.php b/framework/classes.php index 4f52f31baa0..c148e32efa3 100644 --- a/framework/classes.php +++ b/framework/classes.php @@ -85,8 +85,6 @@ 'yii\caching\MemCacheServer' => YII2_PATH . '/caching/MemCacheServer.php', 'yii\caching\TagDependency' => YII2_PATH . '/caching/TagDependency.php', 'yii\caching\WinCache' => YII2_PATH . '/caching/WinCache.php', - 'yii\caching\XCache' => YII2_PATH . '/caching/XCache.php', - 'yii\caching\ZendDataCache' => YII2_PATH . '/caching/ZendDataCache.php', 'yii\captcha\Captcha' => YII2_PATH . '/captcha/Captcha.php', 'yii\captcha\CaptchaAction' => YII2_PATH . '/captcha/CaptchaAction.php', 'yii\captcha\CaptchaAsset' => YII2_PATH . '/captcha/CaptchaAsset.php', diff --git a/tests/README.md b/tests/README.md index 19856e5e0d0..626313701ca 100644 --- a/tests/README.md +++ b/tests/README.md @@ -85,7 +85,7 @@ Run a group of unit tests docker-compose run php vendor/bin/phpunit -v --group caching,db docker-compose run php vendor/bin/phpunit -v --exclude base,caching,db,i18n,log,mutex,rbac,validators,web - docker-compose run php vendor/bin/phpunit -v --exclude mssql,oci,wincache,xcache,zenddata + docker-compose run php vendor/bin/phpunit -v --exclude mssql,oci,wincache > Note: Documentation about [installing additional extensions](https://github.com/yiisoft/yii2-docker/blob/master/docs/install-extensions.md) can be found at `yiisoft/yii2-docker`. diff --git a/tests/framework/caching/XCacheTest.php b/tests/framework/caching/XCacheTest.php deleted file mode 100644 index 68859325ffe..00000000000 --- a/tests/framework/caching/XCacheTest.php +++ /dev/null @@ -1,36 +0,0 @@ -markTestSkipped('XCache not installed. Skipping.'); - } - - if ($this->_cacheInstance === null) { - $this->_cacheInstance = new XCache(); - } - - return $this->_cacheInstance; - } -} diff --git a/tests/framework/caching/ZendDataCacheTest.php b/tests/framework/caching/ZendDataCacheTest.php deleted file mode 100644 index 728b0042953..00000000000 --- a/tests/framework/caching/ZendDataCacheTest.php +++ /dev/null @@ -1,36 +0,0 @@ -markTestSkipped('Zend Data cache not installed. Skipping.'); - } - - if ($this->_cacheInstance === null) { - $this->_cacheInstance = new ZendDataCache(); - } - - return $this->_cacheInstance; - } -} From 3937fdee821a2b453368f59695d342b29e2389ae Mon Sep 17 00:00:00 2001 From: Stefano Mtangoo Date: Wed, 19 Jul 2023 19:43:46 +0300 Subject: [PATCH 2/3] Ignore PHPUnit cache file --- .gitignore | 2 ++ .phpunit.result.cache | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .phpunit.result.cache diff --git a/.gitignore b/.gitignore index 562e0d0300a..96ac2d5e964 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ composer.phar phpunit.phar # local phpunit config /phpunit.xml +#phpunit cache +.phpunit.result.cache # ignore dev installed apps and extensions /apps diff --git a/.phpunit.result.cache b/.phpunit.result.cache deleted file mode 100644 index fe2fac2c1da..00000000000 --- a/.phpunit.result.cache +++ /dev/null @@ -1 +0,0 @@ -{"version":1,"defects":{"yiiunit\\framework\\caching\\ApcCacheTest::testExpire":1,"yiiunit\\framework\\caching\\ApcCacheTest::testExpireAdd":1,"yiiunit\\framework\\caching\\ApcCacheTest::testSet":1,"yiiunit\\framework\\caching\\ApcCacheTest::testGet":1,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiset with data set #0":1,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiset with data set #1":1,"yiiunit\\framework\\caching\\ApcCacheTest::testExists":1,"yiiunit\\framework\\caching\\ApcCacheTest::testArrayAccess":1,"yiiunit\\framework\\caching\\ApcCacheTest::testGetValueNonExistent":1,"yiiunit\\framework\\caching\\ApcCacheTest::testGetNonExistent":1,"yiiunit\\framework\\caching\\ApcCacheTest::testStoreSpecialValues":1,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiGet":1,"yiiunit\\framework\\caching\\ApcCacheTest::testDefaultTtl":1,"yiiunit\\framework\\caching\\ApcCacheTest::testAdd":1,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiAdd":1,"yiiunit\\framework\\caching\\ApcCacheTest::testDelete":1,"yiiunit\\framework\\caching\\ApcCacheTest::testFlush":1,"yiiunit\\framework\\caching\\ApcCacheTest::testGetOrSet":1,"yiiunit\\framework\\caching\\ApcCacheTest::testGetOrSetWithDependencies":1,"yiiunit\\framework\\caching\\DbCacheTest::testExpire":4,"yiiunit\\framework\\caching\\DbCacheTest::testExpireAdd":4,"yiiunit\\framework\\caching\\DbCacheTest::testSynchronousSetWithTheSameKey":4,"yiiunit\\framework\\caching\\DbCacheTest::testSet":4,"yiiunit\\framework\\caching\\DbCacheTest::testGet":4,"yiiunit\\framework\\caching\\DbCacheTest::testMultiset with data set #0":4,"yiiunit\\framework\\caching\\DbCacheTest::testMultiset with data set #1":4,"yiiunit\\framework\\caching\\DbCacheTest::testExists":4,"yiiunit\\framework\\caching\\DbCacheTest::testArrayAccess":4,"yiiunit\\framework\\caching\\DbCacheTest::testGetValueNonExistent":4,"yiiunit\\framework\\caching\\DbCacheTest::testGetNonExistent":4,"yiiunit\\framework\\caching\\DbCacheTest::testStoreSpecialValues":4,"yiiunit\\framework\\caching\\DbCacheTest::testMultiGet":4,"yiiunit\\framework\\caching\\DbCacheTest::testDefaultTtl":4,"yiiunit\\framework\\caching\\DbCacheTest::testAdd":4,"yiiunit\\framework\\caching\\DbCacheTest::testMultiAdd":4,"yiiunit\\framework\\caching\\DbCacheTest::testDelete":4,"yiiunit\\framework\\caching\\DbCacheTest::testFlush":4,"yiiunit\\framework\\caching\\DbCacheTest::testGetOrSet":4,"yiiunit\\framework\\caching\\DbCacheTest::testGetOrSetWithDependencies":4,"yiiunit\\framework\\caching\\FileCacheTest::testCacheRenewalOnDifferentOwnership":1,"yiiunit\\framework\\caching\\MemCacheTest::testExpire":1,"yiiunit\\framework\\caching\\MemCacheTest::testExpireAdd":1,"yiiunit\\framework\\caching\\MemCacheTest::testSet":1,"yiiunit\\framework\\caching\\MemCacheTest::testGet":1,"yiiunit\\framework\\caching\\MemCacheTest::testMultiset with data set #0":1,"yiiunit\\framework\\caching\\MemCacheTest::testMultiset with data set #1":1,"yiiunit\\framework\\caching\\MemCacheTest::testExists":1,"yiiunit\\framework\\caching\\MemCacheTest::testArrayAccess":1,"yiiunit\\framework\\caching\\MemCacheTest::testGetValueNonExistent":1,"yiiunit\\framework\\caching\\MemCacheTest::testGetNonExistent":1,"yiiunit\\framework\\caching\\MemCacheTest::testStoreSpecialValues":1,"yiiunit\\framework\\caching\\MemCacheTest::testMultiGet":1,"yiiunit\\framework\\caching\\MemCacheTest::testDefaultTtl":1,"yiiunit\\framework\\caching\\MemCacheTest::testAdd":1,"yiiunit\\framework\\caching\\MemCacheTest::testMultiAdd":1,"yiiunit\\framework\\caching\\MemCacheTest::testDelete":1,"yiiunit\\framework\\caching\\MemCacheTest::testFlush":1,"yiiunit\\framework\\caching\\MemCacheTest::testGetOrSet":1,"yiiunit\\framework\\caching\\MemCacheTest::testGetOrSetWithDependencies":1,"yiiunit\\framework\\caching\\MemCachedTest::testExpire":1,"yiiunit\\framework\\caching\\MemCachedTest::testExpireAdd":1,"yiiunit\\framework\\caching\\MemCachedTest::testSet":1,"yiiunit\\framework\\caching\\MemCachedTest::testGet":1,"yiiunit\\framework\\caching\\MemCachedTest::testMultiset with data set #0":1,"yiiunit\\framework\\caching\\MemCachedTest::testMultiset with data set #1":1,"yiiunit\\framework\\caching\\MemCachedTest::testExists":1,"yiiunit\\framework\\caching\\MemCachedTest::testArrayAccess":1,"yiiunit\\framework\\caching\\MemCachedTest::testGetValueNonExistent":1,"yiiunit\\framework\\caching\\MemCachedTest::testGetNonExistent":1,"yiiunit\\framework\\caching\\MemCachedTest::testStoreSpecialValues":1,"yiiunit\\framework\\caching\\MemCachedTest::testMultiGet":1,"yiiunit\\framework\\caching\\MemCachedTest::testDefaultTtl":1,"yiiunit\\framework\\caching\\MemCachedTest::testAdd":1,"yiiunit\\framework\\caching\\MemCachedTest::testMultiAdd":1,"yiiunit\\framework\\caching\\MemCachedTest::testDelete":1,"yiiunit\\framework\\caching\\MemCachedTest::testFlush":1,"yiiunit\\framework\\caching\\MemCachedTest::testGetOrSet":1,"yiiunit\\framework\\caching\\MemCachedTest::testGetOrSetWithDependencies":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testExpire":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testExpireAdd":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testSynchronousSetWithTheSameKey":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testSet":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testGet":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiset with data set #0":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiset with data set #1":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testExists":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testArrayAccess":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetValueNonExistent":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetNonExistent":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testStoreSpecialValues":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiGet":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testDefaultTtl":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testAdd":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiAdd":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testDelete":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testFlush":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetOrSet":1,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetOrSetWithDependencies":1,"yiiunit\\framework\\caching\\WinCacheTest::testSet":1,"yiiunit\\framework\\caching\\WinCacheTest::testGet":1,"yiiunit\\framework\\caching\\WinCacheTest::testMultiset with data set #0":1,"yiiunit\\framework\\caching\\WinCacheTest::testMultiset with data set #1":1,"yiiunit\\framework\\caching\\WinCacheTest::testExists":1,"yiiunit\\framework\\caching\\WinCacheTest::testArrayAccess":1,"yiiunit\\framework\\caching\\WinCacheTest::testGetValueNonExistent":1,"yiiunit\\framework\\caching\\WinCacheTest::testGetNonExistent":1,"yiiunit\\framework\\caching\\WinCacheTest::testStoreSpecialValues":1,"yiiunit\\framework\\caching\\WinCacheTest::testMultiGet":1,"yiiunit\\framework\\caching\\WinCacheTest::testDefaultTtl":1,"yiiunit\\framework\\caching\\WinCacheTest::testExpire":1,"yiiunit\\framework\\caching\\WinCacheTest::testExpireAdd":1,"yiiunit\\framework\\caching\\WinCacheTest::testAdd":1,"yiiunit\\framework\\caching\\WinCacheTest::testMultiAdd":1,"yiiunit\\framework\\caching\\WinCacheTest::testDelete":1,"yiiunit\\framework\\caching\\WinCacheTest::testFlush":1,"yiiunit\\framework\\caching\\WinCacheTest::testGetOrSet":1,"yiiunit\\framework\\caching\\WinCacheTest::testGetOrSetWithDependencies":1,"yiiunit\\framework\\base\\ErrorExceptionTest::testXdebugTrace":1,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMessagesSorting":1,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNew":4,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceCreate":4,"yiiunit\\framework\\console\\widgets\\TableTest::testColorizedInputStripsANSIMarkersInternally":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveQuery":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelationVia":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelationViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testQuery":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testRefresh":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testPaginationBeforeModels":1,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testGetData":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testGetModel":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDataDirectory":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDataPath":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testTruncate":1,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDifferentModelDb":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testConstructor":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testTriggerInitEvent":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPrepare":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPopulate_EmptyRows":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPopulate_FilledRows":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOne":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testCreateCommand":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testQueryScalar":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testJoinWith":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testInnerJoinWith":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetQueryTableName_from_not_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetQueryTableName_from_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOnCondition":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAndOnCondition_on_not_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAndOnCondition_on_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOrOnCondition_on_not_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOrOnCondition_on_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAlias_not_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAlias_yet_set":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_notFilledFrom":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_wontFillFrom":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testDeeplyNestedTableRelationWith":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromString":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTablesAlias_isFromString":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":1,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testExplicitPkOnAutoIncrement":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithTrigger":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithComputedColumn":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithRowVersionColumn":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithRowVersionNullColumn":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCustomColumns":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStatisticalFind":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindScalar":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindExists":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindColumn":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindBySql":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCountWithFindBySql":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDeeplyNestedTableRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDeeplyNestedTableRelation2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStoreNull":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStoreEmpty":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIsPrimaryKey":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWith":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateSimple":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithAndScope":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithVia":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithEager":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithAlias with data set #0":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithSameTable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindCompositeRelationWithJoin":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindSimpleRelationWithJoin":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #0":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #1":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #3":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAlias":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInverseOf":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInverseOfDynamic":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDefaultValues":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCastValues":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssues":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveEmpty":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOptimisticLock":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testPopulateWithoutPk":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testBit":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdateAttributes":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEmulateExecution":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllOnCondition":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIndexByAfterLoadingRelations":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testNoTablenameReplacement":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAmbiguousColumnFindOne":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindOneByColumnName":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAmbiguousColumnIndexBy":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindWithConstructors":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCustomARRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testResetNotSavedRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssetException":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssetThrowable":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testVirtualRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFind":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindAsArray":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testHasAttribute":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindIndexBy":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindIndexByAsArray":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRefresh":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEquals":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindCount":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLimit":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindComplexCondition":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindNullValues":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testExists":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazy":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEager":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyVia":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyVia2":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindNestedRelation":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLink":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlink":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAll":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllAndConditionDelete":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInsert":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdate":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdateCounters":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDelete":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testBooleanAttribute":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAfterFind":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAfterRefresh":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEmptyInCondition":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerIndexBy":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAttributeAccess":1,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testViaWithCallable":1,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testQuery":1,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testActiveQuery":1,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testBatchWithoutDbParameter":1,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testBatchWithIndexBy":1,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":1,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":1,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #2":1,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #3":1,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #4":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAutoQuoting":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testPrepareCancel":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamValue":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropDefaultValue":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsertVarbinary":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testConstruct":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetSetSql":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testExecute":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testQuery":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #0":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #1":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #2":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testFetchMode":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsert":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertWithYield":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertDataTypesLocale":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsert":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testNoTablenameReplacement":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelect":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectAlias":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #0":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #1":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #2":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertExpression":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testsInsertQueryAsColumnValue":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateTable":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAlterTable":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testDropTable":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testTruncateTable":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testRenameTable":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values with update part\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values without update part\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query with update part\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query without update part\"":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropPrimaryKey":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropForeignKey":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateDropIndex":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropUnique":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropCheck":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testIntegrityViolation":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testLastInsertId":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testQueryCache":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testColumnCase":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #0":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #1":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #2":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #3":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #4":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #5":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #6":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #7":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testAutoRefreshTableSchema":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testTransaction":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testRetryHandler":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateView":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testDropView":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":1,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindValuesSupportsEnums":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteValue":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteTableName":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteColumnName":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteFullColumnName":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testConstruct":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testOpenClose":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testSerialize":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testGetDriverName":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransaction":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionIsolation":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutException":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutCorrect":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutCustom":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testNestedTransaction":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testNestedTransactionNotSupported":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testEnableQueryLog":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testExceptionContainsRawQuery":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testClone":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testGetPdoAfterClose":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testServerStatusCacheWorks":1,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testServerStatusCacheCanBeDisabled":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testMissingTranslationEvent":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testIssue11429":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslate":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testDefaultSource":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testSourceLanguageFallback":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslateParams":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslateParams2":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testSpecialParams":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testMissingTranslationFormatting":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testRussianPlurals":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testUsingSourceLanguageForMissingTranslation":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testFormatMessageWithNoParam":1,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testFormatMessageWithDottedParameters":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateValueExpectedException":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateValue":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateAttribute":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateCompositeKeys":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetTableWithAlias":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testExpresionInAttributeColumnName":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetRelation":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetRelationWithFilter":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testForceMaster":1,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testSecondTargetAttributeWithError":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOffsetLimit":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testLimit":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOffset":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentAdditionOnTableAndOnColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentAdditionOnQuotedTableOrColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentRemovalFromTableAndFromColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentRemovalFromQuotedTableOrColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentTable":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testResetSequence":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnOnDb":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithNull":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithExpression":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithCheckConstraintOnDb":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithCheckConstraintOnDbWithException":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithUniqueConstraintOnDbWithException":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDropColumn":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDropColumnOnDb":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testGetColumnType":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateTableColumnTypes":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #2":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #3":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #4":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #5":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #6":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #7":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #8":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #9":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #2":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #3":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #4":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #5":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #6":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #7":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #8":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #9":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #10":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #11":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #12":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #13":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #14":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #15":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #16":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #17":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #18":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #19":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #20":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #21":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #22":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #23":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #24":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #25":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #26":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #27":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #28":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #29":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #30":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #31":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #32":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #33":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #34":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #35":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #36":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #37":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #38":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #39":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #40":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #41":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #42":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #43":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #44":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #45":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #46":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #47":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #48":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #49":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #50":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #51":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #52":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #53":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #54":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #55":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #56":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #57":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #58":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #59":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #60":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #61":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #62":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #63":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #64":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #65":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #66":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #67":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #68":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #69":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #2":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #3":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #4":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #5":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #6":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #7":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #8":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #9":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #10":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #11":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #12":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #13":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #14":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #15":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #16":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #17":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #18":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #19":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #20":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #21":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"add\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropCheck with data set \"add\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExists with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExists with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExistsWithParameters":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildUnion":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWithQuery":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWithQueryRecursive":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testSelectSubquery":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testComplexSelect":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testSelectExpression":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testFromIndexHint":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testFromSubquery":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOrderBy":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testGroupBy":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"regular-values\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"carry passed params\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInitFixtures":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query with update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query without update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"no columns to update\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #2":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #3":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpdate with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDelete with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #0":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #1":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #2":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #3":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #4":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #5":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #6":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #7":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #8":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #9":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #10":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #11":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #12":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #13":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #14":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #15":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #16":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #17":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #18":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #19":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #20":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #21":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #22":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #23":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #24":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #25":1,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testIssue15653":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testUnion":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testSelect":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFrom":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFromTableIsArrayWithExpression":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testWhere":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterWhereWithHashFormat":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterWhereWithOperatorFormat":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterHavingWithHashFormat":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterHavingWithOperatorFormat":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterRecursively":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGroup":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testHaving":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testOrder":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testLimitOffset":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testLimitOffsetWithExpression":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testOne":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testExists":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testColumn":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testAmbiguousColumnIndexBy":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testCount":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testAndFilterCompare":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testCountHavingWithoutGroupBy":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testEmulateExecution":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testMultipleLikeConditions":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testExpressionInFrom":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testQueryCache":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testQueryCreation":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromArrayWithAlias":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromString":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromObject_generateException":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTablesAlias_isFromString":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromPrefixedTableName":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedExpression":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":1,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedSubquery":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetStringFieldsSize":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #0":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #1":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #2":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #3":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #4":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #5":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #6":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #7":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #0":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #1":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #2":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #3":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetPrimaryKey":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetSchemaNames":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableNames with data set #0":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableNames with data set #1":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemas with data set #0":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemas with data set #1":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemasWithAttrCase":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetNonExistingTableSchema":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testSchemaCache":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testRefreshTableSchema":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testCompositeFk":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetPDOType":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testNegativeDefaultValues":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testColumnSchema":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testFindUniqueIndexes":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testContraintTablesExistance":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":1,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testAssureMessageSetOnInit":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testCustomMessage":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateInvalidAttribute":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeDefault":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeOfNonARModel":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateNonDatabaseAttribute":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateCompositeKeys":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateTargetClass":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testPrepareParams":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testPrepareQuery":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testAmbiguousColumnName":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testExpressionInAttributeColumnName":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testFindModelWith":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testFindModelJoinWith":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testForceMaster":1,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testSecondTargetAttributeWithError":1,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJsonColumn":4,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropCheck":1,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropDefaultValue":1,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetSchemaNames":1,"yiiunit\\framework\\db\\mysql\\SchemaTest::testColumnSchema":3,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testDeadlockException":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveQuery":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelation":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelationVia":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelationViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testQuery":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testRefresh":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testPaginationBeforeModels":1,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testGetData":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testGetModel":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDataDirectory":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDataPath":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testTruncate":1,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDifferentModelDb":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testConstructor":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testTriggerInitEvent":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPrepare":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPopulate_EmptyRows":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPopulate_FilledRows":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOne":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testCreateCommand":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testQueryScalar":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testJoinWith":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testInnerJoinWith":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetQueryTableName_from_not_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetQueryTableName_from_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOnCondition":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAndOnCondition_on_not_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAndOnCondition_on_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOrOnCondition_on_not_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOrOnCondition_on_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAlias_not_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAlias_yet_set":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_notFilledFrom":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_wontFillFrom":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testDeeplyNestedTableRelationWith":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromString":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTablesAlias_isFromString":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":1,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCastValues":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDefaultValues":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindAsArray":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPrimaryKeyAfterSave":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testMultiplePrimaryKeyAfterSave":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testBit":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testBooleanAttribute":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithAlias with data set #0":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCustomColumns":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStatisticalFind":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindScalar":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindExists":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindColumn":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindBySql":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCountWithFindBySql":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDeeplyNestedTableRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDeeplyNestedTableRelation2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStoreNull":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStoreEmpty":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIsPrimaryKey":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWith":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateSimple":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithAndScope":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithVia":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithEager":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithSameTable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindCompositeRelationWithJoin":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindSimpleRelationWithJoin":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #0":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #1":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #3":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAlias":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInverseOf":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInverseOfDynamic":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssues":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testSaveEmpty":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOptimisticLock":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPopulateWithoutPk":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdateAttributes":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEmulateExecution":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllOnCondition":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIndexByAfterLoadingRelations":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testNoTablenameReplacement":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAmbiguousColumnFindOne":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindOneByColumnName":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAmbiguousColumnIndexBy":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindWithConstructors":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCustomARRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testResetNotSavedRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssetException":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssetThrowable":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testVirtualRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFind":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testHasAttribute":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindIndexBy":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindIndexByAsArray":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRefresh":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEquals":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindCount":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLimit":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindComplexCondition":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindNullValues":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testExists":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazy":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEager":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyVia":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyVia2":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindNestedRelation":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLink":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlink":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAll":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllAndConditionDelete":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInsert":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testExplicitPkOnAutoIncrement":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdate":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdateCounters":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDelete":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAfterFind":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAfterRefresh":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEmptyInCondition":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerIndexBy":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAttributeAccess":1,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testViaWithCallable":1,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testQuery":1,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testActiveQuery":1,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testBatchWithoutDbParameter":1,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testBatchWithIndexBy":1,"yiiunit\\framework\\db\\oci\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":1,"yiiunit\\framework\\db\\oci\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAutoQuoting":1,"yiiunit\\framework\\db\\oci\\CommandTest::testLastInsertId":1,"yiiunit\\framework\\db\\oci\\CommandTest::testCLOBStringInsertion":1,"yiiunit\\framework\\db\\oci\\CommandTest::testQueryCache":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsert":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectAlias":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertDataTypesLocale":1,"yiiunit\\framework\\db\\oci\\CommandTest::testNoTablenameReplacement":1,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateTable":1,"yiiunit\\framework\\db\\oci\\CommandTest::testsInsertQueryAsColumnValue":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAlterTable":1,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateView":1,"yiiunit\\framework\\db\\oci\\CommandTest::testColumnCase":1,"yiiunit\\framework\\db\\oci\\CommandTest::testConstruct":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetSetSql":1,"yiiunit\\framework\\db\\oci\\CommandTest::testPrepareCancel":1,"yiiunit\\framework\\db\\oci\\CommandTest::testExecute":1,"yiiunit\\framework\\db\\oci\\CommandTest::testQuery":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamValue":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #0":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #1":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #2":1,"yiiunit\\framework\\db\\oci\\CommandTest::testFetchMode":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsert":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertWithYield":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"batchIsert empty rows represented by ArrayObject\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelect":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #0":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #1":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #2":1,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertExpression":1,"yiiunit\\framework\\db\\oci\\CommandTest::testDropTable":1,"yiiunit\\framework\\db\\oci\\CommandTest::testTruncateTable":1,"yiiunit\\framework\\db\\oci\\CommandTest::testRenameTable":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values with update part\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values without update part\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query with update part\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query without update part\"":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropPrimaryKey":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropForeignKey":1,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateDropIndex":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropUnique":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropCheck":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropDefaultValue":1,"yiiunit\\framework\\db\\oci\\CommandTest::testIntegrityViolation":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #0":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #1":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #2":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #3":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #4":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #5":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #6":1,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #7":1,"yiiunit\\framework\\db\\oci\\CommandTest::testAutoRefreshTableSchema":1,"yiiunit\\framework\\db\\oci\\CommandTest::testTransaction":1,"yiiunit\\framework\\db\\oci\\CommandTest::testRetryHandler":1,"yiiunit\\framework\\db\\oci\\CommandTest::testDropView":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":1,"yiiunit\\framework\\db\\oci\\CommandTest::testBindValuesSupportsEnums":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testSerialize":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteTableName":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteColumnName":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteFullColumnName":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionIsolation":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutCustom":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteValue":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testConstruct":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testOpenClose":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testGetDriverName":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransaction":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutException":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutCorrect":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testNestedTransaction":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testNestedTransactionNotSupported":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testEnableQueryLog":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testExceptionContainsRawQuery":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testClone":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testGetPdoAfterClose":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testServerStatusCacheWorks":1,"yiiunit\\framework\\db\\oci\\ConnectionTest::testServerStatusCacheCanBeDisabled":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateValueExpectedException":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateValue":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateAttribute":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateCompositeKeys":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetTableWithAlias":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testExpresionInAttributeColumnName":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetRelation":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetRelationWithFilter":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testForceMaster":1,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testSecondTargetAttributeWithError":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCommentColumn":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCommentTable":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testExecuteResetSequence":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInitFixtures":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query with update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query without update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testGetColumnType":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateTableColumnTypes":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #1":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #2":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #3":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #1":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #2":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #3":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #4":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #5":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #6":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #7":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #8":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #9":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #10":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #11":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #12":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #13":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #14":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #15":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #16":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #17":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #18":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #19":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #20":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #21":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #22":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #23":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #24":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #25":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #26":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #27":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #28":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #29":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #30":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #31":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #32":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #33":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #34":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #35":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #36":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #37":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #38":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #39":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #40":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #41":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #42":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #43":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #44":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #45":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #46":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #47":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #48":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #49":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #50":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #51":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #52":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #53":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #54":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #55":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #56":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #57":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #58":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #59":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #60":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #61":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #62":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #63":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #64":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #65":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #66":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #67":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #68":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #69":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #70":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #71":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #1":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #2":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #3":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #4":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #5":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #6":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #7":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #8":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #9":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #10":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #11":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #12":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #13":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #14":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #15":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #16":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #17":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #18":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #19":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #20":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #21":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"add\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropCheck with data set \"add\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExists with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExists with data set #1":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExistsWithParameters":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildUnion":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWithQuery":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWithQueryRecursive":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testSelectSubquery":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testComplexSelect":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testSelectExpression":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testFromIndexHint":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testFromSubquery":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testOrderBy":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testGroupBy":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"regular-values\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"carry passed params\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #1":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #2":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #3":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpdate with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testDelete with data set #0":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildLikeCondition":1,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testIssue15653":1,"yiiunit\\framework\\db\\oci\\QueryTest::testUnion":1,"yiiunit\\framework\\db\\oci\\QueryTest::testSelect":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFrom":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFromTableIsArrayWithExpression":1,"yiiunit\\framework\\db\\oci\\QueryTest::testWhere":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterWhereWithHashFormat":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterWhereWithOperatorFormat":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterHavingWithHashFormat":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterHavingWithOperatorFormat":1,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterRecursively":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGroup":1,"yiiunit\\framework\\db\\oci\\QueryTest::testHaving":1,"yiiunit\\framework\\db\\oci\\QueryTest::testOrder":1,"yiiunit\\framework\\db\\oci\\QueryTest::testLimitOffset":1,"yiiunit\\framework\\db\\oci\\QueryTest::testLimitOffsetWithExpression":1,"yiiunit\\framework\\db\\oci\\QueryTest::testOne":1,"yiiunit\\framework\\db\\oci\\QueryTest::testExists":1,"yiiunit\\framework\\db\\oci\\QueryTest::testColumn":1,"yiiunit\\framework\\db\\oci\\QueryTest::testAmbiguousColumnIndexBy":1,"yiiunit\\framework\\db\\oci\\QueryTest::testCount":1,"yiiunit\\framework\\db\\oci\\QueryTest::testAndFilterCompare":1,"yiiunit\\framework\\db\\oci\\QueryTest::testCountHavingWithoutGroupBy":1,"yiiunit\\framework\\db\\oci\\QueryTest::testEmulateExecution":1,"yiiunit\\framework\\db\\oci\\QueryTest::testMultipleLikeConditions":1,"yiiunit\\framework\\db\\oci\\QueryTest::testExpressionInFrom":1,"yiiunit\\framework\\db\\oci\\QueryTest::testQueryCache":1,"yiiunit\\framework\\db\\oci\\QueryTest::testQueryCreation":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromArrayWithAlias":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromString":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromObject_generateException":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTablesAlias_isFromString":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromPrefixedTableName":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedExpression":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":1,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedSubquery":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testAutoincrementDisabled":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testFindUniqueIndexes":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testCompositeFk":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetSchemaNames":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableNames with data set #0":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableNames with data set #1":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemas with data set #0":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemas with data set #1":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemasWithAttrCase":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetNonExistingTableSchema":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testSchemaCache":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testRefreshTableSchema":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetPDOType":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testNegativeDefaultValues":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testColumnSchema":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testContraintTablesExistance":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":1,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testAssureMessageSetOnInit":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testCustomMessage":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateInvalidAttribute":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeDefault":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeOfNonARModel":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateNonDatabaseAttribute":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateCompositeKeys":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateTargetClass":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testPrepareParams":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testPrepareQuery":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testAmbiguousColumnName":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testExpressionInAttributeColumnName":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testFindModelWith":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testFindModelJoinWith":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testForceMaster":1,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testSecondTargetAttributeWithError":1,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropDefaultValue":1,"yiiunit\\framework\\db\\pgsql\\QueryTest::testCountHavingWithoutGroupBy":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropPrimaryKey":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropForeignKey":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropUnique":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropCheck":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAlterTable":1,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropDefaultValue":1,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testExceptionContainsRawQuery":1,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCommentColumn":1,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCommentTable":1,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsertOnOlderVersions":1,"yiiunit\\framework\\db\\sqlite\\QueryTest::testCountHavingWithoutGroupBy":1,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetSchemaNames":1,"FileHelperTest::testChangeOwnership":2,"yiiunit\\framework\\helpers\\IpHelperTest::testIpv6ExpandingWithInvalidValue":1,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testIssue11429":1,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsScientific":1,"yiiunit\\framework\\i18n\\GettextMessageSourceTest::testLoadMessages":2,"yiiunit\\framework\\web\\UploadedFileTest::testSaveAs":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testReadWrite":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInitializeWithConfig":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testGarbageCollection":1,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testWriteCustomField":1,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testWriteCustomFieldWithUserId":1,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testSerializedObjectSaving":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testMigration":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInstantiate":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInitUseStrictMode":2,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testUseStrictMode":2},"times":{"yiiunit\\framework\\caching\\ApcCacheTest::testExpire":0,"yiiunit\\framework\\caching\\ApcCacheTest::testExpireAdd":0,"yiiunit\\framework\\caching\\ApcCacheTest::testSet":0,"yiiunit\\framework\\caching\\ApcCacheTest::testGet":0,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiset with data set #0":0,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiset with data set #1":0,"yiiunit\\framework\\caching\\ApcCacheTest::testExists":0,"yiiunit\\framework\\caching\\ApcCacheTest::testArrayAccess":0,"yiiunit\\framework\\caching\\ApcCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\ApcCacheTest::testGetNonExistent":0,"yiiunit\\framework\\caching\\ApcCacheTest::testStoreSpecialValues":0,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiGet":0,"yiiunit\\framework\\caching\\ApcCacheTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\ApcCacheTest::testAdd":0,"yiiunit\\framework\\caching\\ApcCacheTest::testMultiAdd":0,"yiiunit\\framework\\caching\\ApcCacheTest::testDelete":0,"yiiunit\\framework\\caching\\ApcCacheTest::testFlush":0.001,"yiiunit\\framework\\caching\\ApcCacheTest::testGetOrSet":0.001,"yiiunit\\framework\\caching\\ApcCacheTest::testGetOrSetWithDependencies":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testExpire":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testExpireAdd":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testSerializationOfComplexKeysThatContainNonUTFSequences":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testSet":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testGet":0.002,"yiiunit\\framework\\caching\\ArrayCacheTest::testMultiset with data set #0":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testMultiset with data set #1":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testExists":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testArrayAccess":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testGetNonExistent":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testStoreSpecialValues":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testMultiGet":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testAdd":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testMultiAdd":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testDelete":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testFlush":0,"yiiunit\\framework\\caching\\ArrayCacheTest::testGetOrSet":0.001,"yiiunit\\framework\\caching\\ArrayCacheTest::testGetOrSetWithDependencies":0.001,"yiiunit\\framework\\caching\\DbCacheTest::testExpire":1.796,"yiiunit\\framework\\caching\\DbCacheTest::testExpireAdd":1.797,"yiiunit\\framework\\caching\\DbCacheTest::testSynchronousSetWithTheSameKey":1.802,"yiiunit\\framework\\caching\\DbCacheTest::testSet":1.808,"yiiunit\\framework\\caching\\DbCacheTest::testGet":1.787,"yiiunit\\framework\\caching\\DbCacheTest::testMultiset with data set #0":1.821,"yiiunit\\framework\\caching\\DbCacheTest::testMultiset with data set #1":1.845,"yiiunit\\framework\\caching\\DbCacheTest::testExists":1.834,"yiiunit\\framework\\caching\\DbCacheTest::testArrayAccess":2.141,"yiiunit\\framework\\caching\\DbCacheTest::testGetValueNonExistent":2.046,"yiiunit\\framework\\caching\\DbCacheTest::testGetNonExistent":2.111,"yiiunit\\framework\\caching\\DbCacheTest::testStoreSpecialValues":2.048,"yiiunit\\framework\\caching\\DbCacheTest::testMultiGet":1.896,"yiiunit\\framework\\caching\\DbCacheTest::testDefaultTtl":1.767,"yiiunit\\framework\\caching\\DbCacheTest::testAdd":2.132,"yiiunit\\framework\\caching\\DbCacheTest::testMultiAdd":2.141,"yiiunit\\framework\\caching\\DbCacheTest::testDelete":1.876,"yiiunit\\framework\\caching\\DbCacheTest::testFlush":2.178,"yiiunit\\framework\\caching\\DbCacheTest::testGetOrSet":1.771,"yiiunit\\framework\\caching\\DbCacheTest::testGetOrSetWithDependencies":2.429,"yiiunit\\framework\\caching\\DbDependencyTest::testIsChanged":0.005,"yiiunit\\framework\\caching\\DependencyTest::testResetReusableData":0.001,"yiiunit\\framework\\caching\\DependencyTest::testGenerateReusableHash":0,"yiiunit\\framework\\caching\\DependencyTest::testIsChanged":0.001,"yiiunit\\framework\\caching\\FileCacheTest::testExpire":0.002,"yiiunit\\framework\\caching\\FileCacheTest::testExpireAdd":0.001,"yiiunit\\framework\\caching\\FileCacheTest::testKeyPrefix":0.008,"yiiunit\\framework\\caching\\FileCacheTest::testCacheRenewalOnDifferentOwnership":0.001,"yiiunit\\framework\\caching\\FileCacheTest::testSet":0.004,"yiiunit\\framework\\caching\\FileCacheTest::testGet":0.007,"yiiunit\\framework\\caching\\FileCacheTest::testMultiset with data set #0":0.004,"yiiunit\\framework\\caching\\FileCacheTest::testMultiset with data set #1":0.006,"yiiunit\\framework\\caching\\FileCacheTest::testExists":0.006,"yiiunit\\framework\\caching\\FileCacheTest::testArrayAccess":0.002,"yiiunit\\framework\\caching\\FileCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\FileCacheTest::testGetNonExistent":0,"yiiunit\\framework\\caching\\FileCacheTest::testStoreSpecialValues":0.004,"yiiunit\\framework\\caching\\FileCacheTest::testMultiGet":0.01,"yiiunit\\framework\\caching\\FileCacheTest::testDefaultTtl":0.001,"yiiunit\\framework\\caching\\FileCacheTest::testAdd":0.008,"yiiunit\\framework\\caching\\FileCacheTest::testMultiAdd":0.008,"yiiunit\\framework\\caching\\FileCacheTest::testDelete":0.006,"yiiunit\\framework\\caching\\FileCacheTest::testFlush":0.006,"yiiunit\\framework\\caching\\FileCacheTest::testGetOrSet":0.007,"yiiunit\\framework\\caching\\FileCacheTest::testGetOrSetWithDependencies":0.01,"yiiunit\\framework\\caching\\MemCacheTest::testExpire":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testExpireAdd":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testSet":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testGet":0,"yiiunit\\framework\\caching\\MemCacheTest::testMultiset with data set #0":0,"yiiunit\\framework\\caching\\MemCacheTest::testMultiset with data set #1":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testExists":0,"yiiunit\\framework\\caching\\MemCacheTest::testArrayAccess":0,"yiiunit\\framework\\caching\\MemCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\MemCacheTest::testGetNonExistent":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testStoreSpecialValues":0.001,"yiiunit\\framework\\caching\\MemCacheTest::testMultiGet":0,"yiiunit\\framework\\caching\\MemCacheTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\MemCacheTest::testAdd":0,"yiiunit\\framework\\caching\\MemCacheTest::testMultiAdd":0,"yiiunit\\framework\\caching\\MemCacheTest::testDelete":0,"yiiunit\\framework\\caching\\MemCacheTest::testFlush":0,"yiiunit\\framework\\caching\\MemCacheTest::testGetOrSet":0,"yiiunit\\framework\\caching\\MemCacheTest::testGetOrSetWithDependencies":0,"yiiunit\\framework\\caching\\MemCachedTest::testExpire":0,"yiiunit\\framework\\caching\\MemCachedTest::testExpireAdd":0,"yiiunit\\framework\\caching\\MemCachedTest::testSet":0,"yiiunit\\framework\\caching\\MemCachedTest::testGet":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testMultiset with data set #0":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testMultiset with data set #1":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testExists":0,"yiiunit\\framework\\caching\\MemCachedTest::testArrayAccess":0,"yiiunit\\framework\\caching\\MemCachedTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\MemCachedTest::testGetNonExistent":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testStoreSpecialValues":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testMultiGet":0,"yiiunit\\framework\\caching\\MemCachedTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\MemCachedTest::testAdd":0,"yiiunit\\framework\\caching\\MemCachedTest::testMultiAdd":0,"yiiunit\\framework\\caching\\MemCachedTest::testDelete":0,"yiiunit\\framework\\caching\\MemCachedTest::testFlush":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testGetOrSet":0.001,"yiiunit\\framework\\caching\\MemCachedTest::testGetOrSetWithDependencies":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testExpire":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testExpireAdd":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testSynchronousSetWithTheSameKey":0.002,"yiiunit\\framework\\caching\\MssqlCacheTest::testSet":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testGet":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiset with data set #0":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiset with data set #1":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testExists":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testArrayAccess":0.001,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetNonExistent":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testStoreSpecialValues":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiGet":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testAdd":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testMultiAdd":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testDelete":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testFlush":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetOrSet":0,"yiiunit\\framework\\caching\\MssqlCacheTest::testGetOrSetWithDependencies":0,"yiiunit\\framework\\caching\\PgSQLCacheTest::testExpire":0.666,"yiiunit\\framework\\caching\\PgSQLCacheTest::testExpireAdd":0.317,"yiiunit\\framework\\caching\\PgSQLCacheTest::testSynchronousSetWithTheSameKey":0.328,"yiiunit\\framework\\caching\\PgSQLCacheTest::testSet":0.345,"yiiunit\\framework\\caching\\PgSQLCacheTest::testGet":0.319,"yiiunit\\framework\\caching\\PgSQLCacheTest::testMultiset with data set #0":0.427,"yiiunit\\framework\\caching\\PgSQLCacheTest::testMultiset with data set #1":0.365,"yiiunit\\framework\\caching\\PgSQLCacheTest::testExists":0.36,"yiiunit\\framework\\caching\\PgSQLCacheTest::testArrayAccess":0.319,"yiiunit\\framework\\caching\\PgSQLCacheTest::testGetValueNonExistent":0.288,"yiiunit\\framework\\caching\\PgSQLCacheTest::testGetNonExistent":0.317,"yiiunit\\framework\\caching\\PgSQLCacheTest::testStoreSpecialValues":0.332,"yiiunit\\framework\\caching\\PgSQLCacheTest::testMultiGet":0.357,"yiiunit\\framework\\caching\\PgSQLCacheTest::testDefaultTtl":0.311,"yiiunit\\framework\\caching\\PgSQLCacheTest::testAdd":0.361,"yiiunit\\framework\\caching\\PgSQLCacheTest::testMultiAdd":0.474,"yiiunit\\framework\\caching\\PgSQLCacheTest::testDelete":0.35,"yiiunit\\framework\\caching\\PgSQLCacheTest::testFlush":0.325,"yiiunit\\framework\\caching\\PgSQLCacheTest::testGetOrSet":0.319,"yiiunit\\framework\\caching\\PgSQLCacheTest::testGetOrSetWithDependencies":0.33,"yiiunit\\framework\\caching\\TagDependencyTest::testInvalidate":0.018,"yiiunit\\framework\\caching\\WinCacheTest::testSet":0,"yiiunit\\framework\\caching\\WinCacheTest::testGet":0,"yiiunit\\framework\\caching\\WinCacheTest::testMultiset with data set #0":0,"yiiunit\\framework\\caching\\WinCacheTest::testMultiset with data set #1":0,"yiiunit\\framework\\caching\\WinCacheTest::testExists":0,"yiiunit\\framework\\caching\\WinCacheTest::testArrayAccess":0,"yiiunit\\framework\\caching\\WinCacheTest::testGetValueNonExistent":0,"yiiunit\\framework\\caching\\WinCacheTest::testGetNonExistent":0,"yiiunit\\framework\\caching\\WinCacheTest::testStoreSpecialValues":0,"yiiunit\\framework\\caching\\WinCacheTest::testMultiGet":0,"yiiunit\\framework\\caching\\WinCacheTest::testDefaultTtl":0,"yiiunit\\framework\\caching\\WinCacheTest::testExpire":0.001,"yiiunit\\framework\\caching\\WinCacheTest::testExpireAdd":0,"yiiunit\\framework\\caching\\WinCacheTest::testAdd":0,"yiiunit\\framework\\caching\\WinCacheTest::testMultiAdd":0,"yiiunit\\framework\\caching\\WinCacheTest::testDelete":0,"yiiunit\\framework\\caching\\WinCacheTest::testFlush":0,"yiiunit\\framework\\caching\\WinCacheTest::testGetOrSet":0,"yiiunit\\framework\\caching\\WinCacheTest::testGetOrSetWithDependencies":0,"yiiunit\\framework\\widgets\\FragmentCacheTest::testCacheEnabled":0,"yiiunit\\framework\\widgets\\FragmentCacheTest::testCacheDisabled1":0,"yiiunit\\framework\\widgets\\FragmentCacheTest::testCacheDisabled2":0,"yiiunit\\framework\\widgets\\FragmentCacheTest::testSingleDynamicFragment":0.002,"yiiunit\\framework\\widgets\\FragmentCacheTest::testMultipleDynamicFragments":0.002,"yiiunit\\framework\\widgets\\FragmentCacheTest::testNestedDynamicFragments":0.002,"yiiunit\\framework\\widgets\\FragmentCacheTest::testVariations":0.001,"yiiunit\\framework\\BaseYiiTest::testAlias":0.008,"yiiunit\\framework\\BaseYiiTest::testGetVersion":0.001,"yiiunit\\framework\\BaseYiiTest::testPowered":0.001,"yiiunit\\framework\\BaseYiiTest::testCreateObjectArray":0.002,"yiiunit\\framework\\BaseYiiTest::testCreateObjectCallable":0.009,"yiiunit\\framework\\BaseYiiTest::testCreateObjectEmptyArrayException":0.002,"yiiunit\\framework\\BaseYiiTest::testCreateObjectInvalidConfigException":0,"yiiunit\\framework\\BaseYiiTest::testDi3CompatibilityCreateDependentObject":0.001,"yiiunit\\framework\\BaseYiiTest::testSetupLogger":0,"yiiunit\\framework\\BaseYiiTest::testLog":0.034,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #0":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #2":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #3":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #4":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #5":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #6":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #7":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #8":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #9":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #10":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #11":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #12":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #13":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #14":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #15":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #16":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #17":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #18":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #19":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #20":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #21":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #22":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #23":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #24":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #25":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #26":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #27":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #28":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #29":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #30":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #31":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #32":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #33":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #34":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #35":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #36":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #37":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #38":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #39":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #40":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #41":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #42":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #43":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #44":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #45":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #46":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #47":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #48":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #49":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #50":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #51":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #52":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #53":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #54":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #55":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #56":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #57":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #58":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #59":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #60":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #61":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #62":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #63":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #64":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #65":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #66":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #67":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #68":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #69":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #70":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #71":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #72":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #73":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #74":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #75":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #76":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #77":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #78":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #79":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #80":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #81":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #82":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #83":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #84":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #85":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #86":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #87":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #88":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #89":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #90":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #91":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #92":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #93":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #94":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #95":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #96":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #97":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #98":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #99":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #100":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #101":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #102":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #103":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #104":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #105":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #106":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #107":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #108":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #109":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #110":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #111":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #112":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #113":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #114":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #115":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #116":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #117":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #118":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #119":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #120":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #121":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #122":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #123":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #124":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #125":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #126":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #127":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #128":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #129":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #130":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #131":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #132":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #133":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #134":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #135":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #136":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #137":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #138":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #139":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #140":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #141":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #142":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #143":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #144":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #145":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #146":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #147":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #148":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #149":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #150":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #151":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #152":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #153":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #154":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #155":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #156":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #157":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #158":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #159":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #160":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #161":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #162":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #163":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #164":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #165":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #166":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #167":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #168":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #169":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #170":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #171":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #172":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #173":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #174":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #175":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #176":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #177":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #178":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #179":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #180":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #181":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #182":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #183":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #184":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #185":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #186":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #187":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #188":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #189":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #190":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #191":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #192":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #193":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #194":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #195":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #196":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #197":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #198":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #199":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #200":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #201":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #202":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #203":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #204":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #205":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #206":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #207":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #208":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #209":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #210":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #211":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #212":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #213":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #214":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #215":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #216":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #217":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #218":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #219":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #220":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #221":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #222":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #223":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #224":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #225":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #226":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #227":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #228":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #229":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #230":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #231":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #232":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #233":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #234":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #235":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #236":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #237":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #238":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #239":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #240":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #241":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #242":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #243":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #244":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #245":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #246":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #247":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #248":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #249":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #250":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #251":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #252":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #253":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #254":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #255":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #256":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #257":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #258":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #259":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #260":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #261":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #262":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #263":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #264":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #265":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #266":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #267":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #268":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #269":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #270":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #271":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #272":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #273":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #274":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #275":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #276":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #277":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #278":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #279":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #280":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #281":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #282":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #283":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #284":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #285":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #286":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #287":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #288":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #289":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #290":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #291":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #292":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #293":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #294":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #295":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #296":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #297":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #298":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #299":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #300":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #301":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #302":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #303":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #304":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #305":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #306":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #307":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #308":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #309":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #310":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #311":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #312":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #313":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #314":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #315":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #316":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #317":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #318":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #319":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #320":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #321":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #322":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #323":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #324":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #325":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #326":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #327":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #328":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #329":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #330":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #331":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #332":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #333":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #334":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #335":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #336":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #337":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #338":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #339":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #340":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #341":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #342":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #343":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #344":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #345":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #346":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #347":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #348":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #349":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #350":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #351":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #352":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #353":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #354":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #355":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #356":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #357":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #358":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #359":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #360":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #361":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #362":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #363":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #364":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #365":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #366":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #367":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #368":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #369":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #370":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #371":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #372":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #373":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #374":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #375":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #376":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #377":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #378":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #379":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #380":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #381":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #382":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #383":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #384":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #385":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #386":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #387":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #388":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #389":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #390":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #391":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #392":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #393":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #394":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #395":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #396":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #397":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #398":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #399":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #400":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #401":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #402":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #403":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #404":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #405":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #406":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #407":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #408":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #409":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #410":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #411":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #412":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #413":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #414":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #415":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #416":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #417":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #418":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #419":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #420":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #421":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #422":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #423":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #424":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #425":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #426":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #427":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #428":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #429":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #430":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #431":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #432":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #433":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #434":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #435":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #436":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #437":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #438":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #439":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #440":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #441":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #442":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #443":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #444":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #445":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #446":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #447":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #448":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #449":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #450":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #451":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #452":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #453":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #454":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #455":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #456":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #457":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #458":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #459":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #460":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #461":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #462":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #463":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #464":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #465":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #466":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #467":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #468":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #469":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #470":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #471":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #472":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #473":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #474":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #475":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #476":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #477":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #478":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #479":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #480":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #481":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #482":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #483":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #484":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #485":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #486":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #487":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #488":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #489":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #490":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #491":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #492":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #493":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #494":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #495":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #496":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #497":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #498":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #499":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #500":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #501":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #502":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #503":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #504":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #505":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #506":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #507":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #508":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #509":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #510":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #511":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #512":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #513":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #514":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #515":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #516":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #517":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #518":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #519":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #520":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #521":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #522":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #523":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #524":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #525":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #526":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #527":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #528":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #529":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #530":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #531":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #532":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #533":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #534":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #535":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #536":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #537":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #538":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #539":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #540":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #541":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #542":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #543":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #544":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #545":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #546":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #547":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #548":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #549":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #550":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #551":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #552":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #553":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #554":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #555":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #556":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #557":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #558":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #559":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #560":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #561":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #562":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #563":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #564":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #565":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #566":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #567":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #568":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #569":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #570":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #571":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #572":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #573":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #574":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #575":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #576":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #577":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #578":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #579":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #580":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #581":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #582":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #583":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #584":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #585":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #586":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #587":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #588":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #589":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #590":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #591":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #592":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #593":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #594":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #595":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #596":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #597":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #598":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #599":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #600":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #601":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #602":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #603":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #604":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #605":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #606":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #607":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #608":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #609":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #610":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #611":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #612":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #613":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #614":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #615":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #616":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #617":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #618":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #619":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #620":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #621":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #622":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #623":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #624":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #625":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #626":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #627":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #628":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #629":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #630":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #631":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #632":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #633":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #634":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #635":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #636":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #637":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #638":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #639":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #640":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #641":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #642":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #643":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #644":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #645":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #646":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #647":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #648":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #649":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #650":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #651":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #652":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #653":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #654":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #655":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #656":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #657":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #658":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #659":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #660":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #661":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #662":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #663":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #664":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #665":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #666":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #667":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #668":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #669":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #670":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #671":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #672":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #673":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #674":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #675":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #676":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #677":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #678":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #679":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #680":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #681":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #682":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #683":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #684":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #685":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #686":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #687":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #688":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #689":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #690":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #691":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #692":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #693":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #694":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #695":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #696":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #697":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #698":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #699":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #700":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #701":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #702":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #703":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #704":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #705":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #706":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #707":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #708":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #709":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #710":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #711":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #712":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #713":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #714":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #715":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #716":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #717":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #718":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #719":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #720":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #721":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #722":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #723":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #724":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #725":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #726":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #727":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #728":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #729":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #730":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #731":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #732":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #733":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #734":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #735":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #736":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #737":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #738":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #739":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #740":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #741":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #742":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #743":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #744":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #745":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #746":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #747":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #748":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #749":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #750":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #751":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #752":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #753":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #754":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #755":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #756":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #757":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #758":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #759":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #760":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #761":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #762":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #763":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #764":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #765":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #766":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #767":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #768":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #769":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #770":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #771":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #772":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #773":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #774":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #775":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #776":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #777":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #778":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #779":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #780":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #781":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #782":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #783":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #784":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #785":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #786":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #787":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #788":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #789":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #790":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #791":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #792":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #793":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #794":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #795":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #796":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #797":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #798":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #799":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #800":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #801":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #802":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #803":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #804":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #805":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #806":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #807":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #808":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #809":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #810":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #811":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #812":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #813":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #814":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #815":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #816":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #817":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #818":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #819":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #820":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #821":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #822":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #823":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #824":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #825":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #826":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #827":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #828":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #829":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #830":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #831":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #832":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #833":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #834":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #835":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #836":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #837":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #838":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #839":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #840":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #841":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #842":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #843":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #844":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #845":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #846":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #847":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #848":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #849":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #850":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #851":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #852":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #853":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #854":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #855":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #856":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #857":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #858":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #859":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #860":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #861":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #862":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #863":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #864":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #865":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #866":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #867":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #868":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #869":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #870":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #871":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #872":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #873":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #874":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #875":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #876":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #877":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #878":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #879":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #880":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #881":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #882":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #883":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #884":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #885":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #886":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #887":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #888":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #889":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #890":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #891":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #892":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #893":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #894":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #895":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #896":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #897":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #898":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #899":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #900":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #901":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #902":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #903":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #904":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #905":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #906":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #907":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #908":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #909":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #910":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #911":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #912":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #913":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #914":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #915":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #916":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #917":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #918":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #919":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #920":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #921":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #922":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #923":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #924":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #925":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #926":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #927":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #928":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #929":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #930":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #931":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #932":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #933":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #934":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #935":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #936":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #937":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #938":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #939":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #940":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #941":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #942":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #943":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #944":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #945":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #946":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #947":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #948":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #949":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #950":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #951":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #952":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #953":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #954":0.001,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #955":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #956":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #957":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #958":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #959":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #960":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #961":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #962":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #963":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #964":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #965":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #966":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #967":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #968":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #969":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #970":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #971":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #972":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #973":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #974":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #975":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #976":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #977":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #978":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #979":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #980":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #981":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #982":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #983":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #984":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #985":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #986":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #987":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #988":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #989":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #990":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #991":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #992":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #993":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #994":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #995":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #996":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #997":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #998":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #999":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1000":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1001":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1002":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1003":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1004":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1005":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1006":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1007":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1008":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1009":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1010":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1011":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1012":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1013":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1014":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1015":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1016":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1017":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1018":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1019":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1020":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1021":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1022":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1023":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1024":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1025":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1026":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1027":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1028":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1029":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1030":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1031":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1032":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1033":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1034":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1035":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1036":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1037":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1038":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1039":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1040":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1041":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1042":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1043":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1044":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1045":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1046":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1047":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1048":0,"yiiunit\\framework\\ChangeLogTest::testContributorLine with data set #1049":0,"yiiunit\\framework\\base\\ActionFilterTest::testFilter":0.014,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #0":0.008,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #1":0.001,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #2":0.002,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #3":0.001,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #4":0.003,"yiiunit\\framework\\base\\ActionFilterTest::testActive with data set #5":0.001,"yiiunit\\framework\\base\\ActionFilterTest::testActiveWildcard":0.001,"yiiunit\\framework\\base\\ApplicationTest::testContainerSettingsAffectBootstrap":0,"yiiunit\\framework\\base\\ApplicationTest::testBootstrap":0,"yiiunit\\framework\\base\\ApplicationTest::testModuleId":0,"yiiunit\\framework\\base\\BaseObjectTest::testHasProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testCanGetProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testCanSetProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testGetProperty":0.001,"yiiunit\\framework\\base\\BaseObjectTest::testSetProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testSetReadOnlyProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testIsset":0.003,"yiiunit\\framework\\base\\BaseObjectTest::testUnset":0,"yiiunit\\framework\\base\\BaseObjectTest::testUnsetReadOnlyProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testCallUnknownMethod":0.001,"yiiunit\\framework\\base\\BaseObjectTest::testArrayProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testObjectProperty":0,"yiiunit\\framework\\base\\BaseObjectTest::testConstruct":0,"yiiunit\\framework\\base\\BaseObjectTest::testGetClassName":0,"yiiunit\\framework\\base\\BaseObjectTest::testReadingWriteOnlyProperty":0,"yiiunit\\framework\\base\\BehaviorTest::testAttachAndAccessingWithName":0.01,"yiiunit\\framework\\base\\BehaviorTest::testAttachAndAccessingAnonymous":0.002,"yiiunit\\framework\\base\\BehaviorTest::testAutomaticAttach":0.001,"yiiunit\\framework\\base\\BehaviorTest::testMagicMethods":0.001,"yiiunit\\framework\\base\\BehaviorTest::testCallUnknownMethod":0.007,"yiiunit\\framework\\base\\ComponentTest::testClone":0.008,"yiiunit\\framework\\base\\ComponentTest::testHasProperty":0.004,"yiiunit\\framework\\base\\ComponentTest::testCanGetProperty":0.003,"yiiunit\\framework\\base\\ComponentTest::testCanSetProperty":0.001,"yiiunit\\framework\\base\\ComponentTest::testGetProperty":0.007,"yiiunit\\framework\\base\\ComponentTest::testSetProperty":0.008,"yiiunit\\framework\\base\\ComponentTest::testIsset":0.002,"yiiunit\\framework\\base\\ComponentTest::testCallUnknownMethod":0.008,"yiiunit\\framework\\base\\ComponentTest::testUnset":0.004,"yiiunit\\framework\\base\\ComponentTest::testUnsetReadonly":0.01,"yiiunit\\framework\\base\\ComponentTest::testOn":0.002,"yiiunit\\framework\\base\\ComponentTest::testOff":0.002,"yiiunit\\framework\\base\\ComponentTest::testTrigger":0.002,"yiiunit\\framework\\base\\ComponentTest::testOnWildcard":0.002,"yiiunit\\framework\\base\\ComponentTest::testOffWildcard":0.001,"yiiunit\\framework\\base\\ComponentTest::testTriggerWildcard":0.001,"yiiunit\\framework\\base\\ComponentTest::testHasEventHandlers":0.002,"yiiunit\\framework\\base\\ComponentTest::testStopEvent":0.002,"yiiunit\\framework\\base\\ComponentTest::testAttachBehavior":0.012,"yiiunit\\framework\\base\\ComponentTest::testAttachBehaviors":0.002,"yiiunit\\framework\\base\\ComponentTest::testDetachBehavior":0.002,"yiiunit\\framework\\base\\ComponentTest::testDetachBehaviors":0.001,"yiiunit\\framework\\base\\ComponentTest::testSetReadOnlyProperty":0.012,"yiiunit\\framework\\base\\ComponentTest::testSetPropertyOfBehavior":0.002,"yiiunit\\framework\\base\\ComponentTest::testSettingBehaviorWithSetter":0.003,"yiiunit\\framework\\base\\ComponentTest::testWriteOnlyProperty":0.013,"yiiunit\\framework\\base\\ComponentTest::testSuccessfulMethodCheck":0.002,"yiiunit\\framework\\base\\ComponentTest::testTurningOffNonExistingBehavior":0.002,"yiiunit\\framework\\base\\ComponentTest::testDetachNotAttachedHandler":0.001,"yiiunit\\framework\\base\\ComponentTest::testEventClosureDetachesItself":0.004,"yiiunit\\framework\\base\\ControllerTest::testRunAction":0.001,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #0":0,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #1":0,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #2":0,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #3":0,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #4":0,"yiiunit\\framework\\base\\ControllerTest::testCreateInlineAction with data set #5":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #0":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #1":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #2":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #3":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #4":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #5":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #6":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #7":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #8":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #9":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #10":0,"yiiunit\\framework\\base\\ControllerTest::testActionIdMethod with data set #11":0,"yiiunit\\framework\\base\\DynamicModelTest::testValidateData":0.016,"yiiunit\\framework\\base\\DynamicModelTest::testValidateDataWithPostData":0.001,"yiiunit\\framework\\base\\DynamicModelTest::testAddRule":0,"yiiunit\\framework\\base\\DynamicModelTest::testValidateWithAddRule":0.001,"yiiunit\\framework\\base\\DynamicModelTest::testDynamicProperty":0,"yiiunit\\framework\\base\\DynamicModelTest::testLoad":0,"yiiunit\\framework\\base\\ErrorExceptionTest::testXdebugTrace":0,"yiiunit\\framework\\base\\EventTest::testOn":0,"yiiunit\\framework\\base\\EventTest::testOff":0,"yiiunit\\framework\\base\\EventTest::testHasHandlers":0,"yiiunit\\framework\\base\\EventTest::testHasHandlersWithWildcard":0,"yiiunit\\framework\\base\\EventTest::testRunHandlersWithWildcard":0,"yiiunit\\framework\\base\\EventTest::testNoFalsePositivesWithHasHandlers":0,"yiiunit\\framework\\base\\EventTest::testOffUnmatchedHandler":0,"yiiunit\\framework\\base\\EventTest::testOnWildcard":0,"yiiunit\\framework\\base\\EventTest::testOffWildcard":0,"yiiunit\\framework\\base\\ModelTest::testGetAttributeLabel":0.002,"yiiunit\\framework\\base\\ModelTest::testGetAttributes":0.001,"yiiunit\\framework\\base\\ModelTest::testSetAttributes":0.001,"yiiunit\\framework\\base\\ModelTest::testLoad":0,"yiiunit\\framework\\base\\ModelTest::testLoadMultiple":0,"yiiunit\\framework\\base\\ModelTest::testActiveAttributes":0,"yiiunit\\framework\\base\\ModelTest::testActiveAttributesAreUnique":0,"yiiunit\\framework\\base\\ModelTest::testIsAttributeSafe":0,"yiiunit\\framework\\base\\ModelTest::testIsAttributeSafeForIntegerAttribute":0.01,"yiiunit\\framework\\base\\ModelTest::testSafeScenarios":0.007,"yiiunit\\framework\\base\\ModelTest::testUnsafeAttributes":0.002,"yiiunit\\framework\\base\\ModelTest::testErrors":0,"yiiunit\\framework\\base\\ModelTest::testAddErrors":0,"yiiunit\\framework\\base\\ModelTest::testArraySyntax":0,"yiiunit\\framework\\base\\ModelTest::testDefaults":0,"yiiunit\\framework\\base\\ModelTest::testDefaultScenarios":0.003,"yiiunit\\framework\\base\\ModelTest::testValidatorsWithDifferentScenarios":0.003,"yiiunit\\framework\\base\\ModelTest::testIsAttributeRequired":0,"yiiunit\\framework\\base\\ModelTest::testCreateValidators":0.001,"yiiunit\\framework\\base\\ModelTest::testValidateWriteOnly":0,"yiiunit\\framework\\base\\ModelTest::testValidateAttributeNames":0.001,"yiiunit\\framework\\base\\ModelTest::testFormNameWithAnonymousClass":0.001,"yiiunit\\framework\\base\\ModelTest::testExcludeEmptyAttributesFromSafe":0,"yiiunit\\framework\\base\\ModuleTest::testTrueParentModule":0,"yiiunit\\framework\\base\\ModuleTest::testGetControllerPath":0,"yiiunit\\framework\\base\\ModuleTest::testSetControllerPath":0,"yiiunit\\framework\\base\\ModuleTest::testSetupVersion":0,"yiiunit\\framework\\base\\ModuleTest::testDefaultVersion":0,"yiiunit\\framework\\base\\ModuleTest::testRunControllerAction":0,"yiiunit\\framework\\base\\ModuleTest::testServiceLocatorTraversal":0,"yiiunit\\framework\\base\\ModuleTest::testCreateControllerByID":0,"yiiunit\\framework\\base\\ModuleTest::testCreateController":0,"yiiunit\\framework\\base\\SecurityTest::testHashData":0.008,"yiiunit\\framework\\base\\SecurityTest::testPasswordHash":0.006,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPassword":0.007,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKey":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #0":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #2":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #3":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #4":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #5":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #6":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #7":0.004,"yiiunit\\framework\\base\\SecurityTest::testEncryptByKeyCompat with data set #8":0,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #0":0.003,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #1":0.002,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #2":0.002,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #3":0.002,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #4":0.005,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #5":0.003,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #6":0.002,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #7":0.002,"yiiunit\\framework\\base\\SecurityTest::testEncryptByPasswordCompat with data set #8":0.002,"yiiunit\\framework\\base\\SecurityTest::testRandomKeyInvalidInput with data set #0":0,"yiiunit\\framework\\base\\SecurityTest::testRandomKeyInvalidInput with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testRandomKeyInvalidInput with data set #2":0,"yiiunit\\framework\\base\\SecurityTest::testRandomKeyInvalidInput with data set #3":0,"yiiunit\\framework\\base\\SecurityTest::testRandomKeyInvalidInput with data set #4":0,"yiiunit\\framework\\base\\SecurityTest::testGenerateRandomKey":0.014,"yiiunit\\framework\\base\\SecurityTest::testGenerateRandomString":0,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #0":0,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #2":0.004,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #3":0.009,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #4":0.004,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #5":0,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #6":0.011,"yiiunit\\framework\\base\\SecurityTest::testPbkdf2 with data set #7":0.017,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #0":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #2":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #3":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #4":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #5":0,"yiiunit\\framework\\base\\SecurityTest::testHkdf with data set #6":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #0":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #2":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #3":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #4":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #5":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #6":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #7":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #8":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #9":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #10":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #11":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #12":0,"yiiunit\\framework\\base\\SecurityTest::testCompareStrings with data set #13":0,"yiiunit\\framework\\base\\SecurityTest::testMasking with data set #0":0.002,"yiiunit\\framework\\base\\SecurityTest::testMasking with data set #1":0,"yiiunit\\framework\\base\\SecurityTest::testMasking with data set #2":0,"yiiunit\\framework\\base\\SecurityTest::testMasking with data set #3":0,"yiiunit\\framework\\base\\SecurityTest::testUnMaskingInvalidStrings":0,"yiiunit\\framework\\base\\SecurityTest::testMaskingInvalidStrings":0,"yiiunit\\framework\\base\\StaticInstanceTraitTest::testInstance":0.001,"yiiunit\\framework\\base\\ThemeTest::testSetBaseUrl":0.001,"yiiunit\\framework\\base\\ThemeTest::testGetUrlFilledBaseUrl":0,"yiiunit\\framework\\base\\ThemeTest::testGetUrlNotFilledBaseUrl":0,"yiiunit\\framework\\base\\ThemeTest::testSetBasePath":0,"yiiunit\\framework\\base\\ThemeTest::testGetPathFilledBasePath":0,"yiiunit\\framework\\base\\ThemeTest::testGetPathNotFilledBasePath":0,"yiiunit\\framework\\base\\ThemeTest::testApplyToEmptyBasePath":0,"yiiunit\\framework\\base\\ThemeTest::testApplyToEmptyPathMap":0.007,"yiiunit\\framework\\base\\ThemeTest::testApplyToFilledPathMap":0,"yiiunit\\framework\\base\\ThemeTest::testApplyToFilledPathMapNotExistsViewInFirstTheme":0,"yiiunit\\framework\\base\\ThemeTest::testApplyToFilledPathMapAndInheritThemes":0,"yiiunit\\framework\\base\\ThemeTest::testApplyToFilledPathMapAndFileNotExists":0,"yiiunit\\framework\\base\\ViewTest::testExceptionOnRenderFile":0.003,"yiiunit\\framework\\base\\ViewTest::testRelativePathInView":0.004,"yiiunit\\framework\\base\\ViewTest::testAfterRender":0.001,"yiiunit\\framework\\base\\WidgetTest::testWidget":0,"yiiunit\\framework\\base\\WidgetTest::testBeginEnd":0,"yiiunit\\framework\\base\\WidgetTest::testDependencyInjection":0,"yiiunit\\framework\\base\\WidgetTest::testStackTracking":0,"yiiunit\\framework\\base\\WidgetTest::testStackTrackingDisorder":0,"yiiunit\\framework\\base\\WidgetTest::testEvents":0,"yiiunit\\framework\\base\\WidgetTest::testPreventRun":0,"yiiunit\\framework\\behaviors\\AttributeBehaviorTest::testPreserveNonEmptyValues with data set #0":0.015,"yiiunit\\framework\\behaviors\\AttributeBehaviorTest::testPreserveNonEmptyValues with data set #1":0.001,"yiiunit\\framework\\behaviors\\AttributeBehaviorTest::testPreserveNonEmptyValues with data set #2":0.001,"yiiunit\\framework\\behaviors\\AttributeBehaviorTest::testPreserveNonEmptyValues with data set #3":0.001,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testTypecast":0.012,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testSkipNull":0.008,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testAfterFindEvent":0.027,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testDirtyAttributesAreEmptyAfterFind":0.01,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testAfterValidateEvent":0.021,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testBeforeSaveEvent":0.01,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testAfterSaveEvent":0.009,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testAutoDetectAttributeTypes":0.014,"yiiunit\\framework\\behaviors\\AttributeTypecastBehaviorTest::testSkipNotSelectedAttribute":0.008,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testPreserveNonEmptyValues with data set #0":0.003,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testPreserveNonEmptyValues with data set #1":0.001,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testPreserveNonEmptyValues with data set #2":0.001,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testPreserveNonEmptyValues with data set #3":0.001,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testOrder with data set #0":0.001,"yiiunit\\framework\\behaviors\\AttributesBehaviorTest::testOrder with data set #1":0.001,"yiiunit\\framework\\behaviors\\BlameableBehaviorConsoleTest::testDefaultValue":0.012,"yiiunit\\framework\\behaviors\\BlameableBehaviorConsoleTest::testDefaultValueWithClosure":0.007,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testInsertUserIsGuest":0.009,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testInsertUserIsNotGuest":0.014,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testUpdateUserIsNotGuest":0.008,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testInsertCustomValue":0.009,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testInsertClosure":0.008,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testCustomAttributesAndEvents":0.012,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testDefaultValue":0.007,"yiiunit\\framework\\behaviors\\BlameableBehaviorTest::testDefaultValueWithClosure":0.008,"yiiunit\\framework\\behaviors\\CacheableWidgetBehaviorTest::testWidgetIsRunWhenCacheIsEmpty":0.006,"yiiunit\\framework\\behaviors\\CacheableWidgetBehaviorTest::testWidgetIsNotRunWhenCacheIsNotEmpty":0.001,"yiiunit\\framework\\behaviors\\CacheableWidgetBehaviorTest::testDynamicContent":0.001,"yiiunit\\framework\\behaviors\\OptimisticLockBehaviorTest::testUpdateRecordWithinConsoleRequest":0.011,"yiiunit\\framework\\behaviors\\OptimisticLockBehaviorTest::testNewRecord":0.011,"yiiunit\\framework\\behaviors\\OptimisticLockBehaviorTest::testUpdateRecord":0.014,"yiiunit\\framework\\behaviors\\OptimisticLockBehaviorTest::testDeleteRecord":0.012,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testSlug":0.042,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testSlugSeveralAttributes":0.014,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testSlugRelatedAttribute":0.018,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testUniqueByIncrement":0.02,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testUniqueByCallback":0.019,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testUpdateUnique":0.011,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testSkipOnEmpty":0.015,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testImmutableByAttribute":0.01,"yiiunit\\framework\\behaviors\\SluggableBehaviorTest::testImmutableByCallback":0.009,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecord":0.013,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testUpdateRecord":0.009,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testUpdateCleanRecord":0.01,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecordExpression with data set #0":0.013,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecordExpression with data set #1":0.011,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecordExpression with data set #2":0.009,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecordExpression with data set #3":0.012,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testNewRecordExpression with data set #4":0.009,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testUpdateRecordExpression":0.009,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testTouchingNewRecordGeneratesException":0.008,"yiiunit\\framework\\behaviors\\TimestampBehaviorTest::testTouchingNotNewRecord":0.013,"yiiunit\\framework\\caching\\DbQueryDependencyTest::testIsChanged":0.012,"yiiunit\\framework\\caching\\DbQueryDependencyTest::testCustomMethod":0.004,"yiiunit\\framework\\caching\\DbQueryDependencyTest::testCustomMethodCallback":0.006,"yiiunit\\framework\\caching\\DbQueryDependencyTest::testReusableAndCustomMethodCallback":0.005,"yiiunit\\framework\\console\\ControllerTest::testBindArrayToActionParams":0.002,"yiiunit\\framework\\console\\ControllerTest::testBindActionParams":0.002,"yiiunit\\framework\\console\\ControllerTest::testNullableInjectedActionParams":0.001,"yiiunit\\framework\\console\\ControllerTest::testInjectionContainerException":0.001,"yiiunit\\framework\\console\\ControllerTest::testUnknownInjection":0.001,"yiiunit\\framework\\console\\ControllerTest::testInjectedActionParams":0.001,"yiiunit\\framework\\console\\ControllerTest::testInjectedActionParamsFromModule":0.001,"yiiunit\\framework\\console\\ControllerTest::testResponse":0.001,"yiiunit\\framework\\console\\ControllerTest::testHelpOptionNotSet":0.001,"yiiunit\\framework\\console\\ControllerTest::testHelpOption":0.003,"yiiunit\\framework\\console\\ControllerTest::testHelpOptionWithModule":0.001,"yiiunit\\framework\\console\\ControllerTest::testGetActionArgsHelp":0.001,"yiiunit\\framework\\console\\ControllerTest::testGetActionHelpSummaryOnNull":0,"RequestTest::testResolve with data set #0":0,"RequestTest::testResolve with data set #1":0,"RequestTest::testResolve with data set #2":0,"RequestTest::testResolve with data set #3":0,"RequestTest::testResolve with data set #4":0,"RequestTest::testResolve with data set #5":0,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #0":0.008,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #1":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #2":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #3":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #4":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #5":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #6":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #7":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #8":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #9":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #10":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #11":0,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #12":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #13":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #14":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #15":0.002,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testSuggestCommand with data set #16":0.001,"yiiunit\\framework\\console\\UnknownCommandExceptionTest::testNameAndConstructor":0.001,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testActionTemplate":0.018,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testActionCompress":0.057,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testCompressExternalAsset":0.043,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testDetectCircularDependency":0.003,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #0":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #1":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #2":0.003,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #3":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #4":0.003,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #5":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #6":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #7":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #8":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #9":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #10":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #11":0.001,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testAdjustCssUrl with data set #12":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #0":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #1":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #2":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #3":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #4":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testFindRealPath with data set #5":0.002,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testActionCompressDeleteSource":0.107,"yiiunit\\framework\\console\\controllers\\AssetControllerTest::testActionCompressOverrideAsExternal":0.006,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testFlushOne":2.142,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testClearSchema":2.146,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testFlushBoth":1.827,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testNotFoundFlush":1.838,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testNothingToFlushException":1.845,"yiiunit\\framework\\console\\controllers\\CacheControllerTest::testFlushAll":1.797,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMessagesSorting":0.001,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testActionConfig":0.002,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testActionConfigSubDir":0.002,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testConfigFileNotExist":0.002,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testCreateTranslation":0.022,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testNothingToSave":0.024,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMerge":0.04,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMarkObsoleteMessages":0.028,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMergeWithContentZero":0.028,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMultipleTranslators":0.017,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMultipleCategories":0.031,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testIgnoreCategories":0.017,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testCreateTranslationFromNested":0.019,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMissingLanguage":0.031,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testCreateTranslationFromConcatenatedString":0.015,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testShouldNotMarkUnused":0.031,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testShouldNotRemoveUnused":0.019,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testPartialTranslator":0.033,"yiiunit\\framework\\console\\controllers\\DbMessageControllerTest::testMessageExtractActionWhenMessageUsingParamsReturnedFromMethodCalls":0.027,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadGlobalFixture":1.785,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadGlobalFixtureWithFixture":1.859,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testUnloadGlobalFixture":1.842,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadAll":1.957,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testUnloadAll":1.933,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadParticularExceptOnes":1.814,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testUnloadParticularExceptOnes":1.794,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadAllExceptOnes":1.98,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testUnloadAllExceptOnes":2.041,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testNothingToLoadParticularExceptOnes":1.831,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testNothingToUnloadParticularExceptOnes":1.78,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testNoFixturesWereFoundInLoad":1.82,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testNoFixturesWereFoundInUnload":1.831,"yiiunit\\framework\\console\\controllers\\FixtureControllerTest::testLoadActiveFixtureSequence":1.979,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testModuleControllersList":0.003,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionList":0.001,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionListActionOptions":0,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionUsage":0,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionIndex":0.013,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionIndexWithHelpCommand":0.009,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionIndexWithServeCommand":0.001,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionListContainsNoEmptyCommands":0.002,"yiiunit\\framework\\console\\controllers\\HelpControllerTest::testActionIndexContainsNoEmptyCommands":0.002,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #0":0.017,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #1":0.014,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #2":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #3":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #4":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #5":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #6":0.011,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #7":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #8":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #9":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #10":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #11":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #12":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #13":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #14":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #15":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #16":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #17":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #18":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #19":0.016,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #20":0.011,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #21":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #22":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #23":0.021,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #24":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #25":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #26":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #27":0.014,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #28":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #29":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #30":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #31":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #32":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #33":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #34":0.006,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #35":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #36":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #37":0.011,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #38":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #39":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #40":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #41":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #42":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #43":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #44":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #45":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #46":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #47":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #48":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #49":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #50":0.011,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #51":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #52":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #53":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #54":0.011,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #55":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #56":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #57":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #58":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #59":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #60":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #61":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #62":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #63":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #64":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateMigration with data set #65":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #0":0.021,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #1":0.015,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #2":0.014,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #3":0.014,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #4":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #5":0.015,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #6":0.012,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #7":0.013,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #8":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #9":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #10":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #11":0.009,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #12":0.01,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #13":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGenerateJunctionMigration with data set #14":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testUpdatingLongNamedMigration":0.004,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamedMigrationWithCustomLimit":0.003,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testCreateLongNamedMigration":0.001,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testRefreshMigration with data set #0":0.005,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testRefreshMigration with data set #1":1.56,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testGetMigrationHistory":0.005,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testCreate":0.004,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testUp":0.003,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testUpCount":0.003,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testDownCount":0.006,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testDownAll":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testHistory":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNew":0.008,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testMark":0.003,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testMarkBase":0.007,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testTo":0.021,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testRedo":0.006,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceCreate":0.021,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceUp":0.005,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceDownCount":0.006,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceHistory":0.004,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceMark":0.004,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testNamespaceTo":0.004,"yiiunit\\framework\\console\\controllers\\MigrateControllerTest::testCombinedMigrationProcess":0.041,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testCreateTranslation":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testCustomFileHeaderAndDocBlock":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - unused category should not be removed - normal category\"":0.008,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - unused category should not be removed - nested category\"":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - unused category should not be removed - nested 3 level category\"":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - used category should not be removed - normal category\"":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - used category should not be removed - nested category\"":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:false - used category should not be removed - nested 3 level category\"":0.007,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - used category should not be removed - normal category\"":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - used category should not be removed - nested category\"":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - used category should not be removed - nested 3 level category\"":0.007,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - unused category should be removed - normal category\"":0.003,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - unused category should be removed - nested category\"":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testRemoveUnusedBehavior with data set \"removeUnused:true - unused category should be removed - nested 3 level category\"":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testActionConfig":0.003,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testActionConfigSubDir":0.002,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testConfigFileNotExist":0.002,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testNothingToSave":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMerge":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMarkObsoleteMessages":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMergeWithContentZero":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMultipleTranslators":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMultipleCategories":0.01,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testIgnoreCategories":0.007,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testCreateTranslationFromNested":0.003,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMissingLanguage":0.005,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testCreateTranslationFromConcatenatedString":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testShouldNotMarkUnused":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testShouldNotRemoveUnused":0.006,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testPartialTranslator":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMessageExtractActionWhenMessageUsingParamsReturnedFromMethodCalls":0.004,"yiiunit\\framework\\console\\controllers\\PHPMessageControllerTest::testMessagesSorting":0.006,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testActionConfig":0.002,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testActionConfigSubDir":0.002,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testConfigFileNotExist":0.002,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testCreateTranslation":0.006,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testNothingToSave":0.005,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMerge":0.004,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMarkObsoleteMessages":0.005,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMergeWithContentZero":0.004,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMultipleTranslators":0.004,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMultipleCategories":0.009,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testIgnoreCategories":0.006,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testCreateTranslationFromNested":0.004,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMissingLanguage":0.006,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testCreateTranslationFromConcatenatedString":0.003,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testShouldNotMarkUnused":0.005,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testShouldNotRemoveUnused":0.007,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testPartialTranslator":0.005,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMessageExtractActionWhenMessageUsingParamsReturnedFromMethodCalls":0.004,"yiiunit\\framework\\console\\controllers\\POMessageControllerTest::testMessagesSorting":0.006,"yiiunit\\framework\\console\\widgets\\TableTest::testTable with data set #0":0.002,"yiiunit\\framework\\console\\widgets\\TableTest::testTable with data set #1":0,"yiiunit\\framework\\console\\widgets\\TableTest::testTableWithFullwidthChars":0,"yiiunit\\framework\\console\\widgets\\TableTest::testLists":0,"yiiunit\\framework\\console\\widgets\\TableTest::testListPrefix":0,"yiiunit\\framework\\console\\widgets\\TableTest::testCustomChars":0,"yiiunit\\framework\\console\\widgets\\TableTest::testTableWidgetSyntax":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testShortRow":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testEmptyRow":0,"yiiunit\\framework\\console\\widgets\\TableTest::testEmptyHeaders":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testEmptyTable":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testEmptyAndZeroTableCell":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testColorizedInput":0,"yiiunit\\framework\\console\\widgets\\TableTest::testColorizedInputStripsANSIMarkersInternally":0,"yiiunit\\framework\\console\\widgets\\TableTest::testCalculateRowHeightShouldNotThrowDivisionByZeroException":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testLineBreakTableCell":0,"yiiunit\\framework\\console\\widgets\\TableTest::testColorizedLineBreakTableCell":0,"yiiunit\\framework\\console\\widgets\\TableTest::testMinimumWidth with data set #0":0.002,"yiiunit\\framework\\console\\widgets\\TableTest::testMinimumWidth with data set #1":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testMinimumWidth with data set #2":0.002,"yiiunit\\framework\\console\\widgets\\TableTest::testMinimumWidth with data set #3":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testMinimumWidth with data set #4":0.001,"yiiunit\\framework\\console\\widgets\\TableTest::testTableWithAnsiFormat":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #0":0.004,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #1":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #2":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #3":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #4":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #5":0,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #6":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #7":0.001,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuild with data set #8":0,"yiiunit\\framework\\data\\ActiveDataFilterTest::testBuildCallback":0,"yiiunit\\framework\\data\\ActiveDataProviderCloningTest::testClone":0.001,"yiiunit\\framework\\data\\ArrayDataProviderTest::testGetModels":0,"yiiunit\\framework\\data\\ArrayDataProviderTest::testGetSortedData":0,"yiiunit\\framework\\data\\ArrayDataProviderTest::testGetSortedDataByInnerArrayField":0,"yiiunit\\framework\\data\\ArrayDataProviderTest::testCaseSensitiveSort":0,"yiiunit\\framework\\data\\ArrayDataProviderTest::testGetKeys":0,"yiiunit\\framework\\data\\ArrayDataProviderTest::testSortFlags":0,"yiiunit\\framework\\data\\BaseDataProviderTest::testGenerateId":0,"yiiunit\\framework\\data\\DataFilterTest::testSetupSearchModel":0,"yiiunit\\framework\\data\\DataFilterTest::testLoad":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #0":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #1":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #2":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #3":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #4":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #5":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #6":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #7":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #8":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #9":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #10":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #11":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #12":0.021,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #13":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #14":0.001,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #15":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #16":0,"yiiunit\\framework\\data\\DataFilterTest::testValidate with data set #17":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #0":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #1":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #2":0.001,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #3":0.001,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #4":0.001,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #5":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #6":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #7":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #8":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #9":0.001,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #10":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalize with data set #11":0,"yiiunit\\framework\\data\\DataFilterTest::testNormalizeNonDefaultNull":0,"yiiunit\\framework\\data\\DataFilterTest::testSetupErrorMessages":0,"yiiunit\\framework\\data\\PaginationTest::testCreateUrl with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testCreateUrl with data set #1":0,"yiiunit\\framework\\data\\PaginationTest::testCreateUrl with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testCreateUrl with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testCreateUrl with data set #4":0.002,"yiiunit\\framework\\data\\PaginationTest::testForcePageParam":0,"yiiunit\\framework\\data\\PaginationTest::testValidatePage":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #1":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #5":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #6":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #7":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #8":0,"yiiunit\\framework\\data\\PaginationTest::testPageCount with data set #9":0,"yiiunit\\framework\\data\\PaginationTest::testGetDefaultPage":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #1":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #5":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #6":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #7":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #8":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #9":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #10":0,"yiiunit\\framework\\data\\PaginationTest::testSetPage with data set #11":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #1":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #5":0,"yiiunit\\framework\\data\\PaginationTest::testGetPageSize with data set #6":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #0":0.001,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #1":0.001,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #5":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #6":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #7":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #8":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #9":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #10":0,"yiiunit\\framework\\data\\PaginationTest::testSetPageSize with data set #11":0,"yiiunit\\framework\\data\\PaginationTest::testGetOffset with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testGetOffset with data set #1":0.001,"yiiunit\\framework\\data\\PaginationTest::testGetOffset with data set #2":0.001,"yiiunit\\framework\\data\\PaginationTest::testGetOffset with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testGetOffset with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testGetLimit with data set #0":0,"yiiunit\\framework\\data\\PaginationTest::testGetLimit with data set #1":0,"yiiunit\\framework\\data\\PaginationTest::testGetLimit with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #0":0.002,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #1":0.001,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #2":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #3":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #4":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #5":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #6":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #7":0,"yiiunit\\framework\\data\\PaginationTest::testGetLinks with data set #8":0,"yiiunit\\framework\\data\\SortTest::testGetOrders":0,"yiiunit\\framework\\data\\SortTest::testGetAttributeOrders":0,"yiiunit\\framework\\data\\SortTest::testGetAttributeOrder":0,"yiiunit\\framework\\data\\SortTest::testSetAttributeOrders":0,"yiiunit\\framework\\data\\SortTest::testCreateSortParam":0,"yiiunit\\framework\\data\\SortTest::testCreateUrl":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParams with data set #0":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParams with data set #1":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParams with data set #2":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParams with data set #3":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParamsAndPassedButEmptySort with data set #0":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParamsAndPassedButEmptySort with data set #1":0,"yiiunit\\framework\\data\\SortTest::testLinkWithParamsAndPassedButEmptySort with data set #2":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #0":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #1":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #2":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #3":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #4":0,"yiiunit\\framework\\data\\SortTest::testLinkWithoutParams with data set #5":0,"yiiunit\\framework\\data\\SortTest::testParseSortParam":0,"yiiunit\\framework\\data\\SortTest::testGetExpressionOrders":0,"yiiunit\\framework\\data\\SqlDataProviderTest::testGetModels":0.004,"yiiunit\\framework\\data\\SqlDataProviderTest::testTotalCount":0.003,"yiiunit\\framework\\data\\SqlDataProviderTest::testTotalCountWithParams":0.005,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"no marks\"":0.013,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"no marks dot\"":0.003,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"mysql\"":0.004,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"mysql dot\"":0.004,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"sqlite, pgsql, oracle, mysql ansi quotes\"":0.004,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"sqlite, pgsql, oracle, mysql ansi quotes dot\"":0.003,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"mssql\"":0.004,"yiiunit\\framework\\data\\SqlDataProviderTest::testRemovingOrderBy with data set \"mssql dot\"":0.004,"yiiunit\\framework\\db\\ActiveQueryModelConnectionTest::testEnsureModelConnectionForOne":0.013,"yiiunit\\framework\\db\\ActiveQueryModelConnectionTest::testEnsureGlobalConnectionForOne":0.001,"yiiunit\\framework\\db\\ActiveQueryModelConnectionTest::testEnsureModelConnectionForAll":0.001,"yiiunit\\framework\\db\\ActiveQueryModelConnectionTest::testEnsureGlobalConnectionForAll":0.001,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveQuery":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelationVia":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testActiveRelationViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testQuery":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testRefresh":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testPaginationBeforeModels":0,"yiiunit\\framework\\db\\mssql\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testGetData":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testGetModel":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDataDirectory":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDataPath":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testTruncate":0,"yiiunit\\framework\\db\\mssql\\ActiveFixtureTest::testDifferentModelDb":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testConstructor":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testTriggerInitEvent":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPrepare":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPopulate_EmptyRows":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testPopulate_FilledRows":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOne":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testCreateCommand":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testQueryScalar":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testJoinWith":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testInnerJoinWith":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetQueryTableName_from_not_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetQueryTableName_from_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOnCondition":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAndOnCondition_on_not_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAndOnCondition_on_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOrOnCondition_on_not_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testOrOnCondition_on_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAlias_not_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testAlias_yet_set":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_notFilledFrom":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_wontFillFrom":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testDeeplyNestedTableRelationWith":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\mssql\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testExplicitPkOnAutoIncrement":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithTrigger":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithComputedColumn":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithRowVersionColumn":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveWithRowVersionNullColumn":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCustomColumns":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStatisticalFind":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindScalar":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindExists":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindColumn":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindBySql":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCountWithFindBySql":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDeeplyNestedTableRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDeeplyNestedTableRelation2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStoreNull":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testStoreEmpty":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIsPrimaryKey":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWith":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateSimple":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithAndScope":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithVia":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithEager":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithAlias with data set #0":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testJoinWithSameTable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindCompositeRelationWithJoin":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindSimpleRelationWithJoin":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #0":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #1":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRelationWhereParams with data set #3":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAlias":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInverseOf":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInverseOfDynamic":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDefaultValues":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCastValues":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssues":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testSaveEmpty":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testOptimisticLock":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testPopulateWithoutPk":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testBit":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdateAttributes":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEmulateExecution":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllOnCondition":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIndexByAfterLoadingRelations":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testNoTablenameReplacement":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAmbiguousColumnFindOne":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindOneByColumnName":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAmbiguousColumnIndexBy":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindWithConstructors":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testCustomARRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testResetNotSavedRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssetException":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testIssetThrowable":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testVirtualRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFind":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindAsArray":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testHasAttribute":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindIndexBy":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindIndexByAsArray":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testRefresh":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testEquals":0.001,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindCount":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLimit":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindComplexCondition":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindNullValues":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testExists":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazy":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEager":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyVia":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindLazyVia2":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindNestedRelation":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testLink":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlink":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAll":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUnlinkAllAndConditionDelete":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testInsert":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdate":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testUpdateCounters":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testDelete":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testBooleanAttribute":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAfterFind":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAfterRefresh":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEmptyInCondition":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testFindEagerIndexBy":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testAttributeAccess":0,"yiiunit\\framework\\db\\mssql\\ActiveRecordTest::testViaWithCallable":0,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testQuery":0.001,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testActiveQuery":0,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testBatchWithoutDbParameter":0,"yiiunit\\framework\\db\\mssql\\BatchQueryResultTest::testBatchWithIndexBy":0,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":0,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":0,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #2":0,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #3":0,"yiiunit\\framework\\db\\mssql\\ColumnSchemaBuilderTest::testCustomTypes with data set #4":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAutoQuoting":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testPrepareCancel":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamValue":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropDefaultValue":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsertVarbinary":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testConstruct":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetSetSql":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testExecute":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testQuery":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #0":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #1":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindParamsNonWhere with data set #2":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testFetchMode":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsert":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertWithYield":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertDataTypesLocale":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsert":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testNoTablenameReplacement":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelect":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectAlias":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #0":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #1":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertSelectFailed with data set #2":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testInsertExpression":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testsInsertQueryAsColumnValue":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateTable":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAlterTable":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testDropTable":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testTruncateTable":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testRenameTable":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values with update part\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"regular values without update part\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query with update part\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testUpsert with data set \"query without update part\"":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropPrimaryKey":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropForeignKey":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateDropIndex":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropUnique":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAddDropCheck":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testIntegrityViolation":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testLastInsertId":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testQueryCache":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testColumnCase":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #0":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #1":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #2":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #3":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #4":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #5":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #6":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testGetRawSql with data set #7":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testAutoRefreshTableSchema":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testTransaction":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testRetryHandler":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testCreateView":0,"yiiunit\\framework\\db\\mssql\\CommandTest::testDropView":0.001,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":0.001,"yiiunit\\framework\\db\\mssql\\CommandTest::testBindValuesSupportsEnums":0.001,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteValue":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteTableName":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteColumnName":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQuoteFullColumnName":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testConstruct":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testOpenClose":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testSerialize":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testGetDriverName":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransaction":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionIsolation":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutException":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutCorrect":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testTransactionShortcutCustom":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testNestedTransaction":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testNestedTransactionNotSupported":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testEnableQueryLog":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testExceptionContainsRawQuery":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testClone":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testGetPdoAfterClose":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testServerStatusCacheWorks":0,"yiiunit\\framework\\db\\mssql\\ConnectionTest::testServerStatusCacheCanBeDisabled":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testMissingTranslationEvent":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testIssue11429":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslate":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testDefaultSource":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testSourceLanguageFallback":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslateParams":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testTranslateParams2":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testSpecialParams":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testMissingTranslationFormatting":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testRussianPlurals":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testUsingSourceLanguageForMissingTranslation":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testFormatMessageWithNoParam":0,"yiiunit\\framework\\db\\mssql\\DbMessageSourceTest::testFormatMessageWithDottedParameters":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateValueExpectedException":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateValue":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testValidateCompositeKeys":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetTableWithAlias":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testExpresionInAttributeColumnName":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetRelation":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testTargetRelationWithFilter":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testForceMaster":0,"yiiunit\\framework\\db\\mssql\\ExistValidatorTest::testSecondTargetAttributeWithError":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOffsetLimit":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testLimit":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOffset":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentAdditionOnTableAndOnColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentAdditionOnQuotedTableOrColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentRemovalFromTableAndFromColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentRemovalFromQuotedTableOrColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCommentTable":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testResetSequence":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnOnDb":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithNull":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithExpression":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithCheckConstraintOnDb":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithCheckConstraintOnDbWithException":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAlterColumnWithUniqueConstraintOnDbWithException":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDropColumn":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDropColumnOnDb":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testGetColumnType":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateTableColumnTypes":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #2":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #3":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #4":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #5":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #6":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #7":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #8":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFrom with data set #9":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #2":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #3":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #4":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #5":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #6":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #7":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #8":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #9":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #10":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #11":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #12":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #13":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #14":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #15":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #16":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #17":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #18":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #19":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #20":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #21":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #22":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #23":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #24":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #25":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #26":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #27":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #28":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #29":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #30":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #31":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #32":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #33":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #34":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #35":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #36":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #37":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #38":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #39":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #40":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #41":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #42":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #43":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #44":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #45":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #46":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #47":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #48":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #49":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #50":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #51":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #52":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #53":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #54":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #55":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #56":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #57":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #58":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #59":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #60":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #61":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #62":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #63":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #64":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #65":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #66":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #67":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #68":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildCondition with data set #69":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #2":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #3":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #4":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #5":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #6":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #7":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #8":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #9":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #10":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #11":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #12":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #13":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #14":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #15":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #16":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #17":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #18":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #19":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #20":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildFilterCondition with data set #21":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":0.001,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":0.001,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":0.001,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"add\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropCheck with data set \"add\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExists with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExists with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExistsWithParameters":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildUnion":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWithQuery":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildWithQueryRecursive":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testSelectSubquery":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testComplexSelect":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testSelectExpression":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testFromIndexHint":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testFromSubquery":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testOrderBy":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testGroupBy":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"regular-values\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"carry passed params\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testInitFixtures":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query with update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query without update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpsert with data set \"no columns to update\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #2":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set #3":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testUpdate with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testDelete with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #0":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #1":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #2":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #3":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #4":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #5":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #6":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #7":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #8":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #9":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #10":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #11":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #12":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #13":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #14":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #15":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #16":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #17":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #18":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #19":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #20":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #21":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #22":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #23":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #24":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testBuildLikeCondition with data set #25":0,"yiiunit\\framework\\db\\mssql\\QueryBuilderTest::testIssue15653":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testUnion":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testSelect":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFrom":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFromTableIsArrayWithExpression":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testWhere":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterWhereWithHashFormat":0.001,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterWhereWithOperatorFormat":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterHavingWithHashFormat":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterHavingWithOperatorFormat":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testFilterRecursively":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGroup":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testHaving":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testOrder":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testLimitOffset":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testLimitOffsetWithExpression":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testOne":0.001,"yiiunit\\framework\\db\\mssql\\QueryTest::testExists":0.001,"yiiunit\\framework\\db\\mssql\\QueryTest::testColumn":0.001,"yiiunit\\framework\\db\\mssql\\QueryTest::testAmbiguousColumnIndexBy":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testCount":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testAndFilterCompare":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testCountHavingWithoutGroupBy":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testEmulateExecution":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testMultipleLikeConditions":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testExpressionInFrom":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testQueryCache":0.001,"yiiunit\\framework\\db\\mssql\\QueryTest::testQueryCreation":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\mssql\\QueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetStringFieldsSize":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #0":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #1":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #2":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #3":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #4":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #5":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #6":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testQuoteTableName with data set #7":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #0":0.001,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #1":0.001,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #2":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchema with data set #3":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetPrimaryKey":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetSchemaNames":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableNames with data set #0":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableNames with data set #1":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemas with data set #0":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemas with data set #1":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetTableSchemasWithAttrCase":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetNonExistingTableSchema":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testSchemaCache":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testRefreshTableSchema":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testCompositeFk":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testGetPDOType":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testNegativeDefaultValues":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testColumnSchema":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testFindUniqueIndexes":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testContraintTablesExistance":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":0.001,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":0.001,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":0,"yiiunit\\framework\\db\\mssql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testAssureMessageSetOnInit":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testCustomMessage":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateInvalidAttribute":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeDefault":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeOfNonARModel":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateNonDatabaseAttribute":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateCompositeKeys":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateTargetClass":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testPrepareParams":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testPrepareQuery":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testAmbiguousColumnName":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testExpressionInAttributeColumnName":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testFindModelWith":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testFindModelJoinWith":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testForceMaster":0,"yiiunit\\framework\\db\\mssql\\UniqueValidatorTest::testSecondTargetAttributeWithError":0,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testActiveQuery":1.72,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testActiveRelation":1.783,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testActiveRelationVia":1.927,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testActiveRelationViaTable":1.815,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testQuery":5.511,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testRefresh":3.742,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testPaginationBeforeModels":3.655,"yiiunit\\framework\\db\\mysql\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":3.689,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testGetData":1.919,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testGetModel":2.005,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testDataDirectory":1.935,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testDataPath":1.897,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testTruncate":1.939,"yiiunit\\framework\\db\\mysql\\ActiveFixtureTest::testDifferentModelDb":1.862,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testConstructor":1.847,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testTriggerInitEvent":1.811,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testPrepare":1.823,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testPopulate_EmptyRows":1.831,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testPopulate_FilledRows":1.834,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testOne":1.767,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testCreateCommand":1.823,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testQueryScalar":1.841,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testJoinWith":1.858,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testInnerJoinWith":1.83,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":1.831,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetQueryTableName_from_not_set":1.846,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetQueryTableName_from_set":1.82,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testOnCondition":1.828,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testAndOnCondition_on_not_set":1.821,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testAndOnCondition_on_set":1.846,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testOrOnCondition_on_not_set":1.864,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testOrOnCondition_on_set":1.833,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testViaTable":1.827,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testAlias_not_set":1.867,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testAlias_yet_set":1.839,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_notFilledFrom":1.839,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_wontFillFrom":1.839,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testDeeplyNestedTableRelationWith":1.851,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":1.846,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":1.849,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromString":1.872,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":1.879,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTablesAlias_isFromString":3.461,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":1.938,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":1.978,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":1.838,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":1.852,"yiiunit\\framework\\db\\mysql\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":1.911,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJsonColumn":3.684,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testCustomColumns":1.843,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testStatisticalFind":1.831,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindScalar":1.872,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindExists":1.86,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindColumn":1.851,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindBySql":1.857,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testCountWithFindBySql":1.841,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindLazyViaTable":1.899,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEagerViaTable":1.923,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testDeeplyNestedTableRelation":2.125,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testDeeplyNestedTableRelation2":1.934,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testStoreNull":1.892,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testStoreEmpty":1.845,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testIsPrimaryKey":1.897,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWith":1.884,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateSimple":1.728,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":1.734,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":1.951,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":1.979,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":1.875,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":2.51,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":1.931,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":1.995,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithAndScope":1.959,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithVia":2.27,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithEager":2.147,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithAlias with data set #0":2.116,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testJoinWithSameTable":2.315,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindCompositeRelationWithJoin":2.332,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindSimpleRelationWithJoin":1.912,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRelationWhereParams with data set #0":1.911,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRelationWhereParams with data set #1":1.969,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRelationWhereParams with data set #2":2.015,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRelationWhereParams with data set #3":2.075,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":2.321,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":1.87,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":1.916,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":2.054,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAlias":2.016,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testInverseOf":2.103,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testInverseOfDynamic":2.167,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testDefaultValues":2.387,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAllViaTable":2.273,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testCastValues":1.925,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testIssues":1.956,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":1.919,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testSaveEmpty":2.036,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testOptimisticLock":2.068,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testPopulateWithoutPk":2.112,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testBit":1.854,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":2.143,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":2.351,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUpdateAttributes":1.794,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testEmulateExecution":1.59,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAllOnCondition":1.977,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":1.858,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testIndexByAfterLoadingRelations":1.859,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testNoTablenameReplacement":1.826,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAmbiguousColumnFindOne":1.836,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindOneByColumnName":1.822,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":1.834,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":1.84,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":1.827,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":1.874,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":1.942,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":2.446,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":2.35,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":1.881,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":1.95,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":1.962,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":2.038,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":2.02,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":2.104,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":1.909,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":1.911,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":1.95,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":2.006,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":2.085,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":2.06,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":2.46,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":2.347,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":2.026,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":1.886,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":2.217,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":2.187,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":2.139,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAmbiguousColumnIndexBy":2.481,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindWithConstructors":1.688,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testCustomARRelation":1.677,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":1.709,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testResetNotSavedRelation":1.638,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testIssetException":1.663,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testIssetThrowable":1.932,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":1.652,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":9.032,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":3.3,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":2.232,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testVirtualRelation":2.597,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFind":2.184,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindAsArray":2.276,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testHasAttribute":2.971,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindIndexBy":3.087,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindIndexByAsArray":2.261,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testRefresh":1.804,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testEquals":1.943,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindCount":2.327,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindLimit":2.611,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindComplexCondition":2.903,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindNullValues":2.731,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testExists":1.956,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindLazy":1.894,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEager":2.053,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindLazyVia":2.002,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindLazyVia2":2.093,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEagerViaRelation":1.964,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindNestedRelation":1.912,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":1.828,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":1.733,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testLink":1.744,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlink":2.712,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAll":2.976,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":2.338,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUnlinkAllAndConditionDelete":1.938,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testInsert":2.026,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testExplicitPkOnAutoIncrement":1.979,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUpdate":2.075,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testUpdateCounters":2.134,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testDelete":2.237,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testBooleanAttribute":1.883,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAfterFind":1.767,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAfterRefresh":1.952,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEmptyInCondition":1.964,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testFindEagerIndexBy":2.003,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testAttributeAccess":2.134,"yiiunit\\framework\\db\\mysql\\ActiveRecordTest::testViaWithCallable":2.643,"yiiunit\\framework\\db\\mysql\\BatchQueryResultTest::testQuery":4.491,"yiiunit\\framework\\db\\mysql\\BatchQueryResultTest::testActiveQuery":4.016,"yiiunit\\framework\\db\\mysql\\BatchQueryResultTest::testBatchWithoutDbParameter":2.029,"yiiunit\\framework\\db\\mysql\\BatchQueryResultTest::testBatchWithIndexBy":1.938,"yiiunit\\framework\\db\\mysql\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":2.19,"yiiunit\\framework\\db\\mysql\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":1.733,"yiiunit\\framework\\db\\mysql\\ColumnSchemaBuilderTest::testCustomTypes with data set #2":1.809,"yiiunit\\framework\\db\\mysql\\ColumnSchemaBuilderTest::testCustomTypes with data set #3":1.599,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropCheck":0.001,"yiiunit\\framework\\db\\mysql\\CommandTest::testConstruct":1.619,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetSetSql":1.742,"yiiunit\\framework\\db\\mysql\\CommandTest::testAutoQuoting":1.707,"yiiunit\\framework\\db\\mysql\\CommandTest::testPrepareCancel":1.708,"yiiunit\\framework\\db\\mysql\\CommandTest::testExecute":1.669,"yiiunit\\framework\\db\\mysql\\CommandTest::testQuery":1.736,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindParamValue":1.715,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindParamsNonWhere with data set #0":1.659,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindParamsNonWhere with data set #1":1.703,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindParamsNonWhere with data set #2":1.746,"yiiunit\\framework\\db\\mysql\\CommandTest::testFetchMode":1.695,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsert":5.019,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertWithYield":2.467,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertDataTypesLocale":2.512,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":2.335,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":1.923,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":2.108,"yiiunit\\framework\\db\\mysql\\CommandTest::testBatchInsertSQL with data set \"batchIsert empty rows represented by ArrayObject\"":1.884,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsert":2.061,"yiiunit\\framework\\db\\mysql\\CommandTest::testNoTablenameReplacement":1.996,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertSelect":2.024,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertSelectAlias":1.714,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertSelectFailed with data set #0":1.831,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertSelectFailed with data set #1":1.882,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertSelectFailed with data set #2":1.913,"yiiunit\\framework\\db\\mysql\\CommandTest::testInsertExpression":1.922,"yiiunit\\framework\\db\\mysql\\CommandTest::testsInsertQueryAsColumnValue":2.056,"yiiunit\\framework\\db\\mysql\\CommandTest::testCreateTable":2.669,"yiiunit\\framework\\db\\mysql\\CommandTest::testAlterTable":2.294,"yiiunit\\framework\\db\\mysql\\CommandTest::testDropTable":1.711,"yiiunit\\framework\\db\\mysql\\CommandTest::testTruncateTable":1.757,"yiiunit\\framework\\db\\mysql\\CommandTest::testRenameTable":1.88,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"regular values\"":2.035,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"regular values with update part\"":2.019,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"regular values without update part\"":2.028,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"query\"":1.872,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"query with update part\"":1.807,"yiiunit\\framework\\db\\mysql\\CommandTest::testUpsert with data set \"query without update part\"":1.886,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropPrimaryKey":2.076,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropForeignKey":2.193,"yiiunit\\framework\\db\\mysql\\CommandTest::testCreateDropIndex":2.086,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropUnique":1.908,"yiiunit\\framework\\db\\mysql\\CommandTest::testAddDropDefaultValue":0,"yiiunit\\framework\\db\\mysql\\CommandTest::testIntegrityViolation":1.693,"yiiunit\\framework\\db\\mysql\\CommandTest::testLastInsertId":1.709,"yiiunit\\framework\\db\\mysql\\CommandTest::testQueryCache":1.695,"yiiunit\\framework\\db\\mysql\\CommandTest::testColumnCase":1.733,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #0":1.787,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #1":1.692,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #2":1.742,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #3":1.797,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #4":1.794,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #5":1.722,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #6":1.979,"yiiunit\\framework\\db\\mysql\\CommandTest::testGetRawSql with data set #7":2.408,"yiiunit\\framework\\db\\mysql\\CommandTest::testAutoRefreshTableSchema":2.505,"yiiunit\\framework\\db\\mysql\\CommandTest::testTransaction":1.825,"yiiunit\\framework\\db\\mysql\\CommandTest::testRetryHandler":1.833,"yiiunit\\framework\\db\\mysql\\CommandTest::testCreateView":1.92,"yiiunit\\framework\\db\\mysql\\CommandTest::testDropView":1.945,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":1.909,"yiiunit\\framework\\db\\mysql\\CommandTest::testBindValuesSupportsEnums":2.237,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransactionAutocommit":1.776,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testConstruct":1.809,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testOpenClose":0.002,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":0.003,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testSerialize":0.002,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testGetDriverName":0.001,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testQuoteValue":1.829,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testQuoteTableName":0.001,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testQuoteColumnName":0,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testQuoteFullColumnName":0,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransaction":1.979,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransactionIsolation":1.983,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransactionShortcutException":2.036,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransactionShortcutCorrect":2.532,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testTransactionShortcutCustom":2.429,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testNestedTransaction":1.893,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testNestedTransactionNotSupported":1.874,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testEnableQueryLog":2.06,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testExceptionContainsRawQuery":2.022,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testClone":0.002,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testGetPdoAfterClose":1.972,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testServerStatusCacheWorks":0.001,"yiiunit\\framework\\db\\mysql\\ConnectionTest::testServerStatusCacheCanBeDisabled":0.001,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testValidateValueExpectedException":1.847,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testValidateValue":1.765,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testValidateAttribute":1.692,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testValidateCompositeKeys":1.714,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testTargetTableWithAlias":1.686,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testExpresionInAttributeColumnName":1.729,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testTargetRelation":1.786,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testTargetRelationWithFilter":1.709,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testForceMaster":3.698,"yiiunit\\framework\\db\\mysql\\ExistValidatorTest::testSecondTargetAttributeWithError":2.345,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testResetSequence":0.005,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testIssue17449":2.312,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInsertInteger":1.87,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testDefaultValues":1.801,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":1.781,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropCheck with data set \"add\"":1.8,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":1.823,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":1.844,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testGetColumnType":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateTableColumnTypes":0.033,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFrom with data set #0":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFrom with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFrom with data set #2":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFrom with data set #3":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #0":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #2":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #3":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #4":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #5":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #6":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #7":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #8":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #9":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #10":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #11":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #12":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #13":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #14":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #15":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #16":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #17":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #18":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #19":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #20":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #21":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #22":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #23":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #24":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #25":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #26":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #27":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #28":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #29":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #30":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":0.086,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #31":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #32":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #33":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #34":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #35":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #36":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #37":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #38":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #39":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #40":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #41":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #42":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #43":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #44":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #45":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #46":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #47":0.003,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #48":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #49":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #50":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #51":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #52":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #53":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #54":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #55":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #56":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #57":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #58":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #59":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #60":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #61":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #62":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #63":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #64":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #65":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #66":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #67":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #68":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #69":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #70":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #71":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #72":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set #73":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"object with type. Type is ignored for MySQL\"":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"nested json\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"null value\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"null as array value\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"null as object value\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"with object as value\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"query\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"query with type, that is ignored in MySQL\"":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"nested and combined json expression\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildCondition with data set \"search by property in JSON column (issue #15838)\"":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #0":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #2":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #3":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #4":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #5":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #6":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #7":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #8":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #9":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #10":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #11":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #12":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #13":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #14":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #15":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #16":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #17":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #18":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #19":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #20":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildFilterCondition with data set #21":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":1.785,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":1.853,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":1.866,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":1.904,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":1.953,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":2.153,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":2.414,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":2.195,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":1.949,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":2.05,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":2.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":2.329,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropUnique with data set \"add\"":2.09,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":2.121,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWhereExists with data set #0":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWhereExists with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWhereExistsWithParameters":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildUnion":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWithQuery":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildWithQueryRecursive":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testSelectSubquery":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testComplexSelect":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testSelectExpression":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testFromIndexHint":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testFromSubquery":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testOrderBy":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testGroupBy":0.003,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInsert with data set \"regular-values\"":0.006,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInsert with data set \"carry passed params\"":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":0.005,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testInitFixtures":1.894,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"regular values\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":0.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"query\"":0.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"query with update part\"":0.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"query without update part\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":0.006,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":0.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":0.009,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":0.006,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":0.006,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpsert with data set \"no columns to update\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set #0":0.008,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":0.009,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set #2":0.006,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":0.005,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set #3":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpdate with data set #0":0.007,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testUpdate with data set #1":0.004,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testDelete with data set #0":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCommentColumn":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testCommentTable":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #0":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #1":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #2":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #3":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #4":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #5":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #6":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #7":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #8":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #9":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #10":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #11":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #12":0.002,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #13":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #14":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #15":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #16":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #17":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #18":0.003,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #19":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #20":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #21":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #22":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #23":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #24":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testBuildLikeCondition with data set #25":0.001,"yiiunit\\framework\\db\\mysql\\QueryBuilderTest::testIssue15653":0.001,"yiiunit\\framework\\db\\mysql\\QueryTest::testQueryIndexHint":1.905,"yiiunit\\framework\\db\\mysql\\QueryTest::testLimitOffsetWithExpression":1.963,"yiiunit\\framework\\db\\mysql\\QueryTest::testSelect":0.001,"yiiunit\\framework\\db\\mysql\\QueryTest::testFrom":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFromTableIsArrayWithExpression":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testWhere":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFilterWhereWithHashFormat":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFilterWhereWithOperatorFormat":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFilterHavingWithHashFormat":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFilterHavingWithOperatorFormat":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testFilterRecursively":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGroup":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testHaving":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testOrder":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testLimitOffset":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testUnion":1.955,"yiiunit\\framework\\db\\mysql\\QueryTest::testOne":2.09,"yiiunit\\framework\\db\\mysql\\QueryTest::testExists":2.109,"yiiunit\\framework\\db\\mysql\\QueryTest::testColumn":2.474,"yiiunit\\framework\\db\\mysql\\QueryTest::testAmbiguousColumnIndexBy":2.313,"yiiunit\\framework\\db\\mysql\\QueryTest::testCount":1.876,"yiiunit\\framework\\db\\mysql\\QueryTest::testAndFilterCompare":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testCountHavingWithoutGroupBy":1.842,"yiiunit\\framework\\db\\mysql\\QueryTest::testEmulateExecution":1.996,"yiiunit\\framework\\db\\mysql\\QueryTest::testMultipleLikeConditions":2.099,"yiiunit\\framework\\db\\mysql\\QueryTest::testExpressionInFrom":2.123,"yiiunit\\framework\\db\\mysql\\QueryTest::testQueryCache":2.134,"yiiunit\\framework\\db\\mysql\\QueryTest::testQueryCreation":0.001,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromAliasedExpression":0.001,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\mysql\\QueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\mysql\\SchemaTest::testLoadDefaultDatetimeColumn":5.734,"yiiunit\\framework\\db\\mysql\\SchemaTest::testDefaultDatetimeColumnWithMicrosecs":6.184,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetSchemaNames":0.001,"yiiunit\\framework\\db\\mysql\\SchemaTest::testAlternativeDisplayOfDefaultCurrentTimestampInMariaDB":0.001,"yiiunit\\framework\\db\\mysql\\SchemaTest::testAlternativeDisplayOfDefaultCurrentTimestampAsNullInMariaDB":0,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetTableNames with data set #0":2.466,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetTableNames with data set #1":2.28,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetTableSchemas with data set #0":2.064,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetTableSchemas with data set #1":2.142,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetTableSchemasWithAttrCase":2.165,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetNonExistingTableSchema":2.061,"yiiunit\\framework\\db\\mysql\\SchemaTest::testSchemaCache":2.128,"yiiunit\\framework\\db\\mysql\\SchemaTest::testRefreshTableSchema":2.33,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":1.941,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1.872,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":1.927,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":1.915,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":2.038,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":2.087,"yiiunit\\framework\\db\\mysql\\SchemaTest::testCompositeFk":2.461,"yiiunit\\framework\\db\\mysql\\SchemaTest::testGetPDOType":2.289,"yiiunit\\framework\\db\\mysql\\SchemaTest::testNegativeDefaultValues":1.916,"yiiunit\\framework\\db\\mysql\\SchemaTest::testColumnSchema":1.946,"yiiunit\\framework\\db\\mysql\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":0.001,"yiiunit\\framework\\db\\mysql\\SchemaTest::testFindUniqueIndexes":2.289,"yiiunit\\framework\\db\\mysql\\SchemaTest::testContraintTablesExistance":2.002,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":2.088,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":2.116,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":1.937,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":1.886,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":1.882,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":1.982,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":2.045,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":2.068,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":2.48,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":2.47,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":1.957,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":2.055,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":1.976,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":2.033,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":2.069,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":2.134,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":2.009,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":1.901,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":1.933,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":2.095,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":1.974,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":1.902,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":1.932,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":2.52,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":1.903,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":1.756,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":1.816,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":1.848,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":1.85,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":2.061,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":2.124,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":3.639,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":2.595,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":2.05,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":1.965,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":2.055,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":2.087,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":2.124,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":2.473,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":2.077,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":1.964,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":1.9,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":1.948,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":2.025,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":2.084,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":2.221,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":1.826,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":1.88,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":1.896,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":2.016,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":2.038,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":2.1,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":2.552,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":2.291,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":1.971,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":1.942,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":1.928,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":2.039,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":2.062,"yiiunit\\framework\\db\\mysql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":2.157,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testAssureMessageSetOnInit":1.867,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testCustomMessage":1.875,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateInvalidAttribute":1.92,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateAttributeDefault":2.014,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateAttributeOfNonARModel":2.078,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateNonDatabaseAttribute":2.05,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":2.415,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateCompositeKeys":2.369,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateTargetClass":1.98,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":2.115,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":2.189,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":2.019,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":2.055,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testPrepareParams":2.159,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":1.817,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":1.867,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testPrepareQuery":3.91,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testAmbiguousColumnName":2.036,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testExpressionInAttributeColumnName":2.049,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testFindModelWith":2.48,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testFindModelJoinWith":2.307,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testForceMaster":3.899,"yiiunit\\framework\\db\\mysql\\UniqueValidatorTest::testSecondTargetAttributeWithError":2,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testDeadlockException":0,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransactionAutocommit":2.118,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testConstruct":2.068,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testOpenClose":0.001,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testQueryBuilderConfigurationAfterOpenClose":0.002,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testSerialize":0.002,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testGetDriverName":0,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testQuoteValue":2.258,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testQuoteTableName":0.001,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testQuoteColumnName":0,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testQuoteFullColumnName":0.001,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransaction":1.86,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransactionIsolation":1.901,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransactionShortcutException":1.907,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransactionShortcutCorrect":1.982,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testTransactionShortcutCustom":2.032,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testNestedTransaction":2.076,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testNestedTransactionNotSupported":2.403,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testEnableQueryLog":2.566,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testExceptionContainsRawQuery":1.859,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testClone":0.001,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testGetPdoAfterClose":1.928,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testServerStatusCacheWorks":0.001,"yiiunit\\framework\\db\\mysql\\connection\\DeadLockTest::testServerStatusCacheCanBeDisabled":0.001,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveQuery":0.002,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelation":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelationVia":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testActiveRelationViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testQuery":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testRefresh":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testPaginationBeforeModels":0,"yiiunit\\framework\\db\\oci\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testGetData":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testGetModel":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDataDirectory":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDataPath":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testTruncate":0,"yiiunit\\framework\\db\\oci\\ActiveFixtureTest::testDifferentModelDb":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testConstructor":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testTriggerInitEvent":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPrepare":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPopulate_EmptyRows":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testPopulate_FilledRows":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOne":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testCreateCommand":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testQueryScalar":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testJoinWith":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testInnerJoinWith":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetQueryTableName_from_not_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetQueryTableName_from_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOnCondition":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAndOnCondition_on_not_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAndOnCondition_on_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOrOnCondition_on_not_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testOrOnCondition_on_set":0.001,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAlias_not_set":0.001,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testAlias_yet_set":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_notFilledFrom":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_wontFillFrom":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testDeeplyNestedTableRelationWith":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0.001,"yiiunit\\framework\\db\\oci\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCastValues":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDefaultValues":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindAsArray":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPrimaryKeyAfterSave":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testMultiplePrimaryKeyAfterSave":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testBit":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testBooleanAttribute":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithAlias with data set #0":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCustomColumns":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStatisticalFind":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindScalar":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindExists":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindColumn":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindBySql":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCountWithFindBySql":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDeeplyNestedTableRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDeeplyNestedTableRelation2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStoreNull":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testStoreEmpty":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIsPrimaryKey":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWith":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateSimple":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithAndScope":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithVia":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithEager":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testJoinWithSameTable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindCompositeRelationWithJoin":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindSimpleRelationWithJoin":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #0":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #1":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRelationWhereParams with data set #3":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAlias":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInverseOf":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInverseOfDynamic":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssues":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testSaveEmpty":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testOptimisticLock":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testPopulateWithoutPk":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdateAttributes":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEmulateExecution":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllOnCondition":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIndexByAfterLoadingRelations":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testNoTablenameReplacement":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAmbiguousColumnFindOne":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindOneByColumnName":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAmbiguousColumnIndexBy":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindWithConstructors":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testCustomARRelation":0.002,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testResetNotSavedRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssetException":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testIssetThrowable":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testVirtualRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFind":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testHasAttribute":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindIndexBy":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindIndexByAsArray":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testRefresh":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testEquals":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindCount":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLimit":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindComplexCondition":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindNullValues":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testExists":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazy":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEager":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyVia":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindLazyVia2":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindNestedRelation":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testLink":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlink":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAll":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUnlinkAllAndConditionDelete":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testInsert":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testExplicitPkOnAutoIncrement":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdate":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testUpdateCounters":0.001,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testDelete":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAfterFind":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAfterRefresh":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEmptyInCondition":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testFindEagerIndexBy":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testAttributeAccess":0,"yiiunit\\framework\\db\\oci\\ActiveRecordTest::testViaWithCallable":0,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testQuery":0,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testActiveQuery":0,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testBatchWithoutDbParameter":0,"yiiunit\\framework\\db\\oci\\BatchQueryResultTest::testBatchWithIndexBy":0,"yiiunit\\framework\\db\\oci\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":0,"yiiunit\\framework\\db\\oci\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAutoQuoting":0,"yiiunit\\framework\\db\\oci\\CommandTest::testLastInsertId":0,"yiiunit\\framework\\db\\oci\\CommandTest::testCLOBStringInsertion":0,"yiiunit\\framework\\db\\oci\\CommandTest::testQueryCache":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsert":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectAlias":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertDataTypesLocale":0,"yiiunit\\framework\\db\\oci\\CommandTest::testNoTablenameReplacement":0,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateTable":0,"yiiunit\\framework\\db\\oci\\CommandTest::testsInsertQueryAsColumnValue":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAlterTable":0,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateView":0,"yiiunit\\framework\\db\\oci\\CommandTest::testColumnCase":0,"yiiunit\\framework\\db\\oci\\CommandTest::testConstruct":0.001,"yiiunit\\framework\\db\\oci\\CommandTest::testGetSetSql":0.001,"yiiunit\\framework\\db\\oci\\CommandTest::testPrepareCancel":0,"yiiunit\\framework\\db\\oci\\CommandTest::testExecute":0,"yiiunit\\framework\\db\\oci\\CommandTest::testQuery":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamValue":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #0":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #1":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindParamsNonWhere with data set #2":0,"yiiunit\\framework\\db\\oci\\CommandTest::testFetchMode":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsert":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertWithYield":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBatchInsertSQL with data set \"batchIsert empty rows represented by ArrayObject\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelect":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #0":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #1":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertSelectFailed with data set #2":0,"yiiunit\\framework\\db\\oci\\CommandTest::testInsertExpression":0,"yiiunit\\framework\\db\\oci\\CommandTest::testDropTable":0,"yiiunit\\framework\\db\\oci\\CommandTest::testTruncateTable":0,"yiiunit\\framework\\db\\oci\\CommandTest::testRenameTable":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values with update part\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"regular values without update part\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query with update part\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testUpsert with data set \"query without update part\"":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropPrimaryKey":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropForeignKey":0,"yiiunit\\framework\\db\\oci\\CommandTest::testCreateDropIndex":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropUnique":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropCheck":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAddDropDefaultValue":0,"yiiunit\\framework\\db\\oci\\CommandTest::testIntegrityViolation":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #0":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #1":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #2":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #3":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #4":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #5":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #6":0,"yiiunit\\framework\\db\\oci\\CommandTest::testGetRawSql with data set #7":0,"yiiunit\\framework\\db\\oci\\CommandTest::testAutoRefreshTableSchema":0,"yiiunit\\framework\\db\\oci\\CommandTest::testTransaction":0,"yiiunit\\framework\\db\\oci\\CommandTest::testRetryHandler":0,"yiiunit\\framework\\db\\oci\\CommandTest::testDropView":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":0,"yiiunit\\framework\\db\\oci\\CommandTest::testBindValuesSupportsEnums":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testSerialize":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteTableName":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteColumnName":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteFullColumnName":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionIsolation":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutCustom":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQuoteValue":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testConstruct":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testOpenClose":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testGetDriverName":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransaction":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutException":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testTransactionShortcutCorrect":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testNestedTransaction":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testNestedTransactionNotSupported":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testEnableQueryLog":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testExceptionContainsRawQuery":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testClone":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testGetPdoAfterClose":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testServerStatusCacheWorks":0,"yiiunit\\framework\\db\\oci\\ConnectionTest::testServerStatusCacheCanBeDisabled":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateValueExpectedException":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateValue":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testValidateCompositeKeys":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetTableWithAlias":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testExpresionInAttributeColumnName":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetRelation":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testTargetRelationWithFilter":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testForceMaster":0,"yiiunit\\framework\\db\\oci\\ExistValidatorTest::testSecondTargetAttributeWithError":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCommentColumn":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCommentTable":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testExecuteResetSequence":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInitFixtures":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query with update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query without update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testGetColumnType":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateTableColumnTypes":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #1":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #2":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFrom with data set #3":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #1":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #2":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #3":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #4":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #5":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #6":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #7":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #8":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #9":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #10":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #11":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #12":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #13":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #14":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #15":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #16":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #17":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #18":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #19":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #20":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #21":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #22":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #23":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #24":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #25":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #26":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #27":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #28":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #29":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #30":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #31":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #32":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #33":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #34":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #35":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #36":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #37":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #38":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #39":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #40":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #41":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #42":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #43":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #44":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #45":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #46":0.001,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #47":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #48":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #49":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #50":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #51":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #52":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #53":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #54":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #55":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #56":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #57":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #58":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #59":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #60":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #61":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #62":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #63":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #64":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #65":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #66":0.001,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #67":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #68":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #69":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #70":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildCondition with data set #71":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #0":0.001,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #1":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #2":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #3":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #4":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #5":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #6":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #7":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #8":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #9":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #10":0.001,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #11":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #12":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #13":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #14":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #15":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #16":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #17":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #18":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #19":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #20":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildFilterCondition with data set #21":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":0.001,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"add\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testAddDropCheck with data set \"add\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExists with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExists with data set #1":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExistsWithParameters":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildUnion":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWithQuery":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildWithQueryRecursive":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testSelectSubquery":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testComplexSelect":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testSelectExpression":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testFromIndexHint":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testFromSubquery":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testOrderBy":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testGroupBy":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"regular-values\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"carry passed params\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #1":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #2":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set #3":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testUpdate with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testDelete with data set #0":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testBuildLikeCondition":0,"yiiunit\\framework\\db\\oci\\QueryBuilderTest::testIssue15653":0,"yiiunit\\framework\\db\\oci\\QueryTest::testUnion":0,"yiiunit\\framework\\db\\oci\\QueryTest::testSelect":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFrom":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFromTableIsArrayWithExpression":0,"yiiunit\\framework\\db\\oci\\QueryTest::testWhere":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterWhereWithHashFormat":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterWhereWithOperatorFormat":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterHavingWithHashFormat":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterHavingWithOperatorFormat":0,"yiiunit\\framework\\db\\oci\\QueryTest::testFilterRecursively":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGroup":0,"yiiunit\\framework\\db\\oci\\QueryTest::testHaving":0,"yiiunit\\framework\\db\\oci\\QueryTest::testOrder":0,"yiiunit\\framework\\db\\oci\\QueryTest::testLimitOffset":0.001,"yiiunit\\framework\\db\\oci\\QueryTest::testLimitOffsetWithExpression":0,"yiiunit\\framework\\db\\oci\\QueryTest::testOne":0,"yiiunit\\framework\\db\\oci\\QueryTest::testExists":0,"yiiunit\\framework\\db\\oci\\QueryTest::testColumn":0,"yiiunit\\framework\\db\\oci\\QueryTest::testAmbiguousColumnIndexBy":0,"yiiunit\\framework\\db\\oci\\QueryTest::testCount":0,"yiiunit\\framework\\db\\oci\\QueryTest::testAndFilterCompare":0,"yiiunit\\framework\\db\\oci\\QueryTest::testCountHavingWithoutGroupBy":0,"yiiunit\\framework\\db\\oci\\QueryTest::testEmulateExecution":0,"yiiunit\\framework\\db\\oci\\QueryTest::testMultipleLikeConditions":0,"yiiunit\\framework\\db\\oci\\QueryTest::testExpressionInFrom":0,"yiiunit\\framework\\db\\oci\\QueryTest::testQueryCache":0,"yiiunit\\framework\\db\\oci\\QueryTest::testQueryCreation":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\oci\\QueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testAutoincrementDisabled":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testFindUniqueIndexes":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testCompositeFk":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetSchemaNames":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableNames with data set #0":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableNames with data set #1":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemas with data set #0":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemas with data set #1":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetTableSchemasWithAttrCase":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetNonExistingTableSchema":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testSchemaCache":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testRefreshTableSchema":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testGetPDOType":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testNegativeDefaultValues":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testColumnSchema":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testContraintTablesExistance":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":0,"yiiunit\\framework\\db\\oci\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testAssureMessageSetOnInit":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testCustomMessage":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateInvalidAttribute":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeDefault":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeOfNonARModel":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateNonDatabaseAttribute":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateCompositeKeys":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateTargetClass":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testPrepareParams":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testPrepareQuery":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testAmbiguousColumnName":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testExpressionInAttributeColumnName":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testFindModelWith":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testFindModelJoinWith":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testForceMaster":0,"yiiunit\\framework\\db\\oci\\UniqueValidatorTest::testSecondTargetAttributeWithError":0,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testActiveQuery":0.451,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testActiveRelation":0.316,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testActiveRelationVia":0.336,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testActiveRelationViaTable":0.322,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testQuery":0.889,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testRefresh":0.575,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testPaginationBeforeModels":0.573,"yiiunit\\framework\\db\\pgsql\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":0.57,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testGetData":0.33,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testGetModel":0.322,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testDataDirectory":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testDataPath":0.305,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testTruncate":0.208,"yiiunit\\framework\\db\\pgsql\\ActiveFixtureTest::testDifferentModelDb":0.278,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testConstructor":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testTriggerInitEvent":0.284,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testPrepare":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testPopulate_EmptyRows":0.284,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testPopulate_FilledRows":0.342,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testOne":0.308,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testCreateCommand":0.3,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testQueryScalar":0.278,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testJoinWith":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testInnerJoinWith":0.31,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":0.284,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetQueryTableName_from_not_set":0.282,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetQueryTableName_from_set":0.28,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testOnCondition":0.282,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testAndOnCondition_on_not_set":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testAndOnCondition_on_set":0.286,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testOrOnCondition_on_not_set":0.283,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testOrOnCondition_on_set":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testViaTable":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testAlias_not_set":0.309,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testAlias_yet_set":0.283,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_notFilledFrom":0.274,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_wontFillFrom":0.307,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testDeeplyNestedTableRelationWith":0.346,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":0.29,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":0.218,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromString":0.245,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":0.296,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTablesAlias_isFromString":0.287,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":0.288,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0.278,"yiiunit\\framework\\db\\pgsql\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":0.278,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testBooleanAttribute":0.309,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindAsArray":0.287,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testBooleanValues":0.623,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testBooleanValues2":0.616,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testBooleanDefaultValues":0.309,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testPrimaryKeyAfterSave":0.321,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"simple arrays values\"":0.314,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"null arrays values\"":0.31,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"empty arrays values\"":0.311,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"nested objects\"":0.313,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"arrays packed in classes\"":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testArrayValues with data set \"scalars\"":0.303,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testCustomColumns":0.311,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testStatisticalFind":0.289,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindScalar":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindExists":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindColumn":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindBySql":0.304,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testCountWithFindBySql":0.282,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindLazyViaTable":0.337,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEagerViaTable":0.343,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testDeeplyNestedTableRelation":0.311,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testDeeplyNestedTableRelation2":0.326,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testStoreNull":0.395,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testStoreEmpty":0.302,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testIsPrimaryKey":0.318,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWith":0.395,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateSimple":0.318,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":0.35,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":0.254,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":0.35,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":0.312,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":0.314,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":0.345,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":0.339,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithAndScope":0.336,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithVia":0.337,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithEager":0.362,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithAlias with data set #0":0.387,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testJoinWithSameTable":0.345,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindCompositeRelationWithJoin":0.323,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindSimpleRelationWithJoin":0.328,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRelationWhereParams with data set #0":0.361,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRelationWhereParams with data set #1":0.31,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRelationWhereParams with data set #2":0.307,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRelationWhereParams with data set #3":0.345,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":0.315,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":0.325,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":0.3,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":0.338,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAlias":0.284,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testInverseOf":0.381,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testInverseOfDynamic":0.364,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testDefaultValues":0.308,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAllViaTable":0.346,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testCastValues":0.321,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testIssues":0.354,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":0.311,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testSaveEmpty":0.297,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testOptimisticLock":0.314,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testPopulateWithoutPk":0.263,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testBit":0.254,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":0.313,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":0.323,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUpdateAttributes":0.259,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testEmulateExecution":0.283,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAllOnCondition":0.26,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":0.33,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testIndexByAfterLoadingRelations":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testNoTablenameReplacement":0.316,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAmbiguousColumnFindOne":0.305,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindOneByColumnName":0.316,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":0.277,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":0.275,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":0.284,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":0.271,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":0.281,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":0.282,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":0.308,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":0.307,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":0.305,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":0.311,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":0.321,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":0.309,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":0.333,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":0.305,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":0.308,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":0.317,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":0.274,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":0.312,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":0.286,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":0.288,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":0.285,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":0.296,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":0.332,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAmbiguousColumnIndexBy":0.291,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindWithConstructors":0.342,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testCustomARRelation":0.315,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":0.3,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testResetNotSavedRelation":0.307,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testIssetException":0.316,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testIssetThrowable":0.304,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":0.315,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":0.318,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":0.338,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":0.335,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testVirtualRelation":0.318,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFind":0.322,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testHasAttribute":0.303,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindIndexBy":0.303,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindIndexByAsArray":0.286,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testRefresh":0.304,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testEquals":0.313,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindCount":0.287,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindLimit":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindComplexCondition":0.325,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindNullValues":0.329,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testExists":0.295,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindLazy":0.328,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEager":0.35,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindLazyVia":0.326,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindLazyVia2":0.338,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEagerViaRelation":0.33,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindNestedRelation":0.336,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":0.325,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":0.328,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testLink":0.339,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlink":0.329,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAll":0.373,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":0.324,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUnlinkAllAndConditionDelete":0.307,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testInsert":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testExplicitPkOnAutoIncrement":0.283,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUpdate":0.274,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testUpdateCounters":0.282,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testDelete":0.308,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAfterFind":0.3,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAfterRefresh":0.286,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEmptyInCondition":0.305,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testFindEagerIndexBy":0.369,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testAttributeAccess":0.306,"yiiunit\\framework\\db\\pgsql\\ActiveRecordTest::testViaWithCallable":0.328,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #0":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #1":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #2":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #3":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #4":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #5":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #6":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #7":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #8":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #9":0,"yiiunit\\framework\\db\\pgsql\\ArrayParserTest::testConvert with data set #10":0,"yiiunit\\framework\\db\\pgsql\\BatchQueryResultTest::testQuery":0.56,"yiiunit\\framework\\db\\pgsql\\BatchQueryResultTest::testActiveQuery":0.557,"yiiunit\\framework\\db\\pgsql\\BatchQueryResultTest::testBatchWithoutDbParameter":0.308,"yiiunit\\framework\\db\\pgsql\\BatchQueryResultTest::testBatchWithIndexBy":0.275,"yiiunit\\framework\\db\\pgsql\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":0.283,"yiiunit\\framework\\db\\pgsql\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":0.323,"yiiunit\\framework\\db\\pgsql\\ColumnSchemaBuilderTest::testCustomTypes with data set #2":0.206,"yiiunit\\framework\\db\\pgsql\\ColumnSchemaBuilderTest::testCustomTypes with data set #3":0.277,"yiiunit\\framework\\db\\pgsql\\ColumnSchemaBuilderTest::testCustomTypes with data set #4":0.26,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAutoQuoting":0.203,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBooleanValuesInsert":0.304,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBooleanValuesBatchInsert":0.307,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testLastInsertId":0.283,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testSaveSerializedObject":0.311,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testIssue15827":0.312,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testConstruct":0.29,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetSetSql":0.293,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testPrepareCancel":0.284,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testExecute":0.288,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testQuery":0.293,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindParamValue":0.257,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindParamsNonWhere with data set #0":0.322,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindParamsNonWhere with data set #1":0.318,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindParamsNonWhere with data set #2":0.282,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testFetchMode":0.283,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsert":0.582,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertWithYield":0.308,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertDataTypesLocale":0.238,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":0.243,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"wrongBehavior\"":0.264,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":0.316,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchIsert empty rows represented by ArrayObject\"":0.302,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from jsonExpression\"":0.31,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from arrayExpression\"":0.285,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchInsert casts string to int according to the table schema\"":0.292,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBatchInsertSQL with data set \"batchInsert casts JSON to JSONB when column is JSONB\"":0.297,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsert":0.314,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testNoTablenameReplacement":0.316,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertSelect":0.312,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertSelectAlias":0.33,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertSelectFailed with data set #0":0.306,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertSelectFailed with data set #1":0.303,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertSelectFailed with data set #2":0.304,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testInsertExpression":0.305,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testsInsertQueryAsColumnValue":0.245,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testCreateTable":0.302,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAlterTable":0.338,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testDropTable":0.228,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testTruncateTable":0.23,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testRenameTable":0.333,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"regular values\"":0.312,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"regular values with update part\"":0.321,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"regular values without update part\"":0.302,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"query\"":0.315,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"query with update part\"":0.342,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testUpsert with data set \"query without update part\"":0.321,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropPrimaryKey":0.343,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropForeignKey":0.343,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testCreateDropIndex":0.332,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropUnique":0.325,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropCheck":0.295,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAddDropDefaultValue":0,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testIntegrityViolation":0.217,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testQueryCache":0.2,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testColumnCase":0.228,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #0":0.197,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #1":0.255,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #2":0.199,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #3":0.193,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #4":0.205,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #5":0.227,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #6":0.212,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #7":0.253,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testGetRawSql with data set #8":0.278,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testAutoRefreshTableSchema":0.336,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testTransaction":0.213,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testRetryHandler":0.21,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testCreateView":0.325,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testDropView":0.303,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":0.218,"yii\\tests\\unit\\framework\\db\\pgsql\\CommandTest::testBindValuesSupportsEnums":0.293,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testConnection":0.276,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testQuoteValue":0.253,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testQuoteTableName":0.273,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testQuoteColumnName":0.21,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testQuoteFullColumnName":0.001,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testTransactionIsolation":0.256,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testConstruct":0.29,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testOpenClose":0.009,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":0.015,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testSerialize":0.019,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testGetDriverName":0.001,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testTransaction":0.312,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testTransactionShortcutException":0.281,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testTransactionShortcutCorrect":0.307,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testTransactionShortcutCustom":0.306,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testNestedTransaction":0.287,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testNestedTransactionNotSupported":0.244,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testEnableQueryLog":0.395,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testExceptionContainsRawQuery":0.324,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testClone":0.009,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testGetPdoAfterClose":0.29,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testServerStatusCacheWorks":0.007,"yiiunit\\framework\\db\\pgsql\\ConnectionTest::testServerStatusCacheCanBeDisabled":0.006,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testWithCameCasedTableName":0.285,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testValidateValueExpectedException":0.339,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testValidateValue":0.259,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testValidateAttribute":0.321,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testValidateCompositeKeys":0.24,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testTargetTableWithAlias":0.293,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testExpresionInAttributeColumnName":0.298,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testTargetRelation":0.306,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testTargetRelationWithFilter":0.269,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testForceMaster":0.636,"yiiunit\\framework\\db\\pgsql\\ExistValidatorTest::testSecondTargetAttributeWithError":0.312,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAlterColumn":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCommentColumn":0.011,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCommentTable":0.008,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testResetSequence":0.039,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testResetSequencePostgres12":0.352,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testDropIndex":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":0.286,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":0.285,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testGetColumnType":0.002,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateTableColumnTypes":0.082,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFrom with data set #0":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFrom with data set #1":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFrom with data set #2":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFrom with data set #3":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #0":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #1":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #2":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #3":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #4":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #5":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #6":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #7":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #8":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #9":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #10":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #11":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #12":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #13":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #14":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #15":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #16":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #17":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #18":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #19":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #20":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #21":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #22":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #23":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #24":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #25":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #26":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #27":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #28":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #29":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #30":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #31":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #32":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #33":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #34":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #35":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #36":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #37":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #38":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #39":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #40":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #41":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #42":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #43":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #44":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #45":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #46":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #47":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #48":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #49":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #50":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #51":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #52":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #53":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #54":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #55":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #56":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #57":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #58":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #59":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #60":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #61":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #62":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #63":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #64":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #65":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #66":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #67":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #68":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #69":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #70":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #71":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #72":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #73":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #74":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #75":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #76":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #77":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #78":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #79":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #80":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #81":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #82":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #83":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #84":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"scalar can not be converted to array #1\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #85":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #86":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #87":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"array of arrays\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #88":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"array can contain nulls\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"traversable objects are supported\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #89":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #90":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #91":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #92":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #93":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #94":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"nested json\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"null value\"":0.002,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"null as array value\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"null as object value\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #95":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"query\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"query with type\"":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"array of json expressions\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"Items in ArrayExpression of type json should be casted to Json\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"Two dimension array of text\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set \"Three dimension array of booleans\"":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #96":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #97":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #98":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #99":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #100":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #101":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #102":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #103":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildCondition with data set #104":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #0":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #1":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #2":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #3":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #4":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #5":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #6":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #7":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #8":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #9":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #10":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #11":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #12":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #13":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #14":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #15":0.002,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #16":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #17":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #18":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #19":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #20":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildFilterCondition with data set #21":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":0.377,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":0.286,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":0.284,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":0.321,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":0.289,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":0.291,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":0.295,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":0.281,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":0.293,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":0.262,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":0.286,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":0.279,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropUnique with data set \"add\"":0.239,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":0.227,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":0.283,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testAddDropCheck with data set \"add\"":0.28,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWhereExists with data set #0":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWhereExists with data set #1":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWhereExistsWithParameters":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildUnion":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWithQuery":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildWithQueryRecursive":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testSelectSubquery":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testComplexSelect":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testSelectExpression":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testFromIndexHint":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testFromSubquery":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testOrderBy":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testGroupBy":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testInsert with data set \"regular-values\"":0.036,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":0.041,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testInsert with data set \"carry passed params\"":0.037,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":0.039,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testInitFixtures":0.301,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"regular values\"":0.045,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":0.045,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":0.046,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"query\"":0.046,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"query with update part\"":0.044,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"query without update part\"":0.047,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":0.045,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":0.051,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":0.046,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":0.047,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":0.042,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpsert with data set \"no columns to update\"":0.045,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set #0":0.038,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":0.038,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set #1":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set #2":0.039,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":0.039,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set #3":0.038,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":0.042,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpdate with data set #0":0.037,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testUpdate with data set #1":0.038,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testDelete with data set #0":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #0":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #1":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #2":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #3":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #4":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #5":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #6":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #7":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #8":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #9":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #10":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #11":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #12":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #13":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #14":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #15":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #16":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #17":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #18":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #19":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #20":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #21":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #22":0.001,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #23":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #24":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testBuildLikeCondition with data set #25":0,"yiiunit\\framework\\db\\pgsql\\QueryBuilderTest::testIssue15653":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testBooleanValues":0.316,"yiiunit\\framework\\db\\pgsql\\QueryTest::testSelect":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFrom":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFromTableIsArrayWithExpression":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testWhere":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFilterWhereWithHashFormat":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFilterWhereWithOperatorFormat":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFilterHavingWithHashFormat":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFilterHavingWithOperatorFormat":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testFilterRecursively":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGroup":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testHaving":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testOrder":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testLimitOffset":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testLimitOffsetWithExpression":0.287,"yiiunit\\framework\\db\\pgsql\\QueryTest::testUnion":0.285,"yiiunit\\framework\\db\\pgsql\\QueryTest::testOne":0.287,"yiiunit\\framework\\db\\pgsql\\QueryTest::testExists":0.283,"yiiunit\\framework\\db\\pgsql\\QueryTest::testColumn":0.292,"yiiunit\\framework\\db\\pgsql\\QueryTest::testAmbiguousColumnIndexBy":0.288,"yiiunit\\framework\\db\\pgsql\\QueryTest::testCount":0.288,"yiiunit\\framework\\db\\pgsql\\QueryTest::testAndFilterCompare":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testCountHavingWithoutGroupBy":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testEmulateExecution":0.287,"yiiunit\\framework\\db\\pgsql\\QueryTest::testMultipleLikeConditions":0.324,"yiiunit\\framework\\db\\pgsql\\QueryTest::testExpressionInFrom":0.289,"yiiunit\\framework\\db\\pgsql\\QueryTest::testQueryCache":0.288,"yiiunit\\framework\\db\\pgsql\\QueryTest::testQueryCreation":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromString":0.001,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\pgsql\\QueryTest::testGetTableNames_isFromAliasedSubquery":0,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testCompositeFk":0.304,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetPDOType":0.242,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBooleanDefaultValues":0.383,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testSequenceName":0.336,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGeneratedValues":0.304,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testPartitionedTable":0.36,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testFindSchemaNames":0.295,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #0":0.304,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #1":0.294,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #2":0.269,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #3":0.309,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #4":0.29,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #5":0.262,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testBigintValue with data set #6":0.311,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testParenthesisDefaultValue":0.313,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTimestampNullDefaultValue":0.318,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testCustomTypeInNonDefaultSchema":0.595,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetSchemaNames":0.296,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetTableNames with data set #0":0.284,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetTableNames with data set #1":0.287,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetTableSchemas with data set #0":0.891,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetTableSchemas with data set #1":0.981,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetTableSchemasWithAttrCase":0.852,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testGetNonExistingTableSchema":0.293,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testSchemaCache":0.434,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testRefreshTableSchema":0.315,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":0.311,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0.319,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":0.315,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0.319,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":0.407,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":0.327,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testNegativeDefaultValues":0.301,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testColumnSchema":0.307,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":0,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testFindUniqueIndexes":0.353,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testContraintTablesExistance":0.333,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":0.29,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":0.289,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":0.293,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":0.29,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":0.277,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":0.292,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":0.293,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":0.286,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":0.305,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":0.369,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":0.294,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":0.285,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":0.289,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":0.279,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":0.265,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":0.277,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":0.289,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":0.287,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":0.288,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":0.282,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":0.294,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":0.29,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":0.277,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":0.286,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":0.333,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":0.3,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":0.285,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":0.289,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":0.347,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":0.276,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":0.277,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":0.293,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":0.266,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":0.289,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":0.296,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":0.262,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":0.29,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":0.236,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":0.288,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":0.227,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":0.308,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":0.271,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":0.258,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":0.343,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":0.257,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":0.337,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":0.281,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":0.288,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":0.281,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":0.259,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":0.328,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":0.304,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":0.282,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":0.261,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":0.316,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":0.269,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":0.248,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":0.243,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":0.223,"yiiunit\\framework\\db\\pgsql\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":0.275,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testPrepareParams":0.284,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testAssureMessageSetOnInit":0.217,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testCustomMessage":0.239,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateInvalidAttribute":0.222,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateAttributeDefault":0.229,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateAttributeOfNonARModel":0.194,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateNonDatabaseAttribute":0.211,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":0.192,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateCompositeKeys":0.224,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateTargetClass":0.255,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":0.252,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":0.27,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":0.287,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":0.237,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":0.227,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":0.21,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testPrepareQuery":0.603,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testAmbiguousColumnName":0.281,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testExpressionInAttributeColumnName":0.311,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testFindModelWith":0.315,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testFindModelJoinWith":0.34,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testForceMaster":0.625,"yiiunit\\framework\\db\\pgsql\\UniqueValidatorTest::testSecondTargetAttributeWithError":0.294,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testActiveQuery":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testActiveRelation":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testActiveRelationVia":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testActiveRelationViaTable":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testQuery":0.016,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testRefresh":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testPaginationBeforeModels":0.012,"yiiunit\\framework\\db\\sqlite\\ActiveDataProviderTest::testDoesNotPerformQueryWhenHasNoModels":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testGetData":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testGetModel":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testDataDirectory":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testDataPath":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testTruncate":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveFixtureTest::testDifferentModelDb":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testConstructor":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testTriggerInitEvent":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testPrepare":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testPopulate_EmptyRows":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testPopulate_FilledRows":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testOne":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testCreateCommand":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testQueryScalar":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testJoinWith":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testInnerJoinWith":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testBuildJoinWithRemoveDuplicateJoinByTableName":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetQueryTableName_from_not_set":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetQueryTableName_from_set":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testOnCondition":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testAndOnCondition_on_not_set":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testAndOnCondition_on_set":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testOrOnCondition_on_not_set":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testOrOnCondition_on_set":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testViaTable":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testAlias_not_set":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testAlias_yet_set":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_notFilledFrom":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_wontFillFrom":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testDeeplyNestedTableRelationWith":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromArrayWithAlias":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromArrayWithoutAlias":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromString":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromObject_generateException":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTablesAlias_isFromString":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromPrefixedTableName":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromTableNameWithDatabase":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromAliasedExpression":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveQueryTest::testGetTableNames_isFromAliasedSubquery":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testCustomColumns":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testStatisticalFind":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindScalar":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindExists":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindColumn":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindBySql":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testCountWithFindBySql":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindLazyViaTable":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEagerViaTable":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testDeeplyNestedTableRelation":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testDeeplyNestedTableRelation2":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testStoreNull":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testStoreEmpty":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testIsPrimaryKey":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWith":0.017,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateSimple":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateCallbackFiltering":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateCallbackFilteringConditionsOnPrimary":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateWithSubRelation":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateTableAlias1":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateTableAlias2":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateTableAliasSubRelation":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithDuplicateSubRelationCalledInsideClosure":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithAndScope":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithVia":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithEager":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithAlias with data set #0":0.019,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testJoinWithSameTable":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindCompositeRelationWithJoin":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindSimpleRelationWithJoin":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRelationWhereParams with data set #0":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRelationWhereParams with data set #1":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRelationWhereParams with data set #2":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRelationWhereParams with data set #3":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testOutdatedRelationsAreResetForNewRecords":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testOutdatedRelationsAreResetForExistingRecords":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testOutdatedCompositeKeyRelationsAreReset":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testOutdatedViaTableRelationsAreReset":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAlias":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testInverseOf":0.013,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testInverseOfDynamic":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testDefaultValues":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAllViaTable":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testCastValues":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testIssues":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testPopulateRecordCallWhenQueryingOnParentClass":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testSaveEmpty":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testOptimisticLock":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testPopulateWithoutPk":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testBit":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLinkWhenRelationIsIndexed2":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLinkWhenRelationIsIndexed3":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUpdateAttributes":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testEmulateExecution":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAllOnCondition":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAllOnConditionViaTable":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testIndexByAfterLoadingRelations":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testNoTablenameReplacement":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAmbiguousColumnFindOne":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindOneByColumnName":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as string\"":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name as array\"":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table names\"":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table name and a table alias\"":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table alias\"":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFilterTableNamesFromAliases with data set \"table aliases\"":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #0":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #1":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #2":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #3":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #4":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #5":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #6":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #7":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #8":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #9":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #10":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLegalValuesForFindByCondition with data set #11":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #0":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #1":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #2":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #3":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #4":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #5":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #6":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testValueEscapingInFindByCondition with data set #7":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAmbiguousColumnIndexBy":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindWithConstructors":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testCustomARRelation":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRefresh_querySetAlias_findRecord":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testResetNotSavedRelation":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testIssetException":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testIssetThrowable":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testEagerLoadingUsingStringIdentifiers":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testEagerLoadingWithTypeCastedCompositeIdentifier":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"with delete\"":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkWithViaOnCondition with data set \"without delete\"":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testVirtualRelation":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFind":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindAsArray":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testHasAttribute":0.003,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindIndexBy":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindIndexByAsArray":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testRefresh":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testEquals":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindCount":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindLimit":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindComplexCondition":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindNullValues":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testExists":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindLazy":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEager":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindLazyVia":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindLazyVia2":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEagerViaRelation":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindNestedRelation":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEagerViaRelationPreserveOrder":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEagerViaRelationPreserveOrderB":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testLink":0.01,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlink":0.013,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAll":0.011,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAllAndConditionSetNull":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUnlinkAllAndConditionDelete":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testInsert":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testExplicitPkOnAutoIncrement":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUpdate":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testUpdateCounters":0.007,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testDelete":0.008,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testBooleanAttribute":0.005,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAfterFind":0.004,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAfterRefresh":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEmptyInCondition":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testFindEagerIndexBy":0.009,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testAttributeAccess":0.006,"yiiunit\\framework\\db\\sqlite\\ActiveRecordTest::testViaWithCallable":0.008,"yiiunit\\framework\\db\\sqlite\\BatchQueryResultTest::testQuery":0.008,"yiiunit\\framework\\db\\sqlite\\BatchQueryResultTest::testActiveQuery":0.011,"yiiunit\\framework\\db\\sqlite\\BatchQueryResultTest::testBatchWithoutDbParameter":0.006,"yiiunit\\framework\\db\\sqlite\\BatchQueryResultTest::testBatchWithIndexBy":0.004,"yiiunit\\framework\\db\\sqlite\\ColumnSchemaBuilderTest::testCustomTypes with data set #0":0.006,"yiiunit\\framework\\db\\sqlite\\ColumnSchemaBuilderTest::testCustomTypes with data set #1":0.005,"yiiunit\\framework\\db\\sqlite\\ColumnSchemaBuilderTest::testCustomTypes with data set #2":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAutoQuoting":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"regular values\"":0.015,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"regular values with update part\"":0.019,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"regular values without update part\"":0.011,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"query\"":0.014,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"query with update part\"":0.017,"yiiunit\\framework\\db\\sqlite\\CommandTest::testUpsert with data set \"query without update part\"":0.011,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropPrimaryKey":0,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropForeignKey":0,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropUnique":0.001,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropCheck":0.001,"yiiunit\\framework\\db\\sqlite\\CommandTest::testMultiStatementSupport":0.009,"yiiunit\\framework\\db\\sqlite\\CommandTest::testResetSequence":0.043,"yiiunit\\framework\\db\\sqlite\\CommandTest::testResetSequenceExceptionTableNoExist":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testResetSequenceExceptionSquenceNoExist":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testConstruct":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetSetSql":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testPrepareCancel":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testExecute":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testQuery":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindParamValue":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindParamsNonWhere with data set #0":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindParamsNonWhere with data set #1":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindParamsNonWhere with data set #2":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testFetchMode":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsert":0.01,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsertWithYield":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsertDataTypesLocale":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsertSQL with data set \"issue11242\"":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsertSQL with data set \"batchInsert binds params from expression\"":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBatchInsertSQL with data set \"batchIsert empty rows represented by ArrayObject\"":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsert":0.004,"yiiunit\\framework\\db\\sqlite\\CommandTest::testNoTablenameReplacement":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertSelect":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertSelectAlias":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertSelectFailed with data set #0":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertSelectFailed with data set #1":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertSelectFailed with data set #2":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testInsertExpression":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testsInsertQueryAsColumnValue":0.004,"yiiunit\\framework\\db\\sqlite\\CommandTest::testCreateTable":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAlterTable":0,"yiiunit\\framework\\db\\sqlite\\CommandTest::testDropTable":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testTruncateTable":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testRenameTable":0.011,"yiiunit\\framework\\db\\sqlite\\CommandTest::testCreateDropIndex":0.01,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAddDropDefaultValue":0.001,"yiiunit\\framework\\db\\sqlite\\CommandTest::testIntegrityViolation":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testLastInsertId":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testQueryCache":0.004,"yiiunit\\framework\\db\\sqlite\\CommandTest::testColumnCase":0.004,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #0":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #1":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #2":0.008,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #3":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #4":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #5":0.008,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #6":0.004,"yiiunit\\framework\\db\\sqlite\\CommandTest::testGetRawSql with data set #7":0.003,"yiiunit\\framework\\db\\sqlite\\CommandTest::testAutoRefreshTableSchema":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testTransaction":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testRetryHandler":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testCreateView":0.007,"yiiunit\\framework\\db\\sqlite\\CommandTest::testDropView":0.005,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat":0.006,"yiiunit\\framework\\db\\sqlite\\CommandTest::testBindValuesSupportsEnums":0.005,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testConstruct":0.003,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testQuoteValue":0.004,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testTransactionIsolation":0.004,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testMasterSlave":4.706,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testMastersShuffled":3.714,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testMastersSequential":1.853,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testRestoreMasterAfterException":0.589,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testAliasDbPath":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testExceptionContainsRawQuery":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testOpenClose":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testQueryBuilderConfigurationAfterOpenClose":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testSerialize":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testGetDriverName":0,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testQuoteTableName":0,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testQuoteColumnName":0,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testQuoteFullColumnName":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testTransaction":0.007,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testTransactionShortcutException":0.006,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testTransactionShortcutCorrect":0.005,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testTransactionShortcutCustom":0.004,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testNestedTransaction":0.005,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testNestedTransactionNotSupported":0.005,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testEnableQueryLog":0.007,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testClone":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testGetPdoAfterClose":0.007,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testServerStatusCacheWorks":0.001,"yiiunit\\framework\\db\\sqlite\\ConnectionTest::testServerStatusCacheCanBeDisabled":0.001,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testValidateValueExpectedException":0.006,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testValidateValue":0.008,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testValidateAttribute":0.007,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testValidateCompositeKeys":0.007,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testTargetTableWithAlias":0.006,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testExpresionInAttributeColumnName":0.007,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testTargetRelation":0.006,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testTargetRelationWithFilter":0.006,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testForceMaster":0.008,"yiiunit\\framework\\db\\sqlite\\ExistValidatorTest::testSecondTargetAttributeWithError":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCommentColumn":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCommentTable":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsertOnOlderVersions":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testRenameTable":0.002,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildUnion":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWithQuery":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testResetSequence":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropPrimaryKey with data set \"drop\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropPrimaryKey with data set \"add (2 columns)\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropForeignKey with data set \"drop\"":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropForeignKey with data set \"add\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropForeignKey with data set \"add (2 columns)\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropUnique with data set \"drop\"":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropUnique with data set \"add\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropUnique with data set \"add (2 columns)\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropCheck with data set \"drop\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropCheck with data set \"add\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropDefaultValue with data set \"drop\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testAddDropDefaultValue with data set \"add\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testGetColumnType":0.002,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateTableColumnTypes":0.002,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFrom with data set #0":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFrom with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFrom with data set #2":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFrom with data set #3":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #0":0.002,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #2":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #3":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #4":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #5":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #6":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #7":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #8":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #9":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #10":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #11":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #12":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #13":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #14":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #15":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #16":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #17":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #18":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #19":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #20":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #21":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #22":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #23":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #24":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #25":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #26":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #27":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #28":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #29":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #30":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set \"composite in\"":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set \"composite in (just one column)\"":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects (just one column)\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #31":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #32":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #33":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #34":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #35":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #36":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #37":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #38":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #39":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set \"composite in using array objects\"":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #40":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #41":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #42":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #43":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #44":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #45":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #46":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #47":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #48":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #49":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #50":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #51":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #52":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #53":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #54":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #55":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #56":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #57":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #58":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #59":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #60":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #61":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #62":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #63":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #64":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #65":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #66":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #67":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #68":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildCondition with data set #69":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #0":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #2":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #3":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #4":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #5":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #6":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #7":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #8":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #9":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #10":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #11":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #12":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #13":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #14":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #15":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #16":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #17":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #18":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #19":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #20":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildFilterCondition with data set #21":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"drop\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"create\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"create (2 columns)\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"create unique\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"create unique (2 columns)\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testCreateDropIndex with data set \"with schema\"":0.005,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWhereExists with data set #0":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWhereExists with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWhereExistsWithParameters":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWhereExistsWithArrayParameters":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildWithQueryRecursive":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testSelectSubquery":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testComplexSelect":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testSelectExpression":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testFromIndexHint":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testFromSubquery":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testOrderBy":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testGroupBy":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testInsert with data set \"regular-values\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testInsert with data set \"params-and-expressions\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testInsert with data set \"carry passed params\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testInsert with data set \"carry passed params (query)\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testInitFixtures":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"regular values\"":0.008,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"regular values with update part\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"regular values without update part\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"query\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"query with update part\"":0.008,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"query without update part\"":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"values and expressions\"":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"values and expressions with update part\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"values and expressions without update part\"":0.006,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"query, values and expressions with update part\"":0.01,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"query, values and expressions without update part\"":0.007,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpsert with data set \"no columns to update\"":0.004,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set #0":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set \"escape-danger-chars\"":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set #2":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set \"bool-false, bool2-null\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set #3":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBatchInsert with data set \"bool-false, time-now()\"":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testUpdate with data set #0":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testDelete with data set #0":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #0":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #1":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #2":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #3":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #4":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #5":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #6":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #7":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #8":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #9":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #10":0.002,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #11":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #12":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #13":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #14":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #15":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #16":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #17":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #18":0.001,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #19":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #20":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #21":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #22":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #23":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #24":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testBuildLikeCondition with data set #25":0,"yiiunit\\framework\\db\\sqlite\\QueryBuilderTest::testIssue15653":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testUnion":0.006,"yiiunit\\framework\\db\\sqlite\\QueryTest::testSelect":0.001,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFrom":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFromTableIsArrayWithExpression":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testWhere":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFilterWhereWithHashFormat":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFilterWhereWithOperatorFormat":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFilterHavingWithHashFormat":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFilterHavingWithOperatorFormat":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testFilterRecursively":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGroup":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testHaving":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testOrder":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testLimitOffset":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testLimitOffsetWithExpression":0.006,"yiiunit\\framework\\db\\sqlite\\QueryTest::testOne":0.007,"yiiunit\\framework\\db\\sqlite\\QueryTest::testExists":0.003,"yiiunit\\framework\\db\\sqlite\\QueryTest::testColumn":0.003,"yiiunit\\framework\\db\\sqlite\\QueryTest::testAmbiguousColumnIndexBy":0.005,"yiiunit\\framework\\db\\sqlite\\QueryTest::testCount":0.006,"yiiunit\\framework\\db\\sqlite\\QueryTest::testAndFilterCompare":0.001,"yiiunit\\framework\\db\\sqlite\\QueryTest::testCountHavingWithoutGroupBy":0.001,"yiiunit\\framework\\db\\sqlite\\QueryTest::testEmulateExecution":0.006,"yiiunit\\framework\\db\\sqlite\\QueryTest::testMultipleLikeConditions":0.009,"yiiunit\\framework\\db\\sqlite\\QueryTest::testExpressionInFrom":0.005,"yiiunit\\framework\\db\\sqlite\\QueryTest::testQueryCache":0.006,"yiiunit\\framework\\db\\sqlite\\QueryTest::testQueryCreation":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromArrayWithAlias":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromArrayWithoutAlias":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromString":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromObject_generateException":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTablesAlias_isFromString":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromPrefixedTableName":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromTableNameWithDatabase":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromAliasedExpression":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromAliasedArrayWithExpression":0,"yiiunit\\framework\\db\\sqlite\\QueryTest::testGetTableNames_isFromAliasedSubquery":0.001,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetSchemaNames":0,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testCompositeFk":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #0":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #1":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #2":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #3":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #4":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testQuoteTableName with data set #5":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetTableNames with data set #0":0.012,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetTableNames with data set #1":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetTableSchemas with data set #0":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetTableSchemas with data set #1":0.02,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetTableSchemasWithAttrCase":0.013,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetNonExistingTableSchema":0.013,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testSchemaCache":0.015,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testRefreshTableSchema":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%type}} (with '' prefix)\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"type (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against type (with '' prefix)\"":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%type}} (with '' prefix) against {{%pe}} (with 'ty' prefix)\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against type (with '' prefix)\"":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaCacheWithTablePrefixes with data set \"{{%pe}} (with 'ty' prefix) against {{%type}} (with '' prefix)\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testGetPDOType":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testNegativeDefaultValues":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testColumnSchema":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testColumnSchemaDbTypecastWithEmptyCharType":0,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testFindUniqueIndexes":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testContraintTablesExistance":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"1: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"1: check\"":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"1: unique\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"1: index\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"1: default\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"2: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"2: unique\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"2: index\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"2: check\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"2: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: primary key\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: foreign key\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: unique\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: index\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: check\"":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"3: default\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"4: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"4: unique\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"4: check\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"4: default\"":0.003,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraints with data set \"5: primary key\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: primary key\"":0.009,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: check\"":0.009,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: unique\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: index\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"1: default\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: primary key\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: unique\"":0.003,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: index\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: check\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"2: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: foreign key\"":0.01,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: unique\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: index\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: check\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"3: default\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: unique\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: check\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"4: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoUppercase with data set \"5: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: primary key\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: check\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: unique\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: index\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"1: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: primary key\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: unique\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: index\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: check\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"2: default\"":0.003,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: primary key\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: foreign key\"":0.004,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: unique\"":0.009,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: index\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: check\"":0.007,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"3: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: primary key\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: unique\"":0.008,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: check\"":0.006,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"4: default\"":0.005,"yiiunit\\framework\\db\\sqlite\\SchemaTest::testTableSchemaConstraintsWithPdoLowercase with data set \"5: primary key\"":0.005,"yiiunit\\framework\\db\\sqlite\\SqlTokenizerTest::testTokenizer with data set \"complex\"":0.024,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testAssureMessageSetOnInit":0.005,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testCustomMessage":0.004,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateInvalidAttribute":0.005,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateAttributeDefault":0.01,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateAttributeOfNonARModel":0.006,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateNonDatabaseAttribute":0.006,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateAttributeAttributeNotInTableException":0.005,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateCompositeKeys":0.009,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateTargetClass":0.007,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateScopeNamespaceTargetClassForNewClass":0.004,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateScopeNamespaceTargetClass":0.004,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateEmptyAttributeInStringField":0.006,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testValidateEmptyAttributeInIntField":0.007,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testPrepareParams":0.006,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testGetTargetClassWithFilledTargetClassProperty":0.007,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testGetTargetClassWithNotFilledTargetClassProperty":0.005,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testPrepareQuery":0.009,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testAmbiguousColumnName":0.004,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testExpressionInAttributeColumnName":0.004,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testFindModelWith":0.009,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testFindModelJoinWith":0.006,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testForceMaster":0.011,"yiiunit\\framework\\db\\sqlite\\UniqueValidatorTest::testSecondTargetAttributeWithError":0.006,"yiiunit\\framework\\di\\ContainerTest::testDefault":0.006,"yiiunit\\framework\\di\\ContainerTest::testInvoke":0.001,"yiiunit\\framework\\di\\ContainerTest::testAssociativeInvoke":0,"yiiunit\\framework\\di\\ContainerTest::testResolveCallableDependencies":0,"yiiunit\\framework\\di\\ContainerTest::testOptionalDependencies":0.001,"yiiunit\\framework\\di\\ContainerTest::testSetDependencies":0,"yiiunit\\framework\\di\\ContainerTest::testStaticCall":0.001,"yiiunit\\framework\\di\\ContainerTest::testObject":0,"yiiunit\\framework\\di\\ContainerTest::testDi3Compatibility":0,"yiiunit\\framework\\di\\ContainerTest::testInstanceOf":0,"yiiunit\\framework\\di\\ContainerTest::testReferencesInArrayInDependencies":0.001,"yiiunit\\framework\\di\\ContainerTest::testGetByInstance":0,"yiiunit\\framework\\di\\ContainerTest::testWithoutDefinition":0,"yiiunit\\framework\\di\\ContainerTest::testGetByClassIndirectly":0,"yiiunit\\framework\\di\\ContainerTest::testThrowingNotFoundException":0,"yiiunit\\framework\\di\\ContainerTest::testContainerSingletons":0,"yiiunit\\framework\\di\\ContainerTest::testDelayedInitializationOfSubArray":0,"yiiunit\\framework\\di\\ContainerTest::testNulledConstructorParameters":0.002,"yiiunit\\framework\\di\\ContainerTest::testNamedConstructorParameters":0.001,"yiiunit\\framework\\di\\ContainerTest::testInvalidConstructorParameters":0,"yiiunit\\framework\\di\\ContainerTest::testNotInstantiableException with data set #0":0,"yiiunit\\framework\\di\\ContainerTest::testNotInstantiableException with data set #1":0.001,"yiiunit\\framework\\di\\ContainerTest::testNullTypeConstructorParameters":0.001,"yiiunit\\framework\\di\\ContainerTest::testUnionTypeWithNullConstructorParameters":0.001,"yiiunit\\framework\\di\\ContainerTest::testUnionTypeWithoutNullConstructorParameters":0.001,"yiiunit\\framework\\di\\ContainerTest::testUnionTypeWithClassConstructorParameters":0.001,"yiiunit\\framework\\di\\ContainerTest::testResolveCallableDependenciesUnionTypes":0.001,"yiiunit\\framework\\di\\ContainerTest::testResolveCallableDependenciesIntersectionTypes":0.002,"yiiunit\\framework\\di\\InstanceTest::testOf":0,"yiiunit\\framework\\di\\InstanceTest::testEnsure":0,"yiiunit\\framework\\di\\InstanceTest::testEnsure_NonExistingComponentException":0,"yiiunit\\framework\\di\\InstanceTest::testEnsure_NonExistingClassException":0,"yiiunit\\framework\\di\\InstanceTest::testEnsure_WithoutType":0,"yiiunit\\framework\\di\\InstanceTest::testEnsure_MinimalSettings":0,"yiiunit\\framework\\di\\InstanceTest::testExceptionRefersTo":0,"yiiunit\\framework\\di\\InstanceTest::testExceptionInvalidDataType":0,"yiiunit\\framework\\di\\InstanceTest::testExceptionComponentIsNotSpecified":0,"yiiunit\\framework\\di\\InstanceTest::testGet":0,"yiiunit\\framework\\di\\InstanceTest::testLazyInitializationExample":0,"yiiunit\\framework\\di\\InstanceTest::testRestoreAfterVarExport":0.001,"yiiunit\\framework\\di\\InstanceTest::testRestoreAfterVarExportRequiresId":0,"yiiunit\\framework\\di\\InstanceTest::testExceptionInvalidDataTypeInArray":0,"yiiunit\\framework\\di\\ServiceLocatorTest::testCallable":0,"yiiunit\\framework\\di\\ServiceLocatorTest::testObject":0,"yiiunit\\framework\\di\\ServiceLocatorTest::testDi3Compatibility":0,"yiiunit\\framework\\di\\ServiceLocatorTest::testShared":0,"yiiunit\\framework\\di\\ServiceLocatorTest::testModulePropertyIsset":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchAction":0.006,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchController":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchControllerWildcard":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #0":0.009,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #1":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #2":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #3":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #4":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #5":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #6":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #7":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #8":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #9":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #10":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #11":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #12":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #13":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #14":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #15":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #16":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #17":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #18":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRole with data set #19":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRoleWithoutUser":0,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRoleSpecial":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRolesAndPermissions":0.008,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchRoleWithRoleParamsCallable":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchVerb":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchIP":0.002,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchIPWildcard":0.001,"yiiunit\\framework\\filters\\AccessRuleTest::testMatchIPMask":0.001,"yiiunit\\framework\\filters\\AjaxFilterTest::testFilter":0.003,"yiiunit\\framework\\filters\\ContentNegotiatorTest::testWhenLanguageGETParamIsArray":0.001,"yiiunit\\framework\\filters\\ContentNegotiatorTest::testWhenFormatGETParamIsArray":0.001,"yiiunit\\framework\\filters\\ContentNegotiatorTest::testVaryHeader":0.001,"yiiunit\\framework\\filters\\ContentNegotiatorTest::testNegotiateContentType":0.001,"yiiunit\\framework\\filters\\CorsTest::testPreflight":0.001,"yiiunit\\framework\\filters\\CorsTest::testWildcardOrigin":0,"yiiunit\\framework\\filters\\CorsTest::testAccessControlAllowHeadersPreflight":0,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #0":0.001,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #1":0.001,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #2":0.002,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #3":0.005,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #4":0.001,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #5":0.001,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #6":0.002,"yiiunit\\framework\\filters\\HostControlTest::testFilter with data set #7":0.001,"yiiunit\\framework\\filters\\HostControlTest::testDenyCallback":0,"yiiunit\\framework\\filters\\HostControlTest::testDefaultHost":0,"yiiunit\\framework\\filters\\HostControlTest::testErrorHandlerWithDefaultHost":0,"yiiunit\\framework\\filters\\HttpCacheTest::testDisabled":0,"yiiunit\\framework\\filters\\HttpCacheTest::testEmptyPragma":0,"yiiunit\\framework\\filters\\HttpCacheTest::testValidateCache":0.001,"yiiunit\\framework\\filters\\HttpCacheTest::testGenerateEtag":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #0":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #1":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #2":0.003,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #3":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #4":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #5":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #6":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #7":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #8":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testCache with data set #9":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testExpired":0.001,"yiiunit\\framework\\filters\\PageCacheTest::testVaryByRoute":0.002,"yiiunit\\framework\\filters\\PageCacheTest::testVariations":0.002,"yiiunit\\framework\\filters\\PageCacheTest::testDependency":0.003,"yiiunit\\framework\\filters\\PageCacheTest::testCalculateCacheKey":0,"yiiunit\\framework\\filters\\PageCacheTest::testClosureVariations":0,"yiiunit\\framework\\filters\\RateLimiterTest::testInitFilledRequest":0.002,"yiiunit\\framework\\filters\\RateLimiterTest::testInitNotFilledRequest":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testInitFilledResponse":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testInitNotFilledResponse":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testBeforeActionUserInstanceOfRateLimitInterface":0.002,"yiiunit\\framework\\filters\\RateLimiterTest::testBeforeActionUserNotInstanceOfRateLimitInterface":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testBeforeActionEmptyUser":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testCheckRateLimitTooManyRequests":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testCheckRateaddRateLimitHeaders":0.001,"yiiunit\\framework\\filters\\RateLimiterTest::testAddRateLimitHeadersDisabledRateLimitHeaders":0,"yiiunit\\framework\\filters\\RateLimiterTest::testAddRateLimitHeadersEnabledRateLimitHeaders":0,"yiiunit\\framework\\filters\\RateLimiterTest::testUserWithClosureFunction":0,"yiiunit\\framework\\filters\\auth\\AuthMethodTest::testBeforeAction":0.003,"yiiunit\\framework\\filters\\auth\\AuthMethodTest::testIsOptional":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testQueryParamAuth with data set #0":0.011,"yiiunit\\framework\\filters\\auth\\AuthTest::testQueryParamAuth with data set #1":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testQueryParamAuth with data set #2":0.003,"yiiunit\\framework\\filters\\auth\\AuthTest::testQueryParamAuth with data set #3":0.002,"yiiunit\\framework\\filters\\auth\\AuthTest::testQueryParamAuth with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpHeaderAuth with data set #0":0.003,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpHeaderAuth with data set #1":0.003,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpHeaderAuth with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpHeaderAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpHeaderAuth with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpBearerAuth with data set #0":0.003,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpBearerAuth with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpBearerAuth with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpBearerAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testHttpBearerAuth with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testActive with data set #0":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testActive with data set #1":0.001,"yiiunit\\framework\\filters\\auth\\AuthTest::testActive with data set #2":0,"yiiunit\\framework\\filters\\auth\\AuthTest::testActive with data set #3":0,"yiiunit\\framework\\filters\\auth\\AuthTest::testHeaders":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuth with data set #0":0.003,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuth with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuth with data set #2":0.004,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuth with data set #4":0,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithHttpAuthorizationHeader with data set #0":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithHttpAuthorizationHeader with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithHttpAuthorizationHeader with data set #2":0.003,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithHttpAuthorizationHeader with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithHttpAuthorizationHeader with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithRedirectHttpAuthorizationHeader with data set #0":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithRedirectHttpAuthorizationHeader with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithRedirectHttpAuthorizationHeader with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithRedirectHttpAuthorizationHeader with data set #3":0.038,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthWithRedirectHttpAuthorizationHeader with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthCustom with data set #0":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthCustom with data set #1":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthCustom with data set #2":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthCustom with data set #3":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthCustom with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthIssue15658 with data set #0":0.004,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthIssue15658 with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthIssue15658 with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthIssue15658 with data set #3":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBasicAuthIssue15658 with data set #4":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testAfterLoginEventIsTriggered18031 with data set #0":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testAfterLoginEventIsTriggered18031 with data set #1":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testAfterLoginEventIsTriggered18031 with data set #2":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testAfterLoginEventIsTriggered18031 with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testAfterLoginEventIsTriggered18031 with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testQueryParamAuth with data set #0":0.003,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testQueryParamAuth with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testQueryParamAuth with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testQueryParamAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testQueryParamAuth with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpHeaderAuth with data set #0":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpHeaderAuth with data set #1":0.003,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpHeaderAuth with data set #2":0.003,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpHeaderAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpHeaderAuth with data set #4":0,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBearerAuth with data set #0":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBearerAuth with data set #1":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBearerAuth with data set #2":0.002,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBearerAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHttpBearerAuth with data set #4":0,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testActive with data set #0":0,"yiiunit\\framework\\filters\\auth\\BasicAuthTest::testHeaders":0,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCallingRunWithCompleteRoute":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testRunAction":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testRunButWithActionIdOnly":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testRunWithWrongToken":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testRunWithoutAuthHeader":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testRunWithOptionalAction":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #0":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #1":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #2":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #3":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #4":0.001,"yiiunit\\framework\\filters\\auth\\CompositeAuthTest::testCompositeAuth with data set #5":0.001,"yiiunit\\framework\\grid\\ActionColumnTest::testInit":0.002,"yiiunit\\framework\\grid\\ActionColumnTest::testRenderDataCell":0.001,"yiiunit\\framework\\grid\\CheckboxColumnTest::testInputName":0.013,"yiiunit\\framework\\grid\\CheckboxColumnTest::testInputValue":0.001,"yiiunit\\framework\\grid\\CheckboxColumnTest::testContent":0.001,"yiiunit\\framework\\grid\\DataColumnTest::testColumnLabels_OnEmpty_ArrayProvider":0.001,"yiiunit\\framework\\grid\\DataColumnTest::testColumnLabels_OnEmpty_ArrayProvider_WithFilterModel":0,"yiiunit\\framework\\grid\\DataColumnTest::testFilterInput_String":0,"yiiunit\\framework\\grid\\DataColumnTest::testFilterHasMaxLengthWhenIsAnActiveTextInput":0.001,"yiiunit\\framework\\grid\\DataColumnTest::testFilterInput_Array":0.001,"yiiunit\\framework\\grid\\DataColumnTest::testFilterInput_FormatBoolean":0.001,"yiiunit\\framework\\grid\\DataColumnTest::testFilterInputWithFilterAttribute":0.001,"yiiunit\\framework\\grid\\GridViewTest::testEmpty with data set #0":0.009,"yiiunit\\framework\\grid\\GridViewTest::testEmpty with data set #1":0.001,"yiiunit\\framework\\grid\\GridViewTest::testEmpty with data set #2":0.001,"yiiunit\\framework\\grid\\GridViewTest::testGuessColumns":0.001,"yiiunit\\framework\\grid\\GridViewTest::testFooter":0.001,"yiiunit\\framework\\grid\\RadiobuttonColumnTest::testException":0.001,"yiiunit\\framework\\grid\\RadiobuttonColumnTest::testOptionsByArray":0,"yiiunit\\framework\\grid\\RadiobuttonColumnTest::testOptionsByCallback":0,"yiiunit\\framework\\grid\\RadiobuttonColumnTest::testContent":0,"yiiunit\\framework\\grid\\RadiobuttonColumnTest::testMultipleInGrid":0.005,"yiiunit\\framework\\helpers\\ArrayHelperTest::testToArray":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRemove":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRemoveValueMultiple":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRemoveValueNotExisting":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisort":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisortNestedObjects":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisortUseSort":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisortClosure":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisortInvalidArgumentExceptionDirection":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMultisortInvalidArgumentExceptionSortFlag":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMerge":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMergeWithNumericKeys":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMergeWithUnset":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMergeWithReplace":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMergeWithNullValues":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMergeEmpty":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::test":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIndex":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIndexGroupBy":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIndexFloat":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetColumn":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testMap":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testKeyExists":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testKeyExistsArrayAccess":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testKeyExistsArrayAccessCaseInsensitiveThrowsError":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #0":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #1":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #2":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #3":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #4":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #5":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #6":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #7":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #8":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #9":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #10":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #11":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #12":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #13":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #14":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #15":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValue with data set #16":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueObjects":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueNonexistingProperties1":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueNonexistingPropertiesForArrayObject":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueFromArrayAccess":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueWithDotsFromArrayAccess":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testGetValueNonexistingArrayAccess":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #0":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #1":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #2":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #3":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #4":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #5":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #6":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #7":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #8":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #9":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #10":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #11":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #12":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #13":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testSetValue with data set #14":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsAssociative":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsIndexed":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testHtmlEncode":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testHtmlDecode":0.002,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsIn":0.001,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsInStrict":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testInException":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsSubset":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsSubsetException":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testIsArray":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testFilter":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testFilterForIntegerKeys":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testFilterWithInvalidValues":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testArrayAccessWithPublicProperty":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testArrayAccessWithMagicProperty":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRecursiveSort with data set #0":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRecursiveSort with data set #1":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRecursiveSort with data set #2":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRecursiveSort with data set #3":0,"yiiunit\\framework\\helpers\\ArrayHelperTest::testRecursiveSort with data set #4":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::renderColoredString":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withoutColors":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withColors with data set #0":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withColors with data set #1":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withColors with data set #2":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withColors with data set #3":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::ansiColorizedSubstr_withColors with data set #4":0,"yiiunit\\framework\\helpers\\BaseConsoleTest::testAnsiStrlen":0,"yiiunit\\framework\\helpers\\ConsoleTest::testStripAnsiFormat":0.001,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #0":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #1":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #2":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #3":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #4":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #5":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #6":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #7":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #8":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #9":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #10":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #11":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #12":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #13":0,"yiiunit\\framework\\helpers\\ConsoleTest::testAnsi2Html with data set #14":0,"yiiunit\\framework\\helpers\\ConsoleTest::testErrorSummary":0,"yiiunit\\framework\\helpers\\ConsoleTest::testInput":0,"yiiunit\\framework\\helpers\\ConsoleTest::testOutput":0,"yiiunit\\framework\\helpers\\ConsoleTest::testError":0,"yiiunit\\framework\\helpers\\ConsoleTest::testPrompt":0,"yiiunit\\framework\\helpers\\ConsoleTest::testConfirm":0,"yiiunit\\framework\\helpers\\ConsoleTest::testSelect":0,"FileHelperTest::testCreateDirectory":0.003,"FileHelperTest::testCopyDirectory":0.008,"FileHelperTest::testCopyDirectoryRecursive":0.018,"FileHelperTest::testCopyDirectoryNotRecursive":0.006,"FileHelperTest::testCopyDirectoryPermissions":0.004,"FileHelperTest::testCopyDirectoryToItself":0.002,"FileHelperTest::testCopyDirToSubdirOfItself":0.004,"FileHelperTest::testCopyDirToAnotherWithSameName":0.004,"FileHelperTest::testCopyDirWithSameName":0.003,"FileHelperTest::testRemoveDirectory":0.004,"FileHelperTest::testRemoveDirectorySymlinks1":0.007,"FileHelperTest::testRemoveDirectorySymlinks2":0.006,"FileHelperTest::testFindFiles":0.005,"FileHelperTest::testFindFileFilter":0.003,"FileHelperTest::testFindFilesRecursiveWithSymLink":0.003,"FileHelperTest::testFindFilesNotRecursive":0.004,"FileHelperTest::testFindFilesExclude":0.026,"FileHelperTest::testFindFilesCaseSensitive":0.005,"FileHelperTest::testGetMimeTypeByExtension":0.008,"FileHelperTest::testGetMimeType":0.165,"FileHelperTest::testGetUploadedImageMimeTypes":0.004,"FileHelperTest::testNormalizePath":0.002,"FileHelperTest::testLocalizedDirectory":0.003,"FileHelperTest::testCopyDirectoryExclude":0.007,"FileHelperTest::testCopyDirectoryEmptyDirectories":0.011,"FileHelperTest::testCopyDirectoryNoEmptyDirectories":0.009,"FileHelperTest::testFindDirectories":0.009,"FileHelperTest::testChangeOwnership":0.005,"FileHelperTest::testChangeOwnershipNonExistingUser":0.008,"FileHelperTest::testChangeOwnershipInvalidArguments with data set #0":0.002,"FileHelperTest::testChangeOwnershipInvalidArguments with data set #1":0.002,"FileHelperTest::testChangeOwnershipInvalidArguments with data set #2":0.002,"FileHelperTest::testChangeOwnershipInvalidArguments with data set #3":0.002,"FileHelperTest::testChangeOwnershipInvalidArguments with data set #4":0.002,"FileHelperTest::testGetExtensionsByMimeType with data set #0":0.002,"FileHelperTest::testGetExtensionsByMimeType with data set #1":0.001,"FileHelperTest::testGetExtensionByMimeType with data set #0":0.005,"FileHelperTest::testGetExtensionByMimeType with data set #1":0.001,"FileHelperTest::testGetExtensionByMimeType with data set #2":0.001,"FileHelperTest::testGetExtensionByMimeType with data set #3":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToPhpShortForm":0.024,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToPhpShortFormDefaultLang":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToPhpShortFormTime":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToPhpShortFormDateTime":0.007,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpMixedPatterns":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"two single quotes produce one\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"era designator like (Anno Domini)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"4digit year #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"4digit year #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"2digit year number\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"extended year e.g. 4601\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"cyclic year name, as in Chinese lunar calendar\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"related Gregorian year e.g. 1996\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"number of quarter\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"quarter 2nd quarter\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"number of quarter 2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"number of Stand Alone quarter\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Numeric representation of a month, without leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Numeric representation of a month, with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"A short textual representation of a month, three letters\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"A full textual representation of a month, such as January or March\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"MMMMM\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Stand alone month in year #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Stand alone month in year #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Stand alone month in year #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Stand alone month in year #4\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Stand alone month in year #5\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ISO-8601 week number of year #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ISO-8601 week number of year #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"week of the current month\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"day without leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"day with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"day of the year 0 to 365\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Day of Week in Month. eg. 2nd Wednesday in July\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Modified Julian day. This is different from the conventional Julian day number in two regards.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"day of week written in short form eg. Sun\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"EE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"EEE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"day of week fully written eg. Sunday\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"EEEEE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"EEEEEE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ISO-8601 numeric representation of the day of the week 1=Mon to 7=Sun #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"eee\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"eeee\"":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"eeeee\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"eeeeee\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ISO-8601 numeric representation of the day of the week 1=Mon to 7=Sun #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"cccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"ccccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"cccccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"AM\/PM marker\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"12-hour format of an hour without leading zeros 1 to 12h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"12-hour format of an hour with leading zeros, 01 to 12 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"24-hour format of an hour without leading zeros 0 to 23h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"24-hour format of an hour with leading zeros, 00 to 23 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"hour in day (1~24) #1\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"hour in day (1~24) #2\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"hour in am\/pm (0~11) #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"hour in am\/pm (0~11) #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Minutes without leading zeros, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Minutes with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Seconds, without leading zeros, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Seconds, with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"fractional second #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"fractional second #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"fractional second #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"fractional second #4\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"milliseconds in day\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Timezone abbreviation #1\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Timezone abbreviation #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Timezone abbreviation #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Timezone full name, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: long localized GMT (=OOOO) e.g. GMT-08:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"TIme Zone: ISO8601 extended hms? (=XXXXX)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: short localized GMT e.g. GMT-8\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: long localized GMT (=ZZZZ) e.g. GMT-08:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: generic non-location (falls back first to VVVV and then to OOOO) using the ICU defined fallback here #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: generic non-location (falls back first to VVVV and then to OOOO) using the ICU defined fallback here #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: short time zone ID\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: long time zone ID\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: time zone exemplar city\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: generic location (falls back to OOOO) using the ICU defined fallback here\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hm?, with Z for 0, e.g. -08, +0530, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hm, with Z, e.g. -0800, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 extended hm, with Z, e.g. -08:00, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hms?, with Z, e.g. -0800, -075258, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 extended hms?, with Z, e.g. -08:00, -07:52:58, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hm?, without Z for 0, e.g. -08, +0530\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hm, without Z, e.g. -0800\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 extended hm, without Z, e.g. -08:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 basic hms?, without Z, e.g. -0800, -075258\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToPhpSinglePattern with data set \"Time Zone: ISO8601 extended hms?, without Z, e.g. -08:00, -07:52:58\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJui":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToJuiShortForm":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToJuiShortFormDefaultLang":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToJuiShortFormTime":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlIcuToJuiShortFormDateTime":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"era designator like (Anno Domini)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"4digit year e.g. 2014 #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"4digit year e.g. 2014 #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"2digit year number eg. 14\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"extended year e.g. 4601\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"cyclic year name, as in Chinese lunar calendar\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"related Gregorian year e.g. 1996\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"number of quarter\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"number of Stand Alone quarter\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Numeric representation of a month, without leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Numeric representation of a month, with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"A short textual representation of a month, three letters\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"A full textual representation of a month, such as January or March\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"MMMMM\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Stand alone month in year #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Stand alone month in year #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Stand alone month in year #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Stand alone month in year #4\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Stand alone month in year #5\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ISO-8601 week number of year #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ISO-8601 week number of year #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"week of the current month\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"day without leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"day with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"day of the year 0 to 365\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Day of Week in Month. eg. 2nd Wednesday in July\"":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Modified Julian day. This is different from the conventional Julian day number in two regards.\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"day of week written in short form eg. Sun\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"EE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"EEE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"day of week fully written eg. Sunday\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"EEEEE\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"EEEEEE\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ISO-8601 numeric representation of the day of the week 1=Mon to 7=Sun #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"eee\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"eeee\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"eeeee\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"eeeeee\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ISO-8601 numeric representation of the day of the week 1=Mon to 7=Sun #2\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"cccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"ccccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"cccccc\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"am\/pm marker\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"12-hour format of an hour without leading zeros 1 to 12h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"12-hour format of an hour with leading zeros, 01 to 12 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"24-hour format of an hour without leading zeros 0 to 23h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"24-hour format of an hour with leading zeros, 00 to 23 h\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"hour in day (1~24) #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"hour in day (1~24) #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"hour in am\/pm (0~11) #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"hour in am\/pm (0~11) #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Minutes without leading zeros, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Minutes with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Seconds, without leading zeros, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Seconds, with leading zeros\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"fractional second #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"fractional second #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"fractional second #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"fractional second #4\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"milliseconds in day\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Timezone abbreviation #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Timezone abbreviation #2\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Timezone abbreviation #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Timezone full name, not supported by php but we fallback\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Difference to Greenwich time (GMT) in hours #3\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: long localized GMT (=OOOO) e.g. GMT-08:00\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 extended hms? (=XXXXX)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: short localized GMT e.g. GMT-8\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: long localized GMT (=ZZZZ) e.g. GMT-08:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: generic non-location (falls back first to VVVV and then to OOOO) using the ICU defined fallback here #1\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: generic non-location (falls back first to VVVV and then to OOOO) using the ICU defined fallback here #2\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: short time zone ID\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: long time zone ID\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: time zone exemplar city\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: generic location (falls back to OOOO) using the ICU defined fallback here\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hm?, with Z for 0, e.g. -08, +0530, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hm, with Z, e.g. -0800, Z\"":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 extended hm, with Z, e.g. -08:00, Z\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hms?, with Z, e.g. -0800, -075258, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 extended hms?, with Z, e.g. -08:00, -07:52:58, Z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hm?, without Z for 0, e.g. -08, +0530\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hm, without Z, e.g. -0800\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 extended hm, without Z, e.g. -08:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 basic hms?, without Z, e.g. -0800, -075258\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedIcuToJuiSinglePattern with data set \"Time Zone: ISO8601 extended hms?, without Z, e.g. -08:00, -07:52:58\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlOneDigitIcu":0.012,"yiiunit\\framework\\helpers\\FormatConverterTest::testOneDigitIcu":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testIntlUtf8Ru":0.024,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUMixedPatterns":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"single ' should be encoded as '', which internally should be encoded as ''''\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\d\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Day of the month, 2 digits with leading zeros 01 to 31\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\D\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A textual representation of a day, three letters Mon through Sun\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\j\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Day of the month without leading zeros 1 to 31\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\l\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A full textual representation of the day of the week Sunday through Saturday\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\N\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"ISO-8601 numeric representation of the day of the week, 1 (for Monday) through 7 (for Sunday)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\S\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"English ordinal suffix for the day of the month, 2 characters \tst, nd, rd or th. Works well with j\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\w\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Numeric representation of the day of the week \t0 (for Sunday) through 6 (for Saturday)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\z\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"The day of the year (starting from 0) 0 through 365\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\W\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"ISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0) Example: 42 (the 42nd week in the year)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\F\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A full textual representation of a month, January through December\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\m\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Numeric representation of a month, with leading zeros 01 through 12\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\M\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A short textual representation of a month, three letters Jan through Dec\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\n\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\t\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Number of days in the given month 28 through 31\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\L\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Whether it`s a leap year, 1 if it is a leap year, 0 otherwise.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\o\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"ISO-8601 year number. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year is used instead.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\Y\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A full numeric representation of a year, 4 digits Examples: 1999 or 2003\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\y\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"A two digit representation of a year Examples: 99 or 03\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\a\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Lowercase Ante meridiem and Post meridiem, am or pm\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\A\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Uppercase Ante meridiem and Post meridiem, AM or PM, not supported by ICU but we fallback to lowercase\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\B\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\A\\B\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Swatch Internet time 000 through 999\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\g\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"12-hour format of an hour without leading zeros 1 through 12\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\G\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"24-hour format of an hour without leading zeros 0 to 23h\"":0.005,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\h\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"12-hour format of an hour with leading zeros, 01 to 12 h\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\H\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"24-hour format of an hour with leading zeros, 00 to 23 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\i\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Minutes with leading zeros 00 to 59\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\s\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Seconds, with leading zeros 00 through 59\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\u\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Microseconds. Example: 654321\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\e\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Timezone identifier. Examples: UTC, GMT, Atlantic\/Azores\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\I\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Whether or not the date is in daylight saving time, 1 if Daylight Saving Time, 0 otherwise.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\O\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Difference to Greenwich time (GMT) in hours, Example: +0200\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\P\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Difference to Greenwich time (GMT) with colon between hours and minutes, Example: +02:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\T\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Timezone abbreviation, Examples: EST, MDT ...\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\Z\"":0.009,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Timezone offset in seconds. The offset for timezones west of UTC is always negative, and for those east of UTC is always positive. -43200 through 50400\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\c\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"ISO 8601 date, e.g. 2004-02-12T15:19:21+00:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\r\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"RFC 2822 formatted date, Example: Thu, 21 Dec 2000 16:01:07 +0200\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\U\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpToICUSinglePattern with data set \"\\\"":0.01,"yiiunit\\framework\\helpers\\FormatConverterTest::testPhpFormatC":0.009,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiMixedPatterns":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Day of the month, 2 digits with leading zeros \t01 to 31\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A textual representation of a day, three letters \tMon through Sun\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Day of the month without leading zeros 1 to 31\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A full textual representation of the day of the week Sunday through Saturday\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"ISO-8601 numeric representation of the day of the week, 1 (for Monday) through 7 (for Sunday)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"English ordinal suffix for the day of the month, 2 characters \tst, nd, rd or th. Works well with j\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Numeric representation of the day of the week 0 (for Sunday) through 6 (for Saturday)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"The day of the year (starting from 0) 0 through 365\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"ISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0) Example: 42 (the 42nd week in the year)\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A full textual representation of a month, January through December\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Numeric representation of a month, with leading zeros 01 through 12\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A short textual representation of a month, three letters Jan through Dec\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Numeric representation of a month, without leading zeros 1 through 12\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Number of days in the given month \t28 through 31\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Whether it`s a leap year, 1 if it is a leap year, 0 otherwise.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"ISO-8601 year number. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year is used instead.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A full numeric representation of a year, 4 digits \tExamples: 1999 or 2003\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"A two digit representation of a year Examples: 99 or 03\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Lowercase Ante meridiem and Post meridiem, am or pm\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Uppercase Ante meridiem and Post meridiem, AM or PM, not supported by ICU but we fallback to lowercase\"":0.004,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Swatch Internet time 000 through 999\"":0.002,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"12-hour format of an hour without leading zeros 1 through 12\"":0.001,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"24-hour format of an hour without leading zeros 0 to 23h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"12-hour format of an hour with leading zeros, 01 to 12 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"24-hour format of an hour with leading zeros, 00 to 23 h\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Minutes with leading zeros 00 to 59\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Seconds, with leading zeros 00 through 59\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Microseconds. Example: 654321\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Timezone identifier. Examples: UTC, GMT, Atlantic\/Azores\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Whether or not the date is in daylight saving time, 1 if Daylight Saving Time, 0 otherwise.\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Difference to Greenwich time (GMT) in hours, Example: +0200\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Difference to Greenwich time (GMT) with colon between hours and minutes, Example: +02:00\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Timezone abbreviation, Examples: EST, MDT ...\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Timezone offset in seconds. The offset for timezones west of UTC is always negative, and for those east of UTC is always positive. -43200 through 50400\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"ISO 8601 date, e.g. 2004-02-12T15:19:21+00:00, skipping the time here because it is not supported\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"RFC 2822 formatted date, Example: Thu, 21 Dec 2000 16:01:07 +0200, skipping the time here because it is not supported\"":0,"yiiunit\\framework\\helpers\\FormatConverterTest::testEscapedPhpToJuiSinglePattern with data set \"Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)\"":0,"yiiunit\\framework\\helpers\\HtmlTest::testEncode":0,"yiiunit\\framework\\helpers\\HtmlTest::testDecode":0.002,"yiiunit\\framework\\helpers\\HtmlTest::testTag":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testBeginTag":0,"yiiunit\\framework\\helpers\\HtmlTest::testEndTag":0,"yiiunit\\framework\\helpers\\HtmlTest::testStyle":0,"yiiunit\\framework\\helpers\\HtmlTest::testScript":0,"yiiunit\\framework\\helpers\\HtmlTest::testCssFile":0,"yiiunit\\framework\\helpers\\HtmlTest::testJsFile":0,"yiiunit\\framework\\helpers\\HtmlTest::testCsrfMetaTagsDisableCsrfValidation":0,"yiiunit\\framework\\helpers\\HtmlTest::testCsrfMetaTagsEnableCsrfValidation":0.002,"yiiunit\\framework\\helpers\\HtmlTest::testCsrfMetaTagsEnableCsrfValidationWithoutCookieValidationKey":0,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #0":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #1":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #2":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testBeginFormSimulateViaPost with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testBeginForm":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testEndForm":0,"yiiunit\\framework\\helpers\\HtmlTest::testA":0.003,"yiiunit\\framework\\helpers\\HtmlTest::testMailto":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #0":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #6":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testImg with data set #8":0,"yiiunit\\framework\\helpers\\HtmlTest::testLabel":0,"yiiunit\\framework\\helpers\\HtmlTest::testButton":0,"yiiunit\\framework\\helpers\\HtmlTest::testSubmitButton":0,"yiiunit\\framework\\helpers\\HtmlTest::testResetButton":0,"yiiunit\\framework\\helpers\\HtmlTest::testInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testButtonInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testSubmitInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testResetInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testTextInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testHiddenInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testPasswordInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testFileInput":0,"yiiunit\\framework\\helpers\\HtmlTest::testTextarea with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testTextarea with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testTextarea with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testTextarea with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testRadio":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testCheckbox":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testDropDownList":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #6":0,"yiiunit\\framework\\helpers\\HtmlTest::testNonStrictBooleanDropDownList with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #6":0,"yiiunit\\framework\\helpers\\HtmlTest::testStrictBooleanDropDownList with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testListBox":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testCheckboxList":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testRadioListWithArrayExpression":0,"yiiunit\\framework\\helpers\\HtmlTest::testCheckboxListWithArrayExpression":0,"yiiunit\\framework\\helpers\\HtmlTest::testRenderSelectOptionsWithArrayExpression":0,"yiiunit\\framework\\helpers\\HtmlTest::testRadioList":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testUl":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testOl":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testRenderOptions":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testRenderTagAttributes":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testAddCssClass":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testMergeCssClass":0,"yiiunit\\framework\\helpers\\HtmlTest::testRemoveCssClass":0,"yiiunit\\framework\\helpers\\HtmlTest::testCssStyleFromArray":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testCssStyleToArray":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testAddCssStyle":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testRemoveCssStyle":0,"yiiunit\\framework\\helpers\\HtmlTest::testBooleanAttributes":0,"yiiunit\\framework\\helpers\\HtmlTest::testDataAttributes":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput with data set #1":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput with data set #2":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInputMaxLength with data set #0":0.002,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInputMaxLength with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInputMaxLength with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testActivePasswordInput with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testActivePasswordInput with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testActivePasswordInput with data set #2":0.002,"yiiunit\\framework\\helpers\\HtmlTest::testActiveInput_TypeText with data set #0":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveInput_TypeText with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveInput_TypeText with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #2":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #3":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #4":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #5":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testErrorSummary with data set #6":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testError":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testCollectError":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextArea with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextArea with data set #1":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextArea with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextArea with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testCsrfDisable":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveRadio with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveRadio with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveRadio with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveRadio with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckbox with data set #0":0.002,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckbox with data set #1":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckbox with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckbox with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #6":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #8":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #9":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #10":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #11":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #12":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameValidation with data set #13":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameException with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameException with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testAttributeNameException with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveFileInput":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetAttributeValueInvalidArgumentException":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetAttributeValue":0.006,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputNameInvalidArgumentExceptionAttribute":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputNameInvalidArgumentExceptionFormName":0.004,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputName":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #1":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #4":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #6":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputId with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #0":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #1":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #2":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #3":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #4":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #5":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #6":0,"yiiunit\\framework\\helpers\\HtmlTest::testGetInputIdByName with data set #7":0,"yiiunit\\framework\\helpers\\HtmlTest::testEscapeJsRegularExpression":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveDropDownList":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveRadioList":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckboxList":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveCheckboxList_options":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput_placeholderFillFromModel":0,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput_customPlaceholder":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testActiveTextInput_placeholderFillFromModelTabular":0.001,"yiiunit\\framework\\helpers\\HtmlTest::testOverrideSetActivePlaceholder":0,"yiiunit\\framework\\helpers\\InflectorTest::testPluralize":0.002,"yiiunit\\framework\\helpers\\InflectorTest::testSingularize":0.002,"yiiunit\\framework\\helpers\\InflectorTest::testTitleize":0.001,"yiiunit\\framework\\helpers\\InflectorTest::testCamelize":0.001,"yiiunit\\framework\\helpers\\InflectorTest::testUnderscore":0,"yiiunit\\framework\\helpers\\InflectorTest::testCamel2words":0.001,"yiiunit\\framework\\helpers\\InflectorTest::testCamel2id":0,"yiiunit\\framework\\helpers\\InflectorTest::testId2camel":0,"yiiunit\\framework\\helpers\\InflectorTest::testHumanize":0,"yiiunit\\framework\\helpers\\InflectorTest::testVariablize":0,"yiiunit\\framework\\helpers\\InflectorTest::testTableize":0.001,"yiiunit\\framework\\helpers\\InflectorTest::testSlugCommons":0.011,"yiiunit\\framework\\helpers\\InflectorTest::testSlugReplacements":0.004,"yiiunit\\framework\\helpers\\InflectorTest::testSlugIntl":0.271,"yiiunit\\framework\\helpers\\InflectorTest::testTransliterateStrict":0.009,"yiiunit\\framework\\helpers\\InflectorTest::testTransliterateMedium":0.006,"yiiunit\\framework\\helpers\\InflectorTest::testTransliterateLoose":0.009,"yiiunit\\framework\\helpers\\InflectorTest::testSlugPhp":0,"yiiunit\\framework\\helpers\\InflectorTest::testClassify":0,"yiiunit\\framework\\helpers\\InflectorTest::testOrdinalize":0,"yiiunit\\framework\\helpers\\InflectorTest::testSentence":0,"yiiunit\\framework\\helpers\\IpHelperTest::testGetIpVersion with data set #0":0,"yiiunit\\framework\\helpers\\IpHelperTest::testGetIpVersion with data set #1":0,"yiiunit\\framework\\helpers\\IpHelperTest::testGetIpVersion with data set #2":0,"yiiunit\\framework\\helpers\\IpHelperTest::testGetIpVersion with data set #3":0,"yiiunit\\framework\\helpers\\IpHelperTest::testGetIpVersion with data set #4":0,"yiiunit\\framework\\helpers\\IpHelperTest::testExpandIpv6 with data set #0":0,"yiiunit\\framework\\helpers\\IpHelperTest::testExpandIpv6 with data set #1":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIpv6ExpandingWithInvalidValue":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIp2bin with data set #0":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIp2bin with data set #1":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIp2bin with data set #2":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIp2bin with data set #3":0,"yiiunit\\framework\\helpers\\IpHelperTest::testIp2bin with data set #4":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #0":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #1":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #2":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #3":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #4":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #5":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #6":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #7":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #8":0,"yiiunit\\framework\\helpers\\IpHelperTest::testInRange with data set #9":0,"yiiunit\\framework\\helpers\\JsonTest::testEncode":0.002,"yiiunit\\framework\\helpers\\JsonTest::testHtmlEncode":0.002,"yiiunit\\framework\\helpers\\JsonTest::testDecode":0,"yiiunit\\framework\\helpers\\JsonTest::testDecodeInvalidArgumentException":0.001,"yiiunit\\framework\\helpers\\JsonTest::testHandleJsonError":0,"yiiunit\\framework\\helpers\\JsonTest::testErrorSummary":0.001,"yiiunit\\framework\\helpers\\JsonTest::testEncodeDateTime":0,"yiiunit\\framework\\helpers\\JsonTest::testPrettyPrint":0,"yiiunit\\framework\\helpers\\MarkdownTest::testOriginalFlavor":0.012,"yiiunit\\framework\\helpers\\MarkdownTest::testProcessInvalidArgumentException":0.001,"yiiunit\\framework\\helpers\\MarkdownTest::testProcessParagraph":0,"yiiunit\\framework\\helpers\\MimeTest::testMimeAliases":0.001,"yiiunit\\framework\\helpers\\MimeTest::testMimeTypes":0.003,"yiiunit\\framework\\helpers\\MimeTest::testMimeExtensions":0.004,"yiiunit\\framework\\helpers\\ReplaceArrayValueTest::testSetStateWithoutValue":0.001,"yiiunit\\framework\\helpers\\ReplaceArrayValueTest::testSetStateWithValue":0.001,"yiiunit\\framework\\helpers\\StringHelperTest::testStrlen":0,"yiiunit\\framework\\helpers\\StringHelperTest::testSubstr":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBasename":0,"yiiunit\\framework\\helpers\\StringHelperTest::testTruncate":0.113,"yiiunit\\framework\\helpers\\StringHelperTest::testTruncateWords":0.012,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #5":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #6":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #7":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #8":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #9":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #10":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #11":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #12":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #13":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #14":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #15":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWith with data set #16":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWithCaseSensitive":0,"yiiunit\\framework\\helpers\\StringHelperTest::testStartsWithCaseInsensitive":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #5":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #6":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #7":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #8":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #9":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #10":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #11":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #12":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #13":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #14":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #15":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWith with data set #16":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWithCaseSensitive":0,"yiiunit\\framework\\helpers\\StringHelperTest::testEndsWithCaseInsensitive":0,"yiiunit\\framework\\helpers\\StringHelperTest::testExplode":0,"yiiunit\\framework\\helpers\\StringHelperTest::testWordCount":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlEncode with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlEncode with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlEncode with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlEncode with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlDecode with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlDecode with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlDecode with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testBase64UrlDecode with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #2":0.001,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #5":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #6":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #7":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #8":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #9":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #10":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #11":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #12":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #13":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #14":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #15":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #16":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #17":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #18":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #19":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #20":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #21":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #22":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #23":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #24":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #25":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #26":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #27":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #28":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #29":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #30":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #31":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #32":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #33":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #34":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #35":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #36":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #37":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #38":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #39":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #40":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #41":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #42":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #43":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #44":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #45":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #46":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #47":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #48":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #49":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #50":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #51":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #52":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMatchWildcard with data set #53":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucfirst with data set #5":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #3":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #5":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #6":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #7":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #8":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #9":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #10":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #11":0,"yiiunit\\framework\\helpers\\StringHelperTest::testMb_ucwords with data set #12":0,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #0":0,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #1":0,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #2":0,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #3":0.001,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #4":0,"yiiunit\\framework\\helpers\\StringHelperTest::testDirname with data set #5":0,"yiiunit\\framework\\helpers\\UnsetArrayValueTest::testSetState":0,"yiiunit\\framework\\helpers\\UrlTest::testToRoute":0.001,"yiiunit\\framework\\helpers\\UrlTest::testCurrent":0.001,"yiiunit\\framework\\helpers\\UrlTest::testPrevious":0.001,"yiiunit\\framework\\helpers\\UrlTest::testTo":0.001,"yiiunit\\framework\\helpers\\UrlTest::testToWithSuffix":0.002,"yiiunit\\framework\\helpers\\UrlTest::testBase":0.001,"yiiunit\\framework\\helpers\\UrlTest::testHome":0.001,"yiiunit\\framework\\helpers\\UrlTest::testCanonical":0.001,"yiiunit\\framework\\helpers\\UrlTest::testIsRelative":0.001,"yiiunit\\framework\\helpers\\UrlTest::testRemember":0.001,"yiiunit\\framework\\helpers\\VarDumperTest::testDumpIncompleteObject":0.001,"yiiunit\\framework\\helpers\\VarDumperTest::testExportIncompleteObject":0,"yiiunit\\framework\\helpers\\VarDumperTest::testDumpObject":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #0":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #1":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #2":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #3":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #4":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #5":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #6":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #7":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #8":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #9":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #10":0,"yiiunit\\framework\\helpers\\VarDumperTest::testExport with data set #11":0.001,"yiiunit\\framework\\helpers\\VarDumperTest::testExportObjectFallback":0,"yiiunit\\framework\\helpers\\VarDumperTest::testDumpClassWithCustomDebugInfo":0.001,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testMissingTranslationEvent":0.006,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testIssue11429":0.001,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testTranslate":0.003,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testDefaultSource":0.002,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testSourceLanguageFallback":0.001,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testTranslateParams":0.002,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testTranslateParams2":0.002,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testSpecialParams":0,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testMissingTranslationFormatting":0.001,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testRussianPlurals":0.002,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testUsingSourceLanguageForMissingTranslation":0.001,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testFormatMessageWithNoParam":0,"yiiunit\\framework\\i18n\\DbMessageSourceTest::testFormatMessageWithDottedParameters":0.001,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #0":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #1":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #2":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #3":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #4":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #5":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #6":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #7":0.001,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #8":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #9":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #10":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #11":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNamedArguments with data set #12":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testInsufficientArguments":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testNoParams":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testGridViewMessage":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testUnsupportedPercentException":0,"yiiunit\\framework\\i18n\\FallbackMessageFormatterTest::testUnsupportedCurrencyException":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testFormat":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsDate":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsDate":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsDateOtherCalendars":0.024,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsTime":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsTime":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsDatetime":0.02,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsDatetime":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsTimestamp":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsTimestamp":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlDateRangeLow":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testDateRangeLow":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlDateRangeHigh":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testDateRangeHigh":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsRelativeTime":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsRelativeTime":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlAsDuration":0.008,"yiiunit\\framework\\i18n\\FormatterDateTest::testAsDuration":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlDateInput with data set #0":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlDateInput with data set #1":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testDateInput with data set #0":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testDateInput with data set #1":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #0":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #1":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #2":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #3":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #4":0.007,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #5":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #6":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #7":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #8":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #9":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #10":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #11":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #12":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #13":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #14":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #15":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #16":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #17":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #18":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #19":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #20":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #21":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #22":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #23":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #24":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #25":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #26":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #27":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #28":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #29":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #30":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #31":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #32":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #33":0.007,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #34":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #35":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #36":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #37":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #38":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #39":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #40":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #41":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #42":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #43":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #44":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #45":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #46":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #47":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #48":0.007,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #49":0.007,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #50":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #51":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #52":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #53":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #54":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #55":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #56":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #57":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #58":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #59":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #60":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #61":0.006,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #62":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #63":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #64":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #65":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #66":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #67":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #68":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInput with data set #69":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #0":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #1":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #4":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #5":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #6":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #7":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #8":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #9":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #10":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #11":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #12":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #13":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #14":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #15":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #16":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #17":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #18":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #19":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #20":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #21":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #22":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #23":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #24":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #25":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #26":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #27":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #28":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #29":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #30":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #31":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #32":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #33":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #34":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #35":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #36":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #37":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #38":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #39":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #40":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #41":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #42":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #43":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #44":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #45":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #46":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #47":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #48":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #49":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #50":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #51":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #52":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #53":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #54":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #55":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #56":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #57":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #58":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #59":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #60":0.038,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #61":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #62":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #63":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #64":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #65":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #66":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #67":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #68":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInput with data set #69":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimezoneInputNonDefault":0.005,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimezoneInputNonDefault":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlDateOnlyValues":0.002,"yiiunit\\framework\\i18n\\FormatterDateTest::testDateOnlyValues":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimeOnlyValues":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimeOnlyValues":0,"yiiunit\\framework\\i18n\\FormatterDateTest::testTimeWithTimezoneInfo":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlTimeWithTimezoneInfo":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIssue6263 with data set #0":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIssue6263 with data set #1":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIssue6263 with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIssue6263 with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIssue6263 with data set #4":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlInputFractionSeconds":0.003,"yiiunit\\framework\\i18n\\FormatterDateTest::testInputFractionSeconds":0.001,"yiiunit\\framework\\i18n\\FormatterDateTest::testIntlInputUnixTimestamp":0.004,"yiiunit\\framework\\i18n\\FormatterDateTest::testInputUnixTimestamp":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsInteger with data set #0":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsInteger with data set #1":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsInteger with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsInteger with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsInteger":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerOptions":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsIntegerException":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsIntegerException2":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsDecimal":0.004,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsDecimal":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsPercent":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsPercent":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsCurrency":0.007,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsCurrencyStringFallbackException":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlCurrencyFraction":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlIssue5261":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsCurrency":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsScientific":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsScientific":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsSpellout":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsSpellout":0.012,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsOrdinal":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsOrdinalDate":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsShortSize":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsShortSize":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsSize":0.007,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsSizeNegative":0.003,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsSize":0.002,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsSizeNegative":0.002,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsSizeConfiguration":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testAsSizeConfiguration":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"not-int key for int options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"string value for int options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"non-string-int value for int options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"not-int key for text options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"int value for text options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerDirectWrongTypeAttributes with data set \"non-string-int value for text options\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"not-int key for int options\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"string value for int options\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"non-string-int value for int options\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"not-int key for text options\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"int value for text options\"":0.002,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"non-string-int value for text options\"":0.001,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"non-int key for symbol\"":0,"yiiunit\\framework\\i18n\\FormatterNumberTest::testIntlAsIntegerConfiguredWrongTypeAttributes with data set \"non-string value for symbol\"":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testFormat":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testInvalidFormat":0,"yiiunit\\framework\\i18n\\FormatterTest::testInvalidFormatArray":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testFormatArrayInvalidStructure":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testClosureFormat":0,"yiiunit\\framework\\i18n\\FormatterTest::testLocale":0.002,"yiiunit\\framework\\i18n\\FormatterTest::testLanguage":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsRaw":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsText":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsNtext":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsParagraphs":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsHtml":0.034,"yiiunit\\framework\\i18n\\FormatterTest::testAsEmail":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsUrl":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testAsImage":0,"yiiunit\\framework\\i18n\\FormatterTest::testAsBoolean":0,"yiiunit\\framework\\i18n\\FormatterTest::testAsTimestamp":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #0":0.002,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #1":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #4":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #5":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #6":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #7":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #8":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #9":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #10":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #11":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsLength with data set #12":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #0":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #1":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #4":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #5":0.002,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #6":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #7":0.003,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #8":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #9":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #10":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #11":0.002,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortLength with data set #12":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #0":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #1":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #2":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #3":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #4":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #5":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #6":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #7":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #8":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #9":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #10":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #11":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsWeight with data set #12":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #0":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #1":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #2":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #3":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #4":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #5":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #6":0.001,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #7":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #8":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #9":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #10":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #11":0,"yiiunit\\framework\\i18n\\FormatterTest::testIntlAsShortWeight with data set #12":0,"yiiunit\\framework\\i18n\\FormatterTest::testAsWeight":0,"yiiunit\\framework\\i18n\\FormatterTest::testAsLength":0,"yiiunit\\framework\\i18n\\GettextMessageSourceTest::testLoadMessages":0.001,"yiiunit\\framework\\i18n\\GettextMoFileTest::testLoad":0.003,"yiiunit\\framework\\i18n\\GettextMoFileTest::testSave":0.002,"yiiunit\\framework\\i18n\\GettextPoFileTest::testLoad":0.001,"yiiunit\\framework\\i18n\\GettextPoFileTest::testSave":0.001,"yiiunit\\framework\\i18n\\I18NTest::testTranslate":0.001,"yiiunit\\framework\\i18n\\I18NTest::testDefaultSource":0.001,"yiiunit\\framework\\i18n\\I18NTest::testSourceLanguageFallback":0.001,"yiiunit\\framework\\i18n\\I18NTest::testTranslateParams":0.001,"yiiunit\\framework\\i18n\\I18NTest::testTranslateParams2":0.001,"yiiunit\\framework\\i18n\\I18NTest::testSpecialParams":0,"yiiunit\\framework\\i18n\\I18NTest::testMissingTranslationFormatting":0.001,"yiiunit\\framework\\i18n\\I18NTest::testRussianPlurals":0.001,"yiiunit\\framework\\i18n\\I18NTest::testUsingSourceLanguageForMissingTranslation":0.001,"yiiunit\\framework\\i18n\\I18NTest::testMissingTranslationEvent":0.001,"yiiunit\\framework\\i18n\\I18NTest::testIssue11429 with data set #0":0.001,"yiiunit\\framework\\i18n\\I18NTest::testIssue11429 with data set #1":0.001,"yiiunit\\framework\\i18n\\I18NTest::testFormatMessageWithNoParam":0,"yiiunit\\framework\\i18n\\I18NTest::testFormatMessageWithDottedParameters":0.001,"yiiunit\\framework\\i18n\\LocaleTest::testGetCurrencyCode":0.002,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #0":0.001,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #1":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #2":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #3":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #4":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #5":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #6":0.002,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #7":0.001,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #8":0.001,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #9":0.001,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #10":0.001,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #11":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #12":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #13":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #14":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #15":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #16":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #17":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #18":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #19":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #20":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #21":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #22":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #23":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNamedArguments with data set #24":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #0":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #1":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #2":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #3":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #4":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #5":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testParseNamedArguments with data set #6":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testInsufficientArguments":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testNoParams":0,"yiiunit\\framework\\i18n\\MessageFormatterTest::testMalformedFormatter":0,"yiiunit\\framework\\log\\DispatcherTest::testConfigureLogger":0,"yiiunit\\framework\\log\\DispatcherTest::testSetLogger":0,"yiiunit\\framework\\log\\DispatcherTest::testGetTraceLevel":0,"yiiunit\\framework\\log\\DispatcherTest::testSetTraceLevel":0,"yiiunit\\framework\\log\\DispatcherTest::testGetFlushInterval":0,"yiiunit\\framework\\log\\DispatcherTest::testSetFlushInterval":0,"yiiunit\\framework\\log\\DispatcherTest::testDispatchWithDisabledTarget":0.002,"yiiunit\\framework\\log\\DispatcherTest::testDispatchWithSuccessTargetCollect":0.001,"yiiunit\\framework\\log\\DispatcherTest::testDispatchWithFakeTarget2ThrowExceptionWhenCollect":0.002,"yiiunit\\framework\\log\\DispatcherTest::testInitWithCreateTargetObject":0.002,"yiiunit\\framework\\log\\DispatcherTest::testTargetThrow":0.002,"yiiunit\\framework\\log\\EmailTargetTest::testInitWithOptionTo":0.002,"yiiunit\\framework\\log\\EmailTargetTest::testInitWithoutOptionTo":0,"yiiunit\\framework\\log\\EmailTargetTest::testExportWithSubject":0.003,"yiiunit\\framework\\log\\EmailTargetTest::testExportWithoutSubject":0.001,"yiiunit\\framework\\log\\EmailTargetTest::testExportWithSendFailure":0.004,"yiiunit\\framework\\log\\FileTargetTest::testInit":0.002,"yiiunit\\framework\\log\\FileTargetTest::testRotate":0.031,"yiiunit\\framework\\log\\LoggerTest::testLog":0.002,"yiiunit\\framework\\log\\LoggerTest::testLogWithTraceLevel":0,"yiiunit\\framework\\log\\LoggerTest::testLogWithFlush":0.001,"yiiunit\\framework\\log\\LoggerTest::testFlushWithoutDispatcher":0,"yiiunit\\framework\\log\\LoggerTest::testFlushWithDispatcherAndDefaultParam":0,"yiiunit\\framework\\log\\LoggerTest::testFlushWithDispatcherAndDefinedParam":0,"yiiunit\\framework\\log\\LoggerTest::testGetDbProfiling":0.001,"yiiunit\\framework\\log\\LoggerTest::testCalculateTimingsWithEmptyMessages":0,"yiiunit\\framework\\log\\LoggerTest::testCalculateTimingsWithProfileNotBeginOrEnd":0,"yiiunit\\framework\\log\\LoggerTest::testCalculateTimingsWithProfileBeginEnd":0.001,"yiiunit\\framework\\log\\LoggerTest::testCalculateTimingsWithProfileBeginEndAndNestedLevels":0,"yiiunit\\framework\\log\\LoggerTest::testCalculateTimingsWithProfileBeginEndAndNestedMixedLevels":0,"yiiunit\\framework\\log\\LoggerTest::testGetElapsedTime":0,"yiiunit\\framework\\log\\LoggerTest::testGetLevelName":0,"yiiunit\\framework\\log\\LoggerTest::testGetProfilingWithEmptyCategoriesAndExcludeCategories":0.001,"yiiunit\\framework\\log\\LoggerTest::testGetProfilingWithNotEmptyCategoriesAndNotMatched":0,"yiiunit\\framework\\log\\LoggerTest::testGetProfilingWithNotEmptyCategoriesAndMatched":0.001,"yiiunit\\framework\\log\\LoggerTest::testGetProfilingWithNotEmptyCategoriesMatchedAndExcludeCategories":0.001,"yiiunit\\framework\\log\\LoggerTest::testGatheringNonProfilingMessages with data set #0":0,"yiiunit\\framework\\log\\LoggerTest::testGatheringNonProfilingMessages with data set #1":0,"yiiunit\\framework\\log\\LoggerTest::testGatheringNonProfilingMessages with data set #2":0,"yiiunit\\framework\\log\\LoggerTest::testGatheringNonProfilingMessages with data set #3":0,"yiiunit\\framework\\log\\LoggerTest::testGatheringNonProfilingMessages with data set #4":0,"yiiunit\\framework\\log\\LoggerTest::testGatheringProfilingMessages":0,"yiiunit\\framework\\log\\MySQLTargetTest::testTimestamp":0.183,"yiiunit\\framework\\log\\MySQLTargetTest::testTransactionRollBack":0.17,"yiiunit\\framework\\log\\PgSQLTargetTest::testTimestamp":0.193,"yiiunit\\framework\\log\\PgSQLTargetTest::testTransactionRollBack":0.165,"yiiunit\\framework\\log\\SqliteTargetTest::testTransactionRollBack":0.171,"yiiunit\\framework\\log\\SqliteTargetTest::testTimestamp":0.191,"yiiunit\\framework\\log\\SyslogTargetTest::testExport":0.002,"yiiunit\\framework\\log\\SyslogTargetTest::testFailedExport":0,"yiiunit\\framework\\log\\SyslogTargetTest::testFormatMessageWhereTextIsString":0,"yiiunit\\framework\\log\\SyslogTargetTest::testFormatMessageWhereTextIsException":0,"yiiunit\\framework\\log\\SyslogTargetTest::testFormatMessageWhereTextIsNotStringAndNotThrowable":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #0":0.001,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #1":0.001,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #2":0.001,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #3":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #4":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #5":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #6":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #7":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #8":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #9":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #10":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #11":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #12":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #13":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #14":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #15":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #16":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #17":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #18":0,"yiiunit\\framework\\log\\TargetTest::testFilter with data set #19":0,"yiiunit\\framework\\log\\TargetTest::testGetContextMessage":0,"yiiunit\\framework\\log\\TargetTest::testSetupLevelsThroughArray":0.001,"yiiunit\\framework\\log\\TargetTest::testSetupLevelsThroughBitmap":0,"yiiunit\\framework\\log\\TargetTest::testGetEnabled":0,"yiiunit\\framework\\log\\TargetTest::testFormatMessage":0,"yiiunit\\framework\\log\\TargetTest::testCollectMessageStructure":0,"yiiunit\\framework\\log\\TargetTest::testBreakProfilingWithFlushWithProfilingDisabled":0,"yiiunit\\framework\\log\\TargetTest::testNotBreakProfilingWithFlushWithProfilingEnabled":0,"yiiunit\\framework\\log\\TargetTest::testFlushingWithProfilingEnabledAndOverflow":0.001,"yiiunit\\framework\\mail\\BaseMailerTest::testSetupView":0.001,"yiiunit\\framework\\mail\\BaseMailerTest::testGetDefaultView":0.001,"yiiunit\\framework\\mail\\BaseMailerTest::testCreateMessage":0.001,"yiiunit\\framework\\mail\\BaseMailerTest::testDefaultMessageConfig":0.002,"yiiunit\\framework\\mail\\BaseMailerTest::testRender":0.003,"yiiunit\\framework\\mail\\BaseMailerTest::testRenderLayout":0.002,"yiiunit\\framework\\mail\\BaseMailerTest::testCompose":0.002,"yiiunit\\framework\\mail\\BaseMailerTest::testComposePlainTextFallback with data set #0":0.001,"yiiunit\\framework\\mail\\BaseMailerTest::testComposePlainTextFallback with data set #1":0.002,"yiiunit\\framework\\mail\\BaseMailerTest::testUseFileTransport":0.002,"yiiunit\\framework\\mail\\BaseMailerTest::testBeforeSendEvent":0.002,"yiiunit\\framework\\mail\\BaseMessageTest::testSend":0.002,"yiiunit\\framework\\mail\\BaseMessageTest::testToString":0,"yiiunit\\framework\\mutex\\FileMutexTest::testDeleteLockFile with data set \"simple name\"":0.003,"yiiunit\\framework\\mutex\\FileMutexTest::testDeleteLockFile with data set \"long name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testDeleteLockFile with data set \"UTF-8 garbage\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexAcquire with data set \"simple name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexAcquire with data set \"long name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexAcquire with data set \"UTF-8 garbage\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorking with data set \"simple name\"":0.062,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorking with data set \"long name\"":0.054,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorking with data set \"UTF-8 garbage\"":0.056,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"simple name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"long name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"UTF-8 garbage\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testTimeout":1.032,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexIsAcquired with data set \"simple name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexIsAcquired with data set \"long name\"":0.001,"yiiunit\\framework\\mutex\\FileMutexTest::testMutexIsAcquired with data set \"UTF-8 garbage\"":0.001,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesString with data set \"simple name\"":3.912,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesString with data set \"long name\"":3.593,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesString with data set \"UTF-8 garbage\"":3.88,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesLongString with data set \"simple name\"":4.144,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesLongString with data set \"long name\"":3.695,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesLongString with data set \"UTF-8 garbage\"":3.704,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpression with data set \"simple name\"":3.563,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpression with data set \"long name\"":3.562,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpression with data set \"UTF-8 garbage\"":3.586,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpressionCalculatedValue with data set \"simple name\"":3.503,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpressionCalculatedValue with data set \"long name\"":3.505,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLocksWithKeyPrefixesExpressionCalculatedValue with data set \"UTF-8 garbage\"":3.66,"yiiunit\\framework\\mutex\\MysqlMutexTest::testCreateMutex":1.866,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexAcquire with data set \"simple name\"":2.108,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexAcquire with data set \"long name\"":2.104,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexAcquire with data set \"UTF-8 garbage\"":1.853,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorking with data set \"simple name\"":3.42,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorking with data set \"long name\"":3.605,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorking with data set \"UTF-8 garbage\"":4.135,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"simple name\"":1.788,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"long name\"":1.78,"yiiunit\\framework\\mutex\\MysqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"UTF-8 garbage\"":1.815,"yiiunit\\framework\\mutex\\MysqlMutexTest::testTimeout":4.803,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexIsAcquired with data set \"simple name\"":3.671,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexIsAcquired with data set \"long name\"":3.673,"yiiunit\\framework\\mutex\\MysqlMutexTest::testMutexIsAcquired with data set \"UTF-8 garbage\"":3.642,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexAcquire with data set \"simple name\"":0.321,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexAcquire with data set \"long name\"":0.274,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexAcquire with data set \"UTF-8 garbage\"":0.278,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorking with data set \"simple name\"":0.623,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorking with data set \"long name\"":0.578,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorking with data set \"UTF-8 garbage\"":0.629,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"simple name\"":0.294,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"long name\"":0.336,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testThatMutexLockIsWorkingOnTheSameComponent with data set \"UTF-8 garbage\"":0.295,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testTimeout":1.577,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexIsAcquired with data set \"simple name\"":0.632,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexIsAcquired with data set \"long name\"":0.577,"yiiunit\\framework\\mutex\\PgsqlMutexTest::testMutexIsAcquired with data set \"UTF-8 garbage\"":0.567,"yiiunit\\framework\\mutex\\RetryAcquireTraitTest::testRetryAcquire":1.009,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentsByRole":0.04,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #0":0.019,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #1":0.018,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #2":0.014,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #0":0.029,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #1":0.029,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #2":0.017,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetCachedRolesByUserId":0.017,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #0":0.019,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #1":0.016,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #2":0.02,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #0":0.019,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #1":0.017,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #2":0.018,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeWithEmptyValue with data set #0":0.022,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeWithEmptyValue with data set #1":0.019,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeWithEmptyValue with data set #2":0.017,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #0":0.018,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #1":0.017,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #2":0.019,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testCheckAccessCache":0.06,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testCreateRole":0.002,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testCreatePermission":0.002,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAdd":0.015,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetChildren":0.018,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRule":0.045,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAddRule":0.048,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testUpdateRule":0.044,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRules":0.035,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRemoveRule":0.037,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testCheckAccess":0.045,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermissionsByRole":0.032,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermissionsByUser":0.038,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRole":0.035,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetPermission":0.036,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetRolesByUser":0.047,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testGetChildRoles":0.037,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAssignMultipleRoles":0.045,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAssignmentsToIntegerId":0.048,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testCanAddChild":0.046,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRemoveAllRules":0.047,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRemoveAllRoles":0.047,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRemoveAllPermissions":0.044,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAssignRule with data set #0":0.08,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testAssignRule with data set #1":0.088,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeRule with data set #0":0.039,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRevokeRule with data set #1":0.039,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testRuleWithPrivateFields":0.007,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testDefaultRolesWithClosureReturningNonArrayValue":0.002,"yiiunit\\framework\\rbac\\MySQLManagerCacheTest::testDefaultRolesWithNonArrayValue":0.003,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentsByRole":0.044,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #0":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #1":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #2":0.016,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRolesByUserWithEmptyValue with data set #0":0.016,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRolesByUserWithEmptyValue with data set #1":0.017,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRolesByUserWithEmptyValue with data set #2":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetCachedRolesByUserId":0.017,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentWithEmptyValue with data set #0":0.016,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentWithEmptyValue with data set #1":0.017,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentWithEmptyValue with data set #2":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentsWithEmptyValue with data set #0":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentsWithEmptyValue with data set #1":0.016,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetAssignmentsWithEmptyValue with data set #2":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeWithEmptyValue with data set #0":0.014,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeWithEmptyValue with data set #1":0.017,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeWithEmptyValue with data set #2":0.013,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeAllWithEmptyValue with data set #0":0.015,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeAllWithEmptyValue with data set #1":0.016,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeAllWithEmptyValue with data set #2":0.014,"yiiunit\\framework\\rbac\\MySQLManagerTest::testCheckAccessCache":0.048,"yiiunit\\framework\\rbac\\MySQLManagerTest::testCreateRole":0.002,"yiiunit\\framework\\rbac\\MySQLManagerTest::testCreatePermission":0.002,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAdd":0.012,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetChildren":0.02,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRule":0.037,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAddRule":0.039,"yiiunit\\framework\\rbac\\MySQLManagerTest::testUpdateRule":0.041,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRules":0.039,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRemoveRule":0.04,"yiiunit\\framework\\rbac\\MySQLManagerTest::testCheckAccess":0.059,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermissionsByRole":0.037,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermissionsByUser":0.038,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRole":0.038,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetPermission":0.037,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetRolesByUser":0.041,"yiiunit\\framework\\rbac\\MySQLManagerTest::testGetChildRoles":0.041,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAssignMultipleRoles":0.039,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAssignmentsToIntegerId":0.041,"yiiunit\\framework\\rbac\\MySQLManagerTest::testCanAddChild":0.035,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRemoveAllRules":0.037,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRemoveAllRoles":0.037,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRemoveAllPermissions":0.042,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAssignRule with data set #0":0.038,"yiiunit\\framework\\rbac\\MySQLManagerTest::testAssignRule with data set #1":0.044,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeRule with data set #0":0.019,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRevokeRule with data set #1":0.023,"yiiunit\\framework\\rbac\\MySQLManagerTest::testRuleWithPrivateFields":0.01,"yiiunit\\framework\\rbac\\MySQLManagerTest::testDefaultRolesWithClosureReturningNonArrayValue":0.002,"yiiunit\\framework\\rbac\\MySQLManagerTest::testDefaultRolesWithNonArrayValue":0.002,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentsByRole":0.085,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #0":0.05,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #1":0.052,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermissionsByUserWithEmptyValue with data set #2":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #0":0.056,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #1":0.047,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRolesByUserWithEmptyValue with data set #2":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetCachedRolesByUserId":0.05,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #0":0.054,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #1":0.047,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentWithEmptyValue with data set #2":0.046,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #0":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #1":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetAssignmentsWithEmptyValue with data set #2":0.048,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeWithEmptyValue with data set #0":0.051,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeWithEmptyValue with data set #1":0.046,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeWithEmptyValue with data set #2":0.047,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #0":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #1":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeAllWithEmptyValue with data set #2":0.048,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testCheckAccessCache":0.092,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testCreateRole":0.01,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testCreatePermission":0.01,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAdd":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetChildren":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRule":0.083,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAddRule":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testUpdateRule":0.093,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRules":0.087,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRemoveRule":0.089,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testCheckAccess":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermissionsByRole":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermissionsByUser":0.086,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRole":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetPermission":0.081,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetRolesByUser":0.089,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testGetChildRoles":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAssignMultipleRoles":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAssignmentsToIntegerId":0.095,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testCanAddChild":0.089,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRemoveAllRules":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRemoveAllRoles":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRemoveAllPermissions":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAssignRule with data set #0":0.086,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testAssignRule with data set #1":0.085,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeRule with data set #0":0.069,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRevokeRule with data set #1":0.063,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testRuleWithPrivateFields":0.033,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testDefaultRolesWithClosureReturningNonArrayValue":0.01,"yiiunit\\framework\\rbac\\PgSQLManagerCacheTest::testDefaultRolesWithNonArrayValue":0.012,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentsByRole":0.083,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #0":0.049,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #1":0.053,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermissionsByUserWithEmptyValue with data set #2":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRolesByUserWithEmptyValue with data set #0":0.049,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRolesByUserWithEmptyValue with data set #1":0.049,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRolesByUserWithEmptyValue with data set #2":0.046,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetCachedRolesByUserId":0.046,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentWithEmptyValue with data set #0":0.054,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentWithEmptyValue with data set #1":0.05,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentWithEmptyValue with data set #2":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentsWithEmptyValue with data set #0":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentsWithEmptyValue with data set #1":0.049,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetAssignmentsWithEmptyValue with data set #2":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeWithEmptyValue with data set #0":0.045,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeWithEmptyValue with data set #1":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeWithEmptyValue with data set #2":0.049,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeAllWithEmptyValue with data set #0":0.064,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeAllWithEmptyValue with data set #1":0.056,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeAllWithEmptyValue with data set #2":0.051,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testCheckAccessCache":0.092,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testCreateRole":0.01,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testCreatePermission":0.012,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAdd":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetChildren":0.044,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRule":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAddRule":0.081,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testUpdateRule":0.091,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRules":0.085,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRemoveRule":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testCheckAccess":0.113,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermissionsByRole":0.092,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermissionsByUser":0.087,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRole":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetPermission":0.082,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetRolesByUser":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testGetChildRoles":0.089,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAssignMultipleRoles":0.098,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAssignmentsToIntegerId":0.084,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testCanAddChild":0.082,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRemoveAllRules":0.085,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRemoveAllRoles":0.086,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRemoveAllPermissions":0.088,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAssignRule with data set #0":0.08,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testAssignRule with data set #1":0.081,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeRule with data set #0":0.065,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRevokeRule with data set #1":0.063,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testRuleWithPrivateFields":0.032,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testDefaultRolesWithClosureReturningNonArrayValue":0.01,"yiiunit\\framework\\rbac\\PgSQLManagerTest::testDefaultRolesWithNonArrayValue":0.013,"yiiunit\\framework\\rbac\\PhpManagerTest::testSaveLoad":0.012,"yiiunit\\framework\\rbac\\PhpManagerTest::testUpdateItemName":0.01,"yiiunit\\framework\\rbac\\PhpManagerTest::testUpdateDescription":0.009,"yiiunit\\framework\\rbac\\PhpManagerTest::testOverwriteName":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testSaveAssignments":0.003,"yiiunit\\framework\\rbac\\PhpManagerTest::testCreateRole":0,"yiiunit\\framework\\rbac\\PhpManagerTest::testCreatePermission":0,"yiiunit\\framework\\rbac\\PhpManagerTest::testAdd":0.001,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetChildren":0.002,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetRule":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testAddRule":0.011,"yiiunit\\framework\\rbac\\PhpManagerTest::testUpdateRule":0.009,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetRules":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testRemoveRule":0.011,"yiiunit\\framework\\rbac\\PhpManagerTest::testCheckAccess":0.011,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetPermissionsByRole":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetPermissionsByUser":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetRole":0.009,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetPermission":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetRolesByUser":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetChildRoles":0.009,"yiiunit\\framework\\rbac\\PhpManagerTest::testAssignMultipleRoles":0.011,"yiiunit\\framework\\rbac\\PhpManagerTest::testAssignmentsToIntegerId":0.01,"yiiunit\\framework\\rbac\\PhpManagerTest::testGetAssignmentsByRole":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testCanAddChild":0.01,"yiiunit\\framework\\rbac\\PhpManagerTest::testRemoveAllRules":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testRemoveAllRoles":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testRemoveAllPermissions":0.008,"yiiunit\\framework\\rbac\\PhpManagerTest::testAssignRule with data set #0":0.01,"yiiunit\\framework\\rbac\\PhpManagerTest::testAssignRule with data set #1":0.01,"yiiunit\\framework\\rbac\\PhpManagerTest::testRevokeRule with data set #0":0.004,"yiiunit\\framework\\rbac\\PhpManagerTest::testRevokeRule with data set #1":0.005,"yiiunit\\framework\\rbac\\PhpManagerTest::testRuleWithPrivateFields":0.002,"yiiunit\\framework\\rbac\\PhpManagerTest::testDefaultRolesWithClosureReturningNonArrayValue":0.001,"yiiunit\\framework\\rbac\\PhpManagerTest::testDefaultRolesWithNonArrayValue":0,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentsByRole":0.007,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermissionsByUserWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermissionsByUserWithEmptyValue with data set #1":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermissionsByUserWithEmptyValue with data set #2":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRolesByUserWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRolesByUserWithEmptyValue with data set #1":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRolesByUserWithEmptyValue with data set #2":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetCachedRolesByUserId":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentWithEmptyValue with data set #1":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentWithEmptyValue with data set #2":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentsWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentsWithEmptyValue with data set #1":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetAssignmentsWithEmptyValue with data set #2":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeWithEmptyValue with data set #1":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeWithEmptyValue with data set #2":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeAllWithEmptyValue with data set #0":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeAllWithEmptyValue with data set #1":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeAllWithEmptyValue with data set #2":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testCheckAccessCache":0.009,"yiiunit\\framework\\rbac\\SqliteManagerTest::testCreateRole":0,"yiiunit\\framework\\rbac\\SqliteManagerTest::testCreatePermission":0,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAdd":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetChildren":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRule":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAddRule":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testUpdateRule":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRules":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRemoveRule":0.005,"yiiunit\\framework\\rbac\\SqliteManagerTest::testCheckAccess":0.013,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermissionsByRole":0.006,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermissionsByUser":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRole":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetPermission":0.008,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetRolesByUser":0.007,"yiiunit\\framework\\rbac\\SqliteManagerTest::testGetChildRoles":0.006,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAssignMultipleRoles":0.006,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAssignmentsToIntegerId":0.004,"yiiunit\\framework\\rbac\\SqliteManagerTest::testCanAddChild":0.006,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRemoveAllRules":0.005,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRemoveAllRoles":0.01,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRemoveAllPermissions":0.005,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAssignRule with data set #0":0.006,"yiiunit\\framework\\rbac\\SqliteManagerTest::testAssignRule with data set #1":0.007,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeRule with data set #0":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRevokeRule with data set #1":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testRuleWithPrivateFields":0.002,"yiiunit\\framework\\rbac\\SqliteManagerTest::testDefaultRolesWithClosureReturningNonArrayValue":0.001,"yiiunit\\framework\\rbac\\SqliteManagerTest::testDefaultRolesWithNonArrayValue":0.001,"YiiRequirementCheckerTest::testCheck":0,"YiiRequirementCheckerTest::testCheckEval":0,"YiiRequirementCheckerTest::testCheckChained":0,"YiiRequirementCheckerTest::testCheckPhpExtensionVersion":0,"YiiRequirementCheckerTest::testGetByteSize with data set #0":0,"YiiRequirementCheckerTest::testGetByteSize with data set #1":0,"YiiRequirementCheckerTest::testGetByteSize with data set #2":0,"YiiRequirementCheckerTest::testGetByteSize with data set #3":0,"YiiRequirementCheckerTest::testGetByteSize with data set #4":0,"YiiRequirementCheckerTest::testGetByteSize with data set #5":0,"YiiRequirementCheckerTest::testGetByteSize with data set #6":0,"YiiRequirementCheckerTest::testCompareByteSize with data set #0":0,"YiiRequirementCheckerTest::testCompareByteSize with data set #1":0,"YiiRequirementCheckerTest::testCompareByteSize with data set #2":0,"YiiRequirementCheckerTest::testCompareByteSize with data set #3":0,"YiiRequirementCheckerTest::testCompareByteSize with data set #4":0,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareSearchQueryAttribute":0.005,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareDataProviderWithPaginationAndSorting with data set #0":0.001,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareDataProviderWithPaginationAndSorting with data set #1":0.001,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareDataProviderWithPaginationAndSorting with data set #2":0.001,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareDataProviderWithPaginationAndSorting with data set #3":0.001,"yiiunit\\framework\\rest\\IndexActionTest::testPrepareDataProviderWithPaginationAndSorting with data set #4":0.001,"yiiunit\\framework\\rest\\SerializerTest::testSerializeModelErrors":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeModelData":0,"yiiunit\\framework\\rest\\SerializerTest::testExpand":0.001,"yiiunit\\framework\\rest\\SerializerTest::testNestedExpand":0.001,"yiiunit\\framework\\rest\\SerializerTest::testFields":0.001,"yiiunit\\framework\\rest\\SerializerTest::testExpandInvalidInput":0.001,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #0":0.001,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #1":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #2":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #3":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #4":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeDataProvider with data set #5":0.001,"yiiunit\\framework\\rest\\SerializerTest::testSerializeJsonSerializable":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeArrayableWithJsonSerializableAttribute":0,"yiiunit\\framework\\rest\\SerializerTest::testSerializeArray":0,"yiiunit\\framework\\rest\\UrlRuleTest::testInitControllerNamePluralization":0.002,"yiiunit\\framework\\rest\\UrlRuleTest::testParseRequest":0.003,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #0":0.001,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #1":0.001,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #2":0.002,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #3":0.001,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #4":0.001,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #5":0.002,"yiiunit\\framework\\rest\\UrlRuleTest::testCreateUrl with data set #6":0.003,"yiiunit\\framework\\rest\\UrlRuleTest::testGetCreateUrlStatus with data set \"single controller\"":0.002,"yiiunit\\framework\\rest\\UrlRuleTest::testGetCreateUrlStatus with data set \"multiple controllers\"":0.005,"yiiunit\\framework\\test\\ActiveFixtureTest::testGetData":1.941,"yiiunit\\framework\\test\\ActiveFixtureTest::testGetModel":1.925,"yiiunit\\framework\\test\\ActiveFixtureTest::testDataDirectory":1.878,"yiiunit\\framework\\test\\ActiveFixtureTest::testDataPath":1.855,"yiiunit\\framework\\test\\ActiveFixtureTest::testTruncate":1.849,"yiiunit\\framework\\test\\ActiveFixtureTest::testDifferentModelDb":1.751,"yiiunit\\framework\\test\\ArrayFixtureTest::testLoadUnloadParticularFile":0.001,"yiiunit\\framework\\test\\ArrayFixtureTest::testNothingToLoad":0,"yiiunit\\framework\\test\\ArrayFixtureTest::testWrongDataFileException":0,"yiiunit\\framework\\test\\FixtureTest::testDependencies":0.001,"yiiunit\\framework\\test\\FixtureTest::testLoadSequence":0,"yiiunit\\framework\\validators\\BooleanValidatorTest::testValidateValue":0,"yiiunit\\framework\\validators\\BooleanValidatorTest::testValidateAttributeAndError":0,"yiiunit\\framework\\validators\\BooleanValidatorTest::testErrorMessage":0.001,"yiiunit\\framework\\validators\\CompareValidatorTest::testValidateValueException":0.001,"yiiunit\\framework\\validators\\CompareValidatorTest::testValidateValue":0,"yiiunit\\framework\\validators\\CompareValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\CompareValidatorTest::testAttributeErrorMessages":0,"yiiunit\\framework\\validators\\CompareValidatorTest::testValidateAttributeOperators":0,"yiiunit\\framework\\validators\\CompareValidatorTest::testEnsureMessageSetOnInit":0,"yiiunit\\framework\\validators\\DateValidatorTest::testEnsureMessageIsSet":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateValue with data set #0":0.008,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateValue with data set #1":0.005,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateValue with data set #2":0.012,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateValue with data set #0":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateValue with data set #1":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateValue with data set #2":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributePHPFormat with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributePHPFormat with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributePHPFormat with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributePHPFormat with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributePHPFormat with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributePHPFormat with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributeICUFormat with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributeICUFormat with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributeICUFormat with data set #2":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributeICUFormat with data set #0":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributeICUFormat with data set #1":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributeICUFormat with data set #2":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlMultibyteString":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #1":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #3":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #4":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #5":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #6":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #7":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #8":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #9":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #10":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #11":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #12":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #13":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #14":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #15":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #16":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #17":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #18":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #19":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #20":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #21":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #22":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #23":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #24":0.004,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #25":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #26":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #27":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #28":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #29":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #30":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #31":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #32":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #33":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #34":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #35":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #36":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #37":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #38":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #39":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #40":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #41":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #42":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #43":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #44":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #45":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #46":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #47":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #48":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #49":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #50":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #51":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #52":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlTimestampAttributeFormat with data set #53":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #3":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #4":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #5":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #6":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #7":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #8":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #9":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #10":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #11":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #12":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #13":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #14":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #15":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #16":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #17":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #18":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #19":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #20":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #21":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #22":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #23":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #24":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #25":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #26":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #27":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #28":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #29":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #30":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #31":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #32":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #33":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #34":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #35":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #36":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #37":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #38":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #39":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #40":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #41":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #42":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #43":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #44":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #45":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #46":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #47":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #48":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #49":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #50":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #51":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #52":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeFormat with data set #53":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTime with data set #0":0.005,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTime with data set #1":0.005,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTime with data set #2":0.008,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTime with data set #0":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTime with data set #1":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTime with data set #2":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTimeAndOutputTimeZone with data set #0":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTimeAndOutputTimeZone with data set #1":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithTimeAndOutputTimeZone with data set #2":0.002,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTimeAndOutputTimeZone with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTimeAndOutputTimeZone with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithTimeAndOutputTimeZone with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithoutTime with data set #0":0.008,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithoutTime with data set #1":0.006,"yiiunit\\framework\\validators\\DateValidatorTest::testValidationWithoutTime with data set #2":0.004,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithoutTime with data set #0":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithoutTime with data set #1":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidationWithoutTime with data set #2":0.003,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateRange":0.004,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateValueRange":0.005,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributeRange":0.005,"yiiunit\\framework\\validators\\DateValidatorTest::testValidateAttributeRange":0.006,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateValueRangeOld":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIntlValidateAttributeRangeOld":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeSkipValidation":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #3":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #4":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #5":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #6":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlFail with data set #7":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlPass with data set #0":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlPass with data set #1":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatIntlPass with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #0":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #1":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #2":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #3":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #4":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #5":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpFail with data set #6":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpPass with data set #0":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpPass with data set #1":0,"yiiunit\\framework\\validators\\DateValidatorTest::testStrictDateFormatPhpPass with data set #2":0,"yiiunit\\framework\\validators\\DateValidatorTest::testTimestampAttributeOnEmpty":0.001,"yiiunit\\framework\\validators\\DateValidatorTest::testIssue15628":0.001,"yiiunit\\framework\\validators\\DefaultValueValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\EachValidatorTest::testArrayFormat":0,"yiiunit\\framework\\validators\\EachValidatorTest::testValidate":0.001,"yiiunit\\framework\\validators\\EachValidatorTest::testFilter":0.001,"yiiunit\\framework\\validators\\EachValidatorTest::testAllowMessageFromRule":0,"yiiunit\\framework\\validators\\EachValidatorTest::testCustomMessageValue":0,"yiiunit\\framework\\validators\\EachValidatorTest::testSkipOnEmpty":0,"yiiunit\\framework\\validators\\EachValidatorTest::testCompare":0,"yiiunit\\framework\\validators\\EachValidatorTest::testStopOnFirstError":0,"yiiunit\\framework\\validators\\EachValidatorTest::testValidateArrayAccess":0.004,"yiiunit\\framework\\validators\\EachValidatorTest::testTypedProperties":0.001,"yiiunit\\framework\\validators\\EachValidatorTest::testErrorMessage":0,"yiiunit\\framework\\validators\\EachValidatorTest::testCustomMethod":0.001,"yiiunit\\framework\\validators\\EachValidatorTest::testAnonymousMethod":0.001,"yiiunit\\framework\\validators\\EmailValidatorTest::testValidateValue":0.001,"yiiunit\\framework\\validators\\EmailValidatorTest::testValidateValueIdn":0.002,"yiiunit\\framework\\validators\\EmailValidatorTest::testValidateValueMx":121.814,"yiiunit\\framework\\validators\\EmailValidatorTest::testValidateAttribute":0.001,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #0":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #1":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #2":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #3":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #4":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #5":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #6":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #7":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #8":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #9":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #10":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #11":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #12":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #13":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #14":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #15":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnDisabled with data set #16":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #0":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #1":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #2":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #3":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #4":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #5":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #6":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #7":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #8":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #9":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #10":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #11":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #12":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #13":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #14":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #15":0,"yiiunit\\framework\\validators\\EmailValidatorTest::testMalformedAddressesIdnEnabled with data set #16":0,"yiiunit\\framework\\validators\\FileValidatorTest::testAssureMessagesSetOnInit":0.01,"yiiunit\\framework\\validators\\FileValidatorTest::testTypeSplitOnInit":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testMimeTypeSplitOnInit":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testGetSizeLimit":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeMultiple":0.003,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttribute_minFilesGreaterThanOneMaxFilesUnlimited_notError":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttribute_minFilesTwoMaxFilesFour_notError":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttribute_minFilesTwoMaxFilesUnlimited_hasError":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttribute":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeType":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateEmptyExtension":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeDoubleType":0,"yiiunit\\framework\\validators\\FileValidatorTest::testIssue11012":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #0":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #1":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #2":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #3":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #4":0.002,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #5":0.002,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #6":0.043,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskValid with data set #7":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskInvalid with data set #0":0.002,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskInvalid with data set #1":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskInvalid with data set #2":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskInvalid with data set #3":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeMaskInvalid with data set #4":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #0":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #1":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #2":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #3":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #4":0.002,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #5":0.002,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #6":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeType with data set #7":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeTypeInvalid with data set #0":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeTypeInvalid with data set #1":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeTypeInvalid with data set #2":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeTypeInvalid with data set #3":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateFileByExtensionUsingMimeTypeInvalid with data set #4":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeErrPartial":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeErrCantWrite":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeErrExtension":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateAttributeErrNoTmpDir":0,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeCaseInsensitive with data set #0":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeCaseInsensitive with data set #1":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeCaseInsensitive with data set #2":0.001,"yiiunit\\framework\\validators\\FileValidatorTest::testValidateMimeTypeCaseInsensitive with data set #3":0.001,"yiiunit\\framework\\validators\\FilterValidatorTest::testAssureExceptionOnInit":0,"yiiunit\\framework\\validators\\FilterValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\IpValidatorTest::testInitException":0,"yiiunit\\framework\\validators\\IpValidatorTest::testRangesSubstitution with data set #0":0,"yiiunit\\framework\\validators\\IpValidatorTest::testRangesSubstitution with data set #1":0,"yiiunit\\framework\\validators\\IpValidatorTest::testRangesSubstitution with data set #2":0,"yiiunit\\framework\\validators\\IpValidatorTest::testRangesSubstitution with data set #3":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateOrder":0.001,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #0":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #1":0.001,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #2":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #3":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #4":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueNotAnIP with data set #5":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #0":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #1":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #2":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #3":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #4":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateModelAttributeNotAnIP with data set #5":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueIPv4":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueIPv6":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateValueIPvBoth":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateRangeIPv4":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateRangeIPv6":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateRangeIPvBoth":0.001,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateAttributeIPv4":0,"yiiunit\\framework\\validators\\IpValidatorTest::testValidateAttributeIPv6":0.001,"yiiunit\\framework\\validators\\NumberValidatorTest::testEnsureMessageOnInit":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueSimple":0.005,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueArraySimple":0.001,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueAdvanced":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueWithLocaleWhereDecimalPointIsComma":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueMin":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueMax":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateValueRange":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateAttributeArray":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateAttributeWithLocaleWhereDecimalPointIsComma":0.001,"yiiunit\\framework\\validators\\NumberValidatorTest::testEnsureCustomMessageIsSetOnValidateAttributeGeneral":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testEnsureCustomMessageIsSetOnValidateAttributeMin":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testEnsureCustomMessageIsSetOnValidateAttributeMax":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testClientValidateComparison":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateObject":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateResource":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testValidateToString":0,"yiiunit\\framework\\validators\\NumberValidatorTest::testNotTrimmedStrings":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testInitException":0.001,"yiiunit\\framework\\validators\\RangeValidatorTest::testAssureMessageSetOnInit":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateValue":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateValueEmpty":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateArrayValue":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateValueStrict":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateArrayValueStrict":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateValueNot":0,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateAttribute":0.001,"yiiunit\\framework\\validators\\RangeValidatorTest::testValidateSubsetArrayable":0,"yiiunit\\framework\\validators\\RegularExpressionValidatorTest::testValidateValue":0.001,"yiiunit\\framework\\validators\\RegularExpressionValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\RegularExpressionValidatorTest::testMessageSetOnInit":0,"yiiunit\\framework\\validators\\RegularExpressionValidatorTest::testInitException":0,"yiiunit\\framework\\validators\\RequiredValidatorTest::testValidateValueWithDefaults":0,"yiiunit\\framework\\validators\\RequiredValidatorTest::testValidateValueWithValue":0,"yiiunit\\framework\\validators\\RequiredValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\RequiredValidatorTest::testErrorClientMessage":0,"yiiunit\\framework\\validators\\StringValidatorTest::testValidateValue":0,"yiiunit\\framework\\validators\\StringValidatorTest::testValidateValueLength":0,"yiiunit\\framework\\validators\\StringValidatorTest::testValidateValueMinMax":0,"yiiunit\\framework\\validators\\StringValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\StringValidatorTest::testEnsureMessagesOnInit":0,"yiiunit\\framework\\validators\\StringValidatorTest::testCustomErrorMessageInValidateAttribute":0,"yiiunit\\framework\\validators\\StringValidatorTest::testValidateValueInNonStrictMode":0,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateValue":0.001,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateValueWithDefaultScheme":0,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateValueWithoutScheme":0.001,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateWithCustomScheme":0.001,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateWithIdn":0.001,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateLength":0,"yiiunit\\framework\\validators\\UrlValidatorTest::testValidateAttributeAndError":0,"yiiunit\\framework\\validators\\ValidatorTest::testCreateValidator":0.002,"yiiunit\\framework\\validators\\ValidatorTest::testCreateBuiltInValidatorWithSameNameFunction":0.001,"yiiunit\\framework\\validators\\ValidatorTest::testValidateAttributes":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateWithAttributeIntersect":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateWithEmptyAttributes":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateWithError":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateWithEmpty":0,"yiiunit\\framework\\validators\\ValidatorTest::testIsEmpty":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateValue":0,"yiiunit\\framework\\validators\\ValidatorTest::testValidateAttribute":0,"yiiunit\\framework\\validators\\ValidatorTest::testClientValidateAttribute":0,"yiiunit\\framework\\validators\\ValidatorTest::testIsActive":0,"yiiunit\\framework\\validators\\ValidatorTest::testAddError":0,"yiiunit\\framework\\validators\\ValidatorTest::testGetAttributeNames":0,"yiiunit\\framework\\validators\\ValidatorTest::testGetActiveValidatorsForSafeAttributes":0,"yiiunit\\framework\\validators\\ValidatorTest::testAttributeNamesDynamic":0,"yiiunit\\framework\\validators\\ValidatorTest::testScalarAttributeNames":0,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublish":0.005,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublishedBySymlink":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublishedBySymlink_Issue9333":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublish_AssetManagerBeforeCopy":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublish_AssetBeforeCopy":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testSourcesPublish_publishOptions_Only":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testBasePathIsWritableOnPublish":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testRegister":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testSimpleDependency":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #0":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #1":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #2":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #3":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #4":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependency with data set #5":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #0":0,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #1":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #2":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #3":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #4":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPositionDependencyConflict with data set #5":0,"yiiunit\\framework\\web\\AssetBundleTest::testCircularDependency":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testDuplicateAssetFile":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testPerFileOptions":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #0":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #1":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #2":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #3":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #4":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #5":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #6":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #7":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #8":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #9":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #10":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #11":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #12":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #13":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #14":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #15":0.001,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #16":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #17":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #18":0,"yiiunit\\framework\\web\\AssetBundleTest::testRegisterFileAppendTimestamp with data set #19":0,"yiiunit\\framework\\web\\AssetBundleTest::testCustomFilePublishWithTimestamp":0.002,"yiiunit\\framework\\web\\AssetBundleTest::testNonRelativeAssetWebPathWithTimestamp":0.001,"yiiunit\\framework\\web\\AssetConverterTest::testConvert":0.473,"yiiunit\\framework\\web\\AssetConverterTest::testForceConvert":0.281,"yiiunit\\framework\\web\\ControllerTest::testBindActionParams":0.001,"yiiunit\\framework\\web\\ControllerTest::testNullableInjectedActionParams":0.001,"yiiunit\\framework\\web\\ControllerTest::testModelBindingHttpException":0.002,"yiiunit\\framework\\web\\ControllerTest::testInjectionContainerException":0.001,"yiiunit\\framework\\web\\ControllerTest::testUnknownInjection":0.002,"yiiunit\\framework\\web\\ControllerTest::testInjectedActionParams":0.001,"yiiunit\\framework\\web\\ControllerTest::testInjectedActionParamsFromModule":0.001,"yiiunit\\framework\\web\\ControllerTest::testBindTypedActionParams":0.001,"yiiunit\\framework\\web\\ControllerTest::testAsJson":0,"yiiunit\\framework\\web\\ControllerTest::testAsXml":0.001,"yiiunit\\framework\\web\\ControllerTest::testRedirect":0.001,"yiiunit\\framework\\web\\ControllerTest::testUnionBindingActionParams":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testYiiException":0.003,"yiiunit\\framework\\web\\ErrorActionTest::testUserException":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testAjaxRequest":0,"yiiunit\\framework\\web\\ErrorActionTest::testGenericException":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testGenericExceptionCustomNameAndMessage":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testNoExceptionInHandler":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testDefaultView":0.001,"yiiunit\\framework\\web\\ErrorActionTest::testLayout":0.001,"yiiunit\\framework\\web\\ErrorHandlerTest::testCorrectResponseCodeInErrorView":0.002,"yiiunit\\framework\\web\\ErrorHandlerTest::testClearAssetFilesInErrorView":0.002,"yiiunit\\framework\\web\\ErrorHandlerTest::testClearAssetFilesInErrorActionView":0.002,"yiiunit\\framework\\web\\ErrorHandlerTest::testRenderCallStackItem":0.002,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #0":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #1":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #2":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #3":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #4":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #5":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncodeWithUnicodeSequence":0,"yiiunit\\framework\\web\\GroupUrlRuleTest::testCreateUrl":0.002,"yiiunit\\framework\\web\\GroupUrlRuleTest::testParseRequest":0.001,"yiiunit\\framework\\web\\GroupUrlRuleTest::testParseVerb":0,"yiiunit\\framework\\web\\HeaderCollectionTest::testFromArray":0,"yiiunit\\framework\\web\\HeaderCollectionTest::testSetter":0,"yiiunit\\framework\\web\\HeaderCollectionTest::testSetterDefault":0,"yiiunit\\framework\\web\\HeaderCollectionTest::testAdder":0,"yiiunit\\framework\\web\\HeaderCollectionTest::testRemover":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArraysPretty with data set #0":0.001,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArraysPretty with data set #1":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArraysPretty with data set #2":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArraysPretty with data set #3":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArraysPretty with data set #4":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #0":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #1":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #2":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #3":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #4":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #5":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testContentTypeGeneration with data set #6":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatNull":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatFilledContent":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatZeroIndexedObjectKeepObject":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatZeroIndexedObjectAllowArray":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatCleanupKeepObjectType":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatScalar with data set #0":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatScalar with data set #1":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatScalar with data set #2":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatScalar with data set #3":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArrays with data set #0":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArrays with data set #1":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArrays with data set #2":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArrays with data set #3":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatArrays with data set #4":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatTraversableObjects with data set #0":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatObjects with data set #0":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatObjects with data set #1":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatObjects with data set #2":0,"yiiunit\\framework\\web\\JsonResponseFormatterTest::testFormatModels with data set #0":0,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testParse":0.003,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testParseWithDoubleQuotes":0.002,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testNotEmptyPost":0,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testNotEmptyFiles":0,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testUploadFileMaxCount":0.002,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testUploadFileMaxSize":0.001,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testUploadFileAsArray":0.001,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testForce":0.001,"yiiunit\\framework\\web\\MultipartFormDataParserTest::testParseUnicodeInFileName":0.001,"yiiunit\\framework\\web\\RequestTest::testParseAcceptHeader":0,"yiiunit\\framework\\web\\RequestTest::testPreferredLanguage":0.001,"yiiunit\\framework\\web\\RequestTest::testCsrfTokenContainsASCIIOnly":0.001,"yiiunit\\framework\\web\\RequestTest::testCsrfTokenValidation":0.001,"yiiunit\\framework\\web\\RequestTest::testIssue15317":0,"yiiunit\\framework\\web\\RequestTest::testCsrfTokenPost":0.001,"yiiunit\\framework\\web\\RequestTest::testCsrfTokenHeader":0.002,"yiiunit\\framework\\web\\RequestTest::testResolve":0.001,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #5":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #6":0,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #7":0.001,"yiiunit\\framework\\web\\RequestTest::testGetHostInfo with data set #8":0,"yiiunit\\framework\\web\\RequestTest::testSetHostInfo":0,"yiiunit\\framework\\web\\RequestTest::testGetScriptFileWithEmptyServer":0,"yiiunit\\framework\\web\\RequestTest::testGetScriptUrlWithEmptyServer":0,"yiiunit\\framework\\web\\RequestTest::testGetServerName":0,"yiiunit\\framework\\web\\RequestTest::testGetServerPort":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #5":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #6":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #7":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #8":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #9":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #10":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #11":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #12":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #13":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #14":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #15":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #16":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #17":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #18":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #19":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #20":0.001,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #21":0.001,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #22":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #23":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnection with data set #24":0,"yiiunit\\framework\\web\\RequestTest::testGetIsSecureConnectionWithoutTrustedHost with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #5":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #6":0.001,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #7":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #8":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #9":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #10":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #11":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #12":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #13":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #14":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIP with data set #15":0,"yiiunit\\framework\\web\\RequestTest::testGetUserIPWithoutTrustedHost with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetMethod with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetMethod with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetIsAjax with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetIsAjax with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetIsPjax with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testGetIsPjax with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testGetOrigin":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #5":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #6":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromHttpAuthorizationHeader with data set #7":0,"yiiunit\\framework\\web\\RequestTest::testHttpAuthCredentialsFromServerSuperglobal":0,"yiiunit\\framework\\web\\RequestTest::testGetBodyParam":0,"yiiunit\\framework\\web\\RequestTest::testGetBodyParams with data set \"json\"":0.001,"yiiunit\\framework\\web\\RequestTest::testGetBodyParams with data set \"jsonp\"":0,"yiiunit\\framework\\web\\RequestTest::testGetBodyParams with data set \"get\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"emptyIPs\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"invalidIp\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"invalidIp2\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"invalidIp3\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"invalidLatestIp\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"notTrusted\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedLevel1\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedLevel2\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedLevel3\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedLevel4\"":0.001,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedLevel4EmptyElements\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedWithCidr\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"trustedAll\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndInjectedXForwardedFor with data set \"emptyIpHeaders\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"defaultPlain\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"defaultSSL\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"untrustedForwardedSSL\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"untrustedForwardedPlain\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"trustedForwardedSSL\"":0,"yiiunit\\framework\\web\\RequestTest::testTrustedHostAndXForwardedPort with data set \"trustedForwardedPlain\"":0,"yiiunit\\framework\\web\\RequestTest::testRequestMethodCanNotBeDowngraded with data set #0":0,"yiiunit\\framework\\web\\RequestTest::testRequestMethodCanNotBeDowngraded with data set #1":0,"yiiunit\\framework\\web\\RequestTest::testRequestMethodCanNotBeDowngraded with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testRequestMethodCanNotBeDowngraded with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testRequestMethodCanNotBeDowngraded with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testAlreadyResolvedIp with data set \"resolvedXForwardedFor\"":0.001,"yiiunit\\framework\\web\\RequestTest::testAlreadyResolvedIp with data set \"resolvedXForwardedForWithHttps\"":0.001,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #0":0.001,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #1":0.001,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #2":0,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #3":0,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #4":0,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #5":0.001,"yiiunit\\framework\\web\\RequestTest::testParseForwardedHeaderParts with data set #6":0,"yiiunit\\framework\\web\\RequestTest::testForwardedNotTrusted":0,"yiiunit\\framework\\web\\ResponseTest::testSendFileRanges with data set #0":0.004,"yiiunit\\framework\\web\\ResponseTest::testSendFileRanges with data set #1":0.001,"yiiunit\\framework\\web\\ResponseTest::testSendFileRanges with data set #2":0.001,"yiiunit\\framework\\web\\ResponseTest::testSendFileWrongRanges with data set #0":0.001,"yiiunit\\framework\\web\\ResponseTest::testSendFileWrongRanges with data set #1":0,"yiiunit\\framework\\web\\ResponseTest::testSendFileWrongRanges with data set #2":0,"yiiunit\\framework\\web\\ResponseTest::testSendFileWrongRanges with data set #3":0,"yiiunit\\framework\\web\\ResponseTest::testSendContentAsFile":0.001,"yiiunit\\framework\\web\\ResponseTest::testRedirect":0.001,"yiiunit\\framework\\web\\ResponseTest::testRedirectNewLine":0.001,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #0":0.001,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #1":0,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #2":0,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #3":0.001,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #4":0,"yiiunit\\framework\\web\\ResponseTest::testAjaxRedirectInternetExplorer11 with data set #5":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #0":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #1":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #2":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #3":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #4":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #5":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #6":0,"yiiunit\\framework\\web\\ResponseTest::testSetStatusCodeByException with data set #7":0,"yiiunit\\framework\\web\\ResponseTest::testNonSeekableStream":0.001,"yiiunit\\framework\\web\\ResponseTest::testSkipFormatter with data set #0":0,"yiiunit\\framework\\web\\ResponseTest::testSkipFormatter with data set #1":0,"yiiunit\\framework\\web\\ResponseTest::testSkipFormatter with data set #2":0.001,"yiiunit\\framework\\web\\ResponseTest::testSkipFormatter with data set #3":0,"yiiunit\\framework\\web\\ResponseTest::testEmptyContentOn204":0,"yiiunit\\framework\\web\\ResponseTest::testSettingContentToNullOn204":0,"yiiunit\\framework\\web\\ResponseTest::testSettingStreamToNullOn204":0.001,"yiiunit\\framework\\web\\ResponseTest::testEmptyContentOn304":0,"yiiunit\\framework\\web\\ResponseTest::testSettingContentToNullOn304":0,"yiiunit\\framework\\web\\ResponseTest::testSettingStreamToNullOn304":0.001,"yiiunit\\framework\\web\\ResponseTest::testSendFileWithInvalidCharactersInFileName":0.001,"yiiunit\\framework\\web\\ResponseTest::testSameSiteCookie":0,"yiiunit\\framework\\web\\UploadedFileTest::testGetInstance":0.001,"yiiunit\\framework\\web\\UploadedFileTest::testGetInstances":0.001,"yiiunit\\framework\\web\\UploadedFileTest::testSaveAs":0.001,"yiiunit\\framework\\web\\UploadedFileTest::testSaveFileFromMultipartFormDataParser":0.002,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRules with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithoutRulesWithSuffix with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #6":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRules with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testSimpleRulesWithSuffix with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #0":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #2":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testControllerActionParams with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testRulesWithDefaultParams with data set #7":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #5":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #6":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithNullParams with data set #7":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #4":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #5":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #6":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testWithEmptyPattern with data set #7":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testAbsolutePatterns with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testAbsolutePatterns with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testAbsolutePatterns with data set #2":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testAbsolutePatterns with data set #3":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testProtocolRelativeAbsolutePattern with data set #0":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testProtocolRelativeAbsolutePattern with data set #1":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testProtocolRelativeAbsolutePattern with data set #2":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testProtocolRelativeAbsolutePattern with data set #3":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testMultipleHostsRules with data set #0":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testMultipleHostsRules with data set #1":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testMultipleHostsRules with data set #2":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testMultipleHostsRules with data set #3":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testCreateUrlCache":0.002,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testUrlCreateCacheWithParameterMismatch":0,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testCreatingRulesWithDifferentRuleConfigAndEnabledCache":0.001,"yiiunit\\framework\\web\\UrlManagerCreateUrlTest::testNotEnsuringCacheForEmptyRuleset":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testWithoutRules":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testWithoutRulesStrict":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testWithoutRulesWithSuffix with data set #0":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testWithoutRulesWithSuffix with data set #1":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRules":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRulesStrict":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRulesWithSuffix with data set #0":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRulesWithSuffix with data set #1":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRulesWithSuffixStrict with data set #0":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testSimpleRulesWithSuffixStrict with data set #1":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testParseRESTRequest":0.001,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testAppendRules":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testPrependRules":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testRulesCache":0,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testRulesCacheIsUsed":0.001,"yiiunit\\framework\\web\\UrlManagerParseUrlTest::testModuleRoute":0.001,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlSimple with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlSimple with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlSimple with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlSimple with data set #3":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithParams with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithParams with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithParams with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithParams with data set #3":0.001,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithAnchor with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithAnchor with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithAnchor with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlWithAnchor with data set #3":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateAbsoluteUrl with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateAbsoluteUrl with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateAbsoluteUrl with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateAbsoluteUrl with data set #3":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlRouteVariants with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlRouteVariants with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlRouteVariants with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testCreateUrlRouteVariants with data set #3":0,"yiiunit\\framework\\web\\UrlManagerTest::testParseRequest with data set #0":0,"yiiunit\\framework\\web\\UrlManagerTest::testParseRequest with data set #1":0,"yiiunit\\framework\\web\\UrlManagerTest::testParseRequest with data set #2":0,"yiiunit\\framework\\web\\UrlManagerTest::testSetBaseUrl":0,"yiiunit\\framework\\web\\UrlNormalizerTest::testNormalizePathInfo":0.002,"yiiunit\\framework\\web\\UrlNormalizerTest::testNormalizeRoute":0.002,"yiiunit\\framework\\web\\UrlNormalizerTest::testUrlManager":0,"yiiunit\\framework\\web\\UrlRuleTest::testCreateUrl":0.002,"yiiunit\\framework\\web\\UrlRuleTest::testParseRequest":0.004,"yiiunit\\framework\\web\\UrlRuleTest::testParseRequestWithNormalizer":0.002,"yiiunit\\framework\\web\\UrlRuleTest::testParseRequestWithUrlManagerCustomNormalizer":0.011,"yiiunit\\framework\\web\\UrlRuleTest::testParseRequestWithUrlRuleCustomNormalizer":0,"yiiunit\\framework\\web\\UrlRuleTest::testToString":0,"yiiunit\\framework\\web\\UrlRuleTest::testGetCreateUrlStatus with data set \"route\"":0.001,"yiiunit\\framework\\web\\UrlRuleTest::testGetCreateUrlStatus with data set \"optional params\"":0.001,"yiiunit\\framework\\web\\UrlRuleTest::testGetCreateUrlStatus with data set \"parsing only\"":0,"yiiunit\\framework\\web\\UserTest::testLoginExpires":0.007,"yiiunit\\framework\\web\\UserTest::testIssue11825":0.003,"yiiunit\\framework\\web\\UserTest::testCookieCleanup":0.002,"yiiunit\\framework\\web\\UserTest::testLoginRequired":0.003,"yiiunit\\framework\\web\\UserTest::testLoginRequiredException1":0.001,"yiiunit\\framework\\web\\UserTest::testAccessChecker":0.001,"yiiunit\\framework\\web\\UserTest::testGetIdentityException":0.003,"yiiunit\\framework\\web\\UserTest::testSetIdentity":0.003,"yiiunit\\framework\\web\\UserTest::testSessionAuthWithNonExistingId":0.001,"yiiunit\\framework\\web\\UserTest::testSessionAuthWithMissingKey":0,"yiiunit\\framework\\web\\UserTest::testSessionAuthWithInvalidKey":0.001,"yiiunit\\framework\\web\\UserTest::testSessionAuthWithValidKey":0.001,"yiiunit\\framework\\web\\UserTest::testSessionAuthWhenIdentityReturnsNull":0.001,"yiiunit\\framework\\web\\ViewTest::testRegisterJsVar":0.001,"yiiunit\\framework\\web\\ViewTest::testRegisterJsFileWithAlias":0.001,"yiiunit\\framework\\web\\ViewTest::testRegisterCssFileWithAlias":0.001,"yiiunit\\framework\\web\\ViewTest::testRegisterregisterCsrfMetaTags":0.001,"yiiunit\\framework\\web\\ViewTest::testAppendTimestampForRegisterJsFile":0.004,"yiiunit\\framework\\web\\ViewTest::testAppendTimestampForRegisterCssFile":0.004,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testCustomRootTag":0.001,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testRootTagRemoval":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testNoObjectTags":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testObjectTagToLowercase":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatNull":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #0":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #1":0.001,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #2":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #3":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #4":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatScalar with data set #5":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #0":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #1":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #2":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #3":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #4":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #5":0.001,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatArrays with data set #6":0.001,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatTraversableObjects with data set #0":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatObjects with data set #0":0.001,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatObjects with data set #1":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatObjects with data set #2":0,"yiiunit\\framework\\web\\XmlResponseFormatterTest::testFormatModels with data set #0":0,"yiiunit\\framework\\web\\session\\CacheSessionTest::testCacheSession":0.001,"yiiunit\\framework\\web\\session\\CacheSessionTest::testInvalidCache":0,"yiiunit\\framework\\web\\session\\CacheSessionTest::testNotWrittenSessionDestroying":0,"yiiunit\\framework\\web\\session\\CacheSessionTest::testInitUseStrictMode":0.001,"yiiunit\\framework\\web\\session\\CacheSessionTest::testUseStrictMode":0.004,"yiiunit\\framework\\web\\session\\SessionTest::testDestroySessionId":0.001,"yiiunit\\framework\\web\\session\\SessionTest::testParamsAfterSessionStart":0.004,"yiiunit\\framework\\web\\session\\SessionTest::testSetName":0.001,"yiiunit\\framework\\web\\session\\SessionTest::testInitUseStrictMode":0,"yiiunit\\framework\\web\\session\\SessionTest::testUseStrictMode":0.002,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testReadWrite":0.003,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInitializeWithConfig":0.001,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testGarbageCollection":0,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testWriteCustomField":0,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testWriteCustomFieldWithUserId":0,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testSerializedObjectSaving":0.001,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testMigration":0,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInstantiate":0,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testInitUseStrictMode":0.001,"yiiunit\\framework\\web\\session\\mssql\\DbSessionTest::testUseStrictMode":0,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testReadWrite":0.17,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testInitializeWithConfig":0.092,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testGarbageCollection":0.191,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testWriteCustomField":0.083,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testWriteCustomFieldWithUserId":0.136,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testSerializedObjectSaving":0.086,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testMigration":0.269,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testInstantiate":0.068,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testInitUseStrictMode":0.067,"yiiunit\\framework\\web\\session\\mysql\\DbSessionTest::testUseStrictMode":0.088,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testReadWrite":0.123,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testInitializeWithConfig":0.088,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testGarbageCollection":0.09,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testWriteCustomField":0.086,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testWriteCustomFieldWithUserId":0.123,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testSerializedObjectSaving":0.119,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testMigration":0.183,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testInstantiate":0.1,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testInitUseStrictMode":0.135,"yiiunit\\framework\\web\\session\\pgsql\\DbSessionTest::testUseStrictMode":0.143,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testReadWrite":0.008,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testInitializeWithConfig":0.008,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testGarbageCollection":0.009,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testWriteCustomField":0.005,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testWriteCustomFieldWithUserId":0.01,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testSerializedObjectSaving":0.007,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testMigration":0.007,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testInstantiate":0.004,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testInitUseStrictMode":0.003,"yiiunit\\framework\\web\\session\\sqlite\\DbSessionTest::testUseStrictMode":0.013,"yiiunit\\framework\\widgets\\ActiveFieldTest::testRenderNoContent":0.003,"yiiunit\\framework\\widgets\\ActiveFieldTest::testRenderWithCallableContent":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testRenderWithCustomInputId":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testBeginHasErrors":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testBeginAttributeIsRequired":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testBeginHasErrorAndRequired":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testBegin":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testEnd":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testLabel":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testError":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testTabularInputErrors":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testHint with data set #0":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testHint with data set #1":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testHint with data set #2":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testInput":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testTextInput":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testHiddenInput":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testListBox":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testRadioList":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testGetClientOptionsReturnEmpty":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testGetClientOptionsWithActiveAttributeInScenario":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testGetClientOptionsClientValidation":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testGetClientOptionsValidatorWhenClientSet":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testEnctype":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testGetClientOptionsWithCustomInputId":0.003,"yiiunit\\framework\\widgets\\ActiveFieldTest::testAriaAttributes":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testAriaRequiredAttribute":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testAriaInvalidAttribute":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testTabularAriaAttributes":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testTabularAriaRequiredAttribute":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testTabularAriaInvalidAttribute":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testEmptyTag":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testWidget":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testWidgetOptions":0,"yiiunit\\framework\\widgets\\ActiveFieldTest::testOptionsClass":0.001,"yiiunit\\framework\\widgets\\ActiveFieldTest::testInputOptionsTransferToWidget":0.001,"yiiunit\\framework\\widgets\\ActiveFormTest::testBooleanAttributes":0.001,"yiiunit\\framework\\widgets\\ActiveFormTest::testIssue5356":0.001,"yiiunit\\framework\\widgets\\ActiveFormTest::testOutputBuffering":0,"yiiunit\\framework\\widgets\\ActiveFormTest::testRegisterClientScript":0.003,"yiiunit\\framework\\widgets\\ActiveFormTest::testShouldTriggerInitEvent":0,"yiiunit\\framework\\widgets\\ActiveFormTest::testValidationStateOnInput":0.001,"yiiunit\\framework\\widgets\\BlockTest::testShouldTriggerInitEvent":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testHomeLinkNull":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testEmptyLinks":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testHomeLinkFalse":0.002,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testHomeLink":0,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testRenderItemException":0,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testRenderItemLabelOnly":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testEncodeOverride":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testRenderItemWithLabelAndUrl":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testRenderItemTemplate":0.001,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testExtraOptions":0,"yiiunit\\framework\\widgets\\BreadcrumbsTest::testTag":0,"yiiunit\\framework\\widgets\\ContentDecoratorTest::testShouldTriggerInitEvent":0.001,"yiiunit\\framework\\widgets\\DetailViewTest::testAttributeValue":0.001,"yiiunit\\framework\\widgets\\DetailViewTest::testUnicodeAttributeNames":0,"yiiunit\\framework\\widgets\\DetailViewTest::testAttributeVisible":0,"yiiunit\\framework\\widgets\\DetailViewTest::testRelationAttribute":0,"yiiunit\\framework\\widgets\\DetailViewTest::testArrayableModel":0,"yiiunit\\framework\\widgets\\DetailViewTest::testObjectModel":0,"yiiunit\\framework\\widgets\\DetailViewTest::testArrayModel":0,"yiiunit\\framework\\widgets\\DetailViewTest::testOptionsTags":0,"yiiunit\\framework\\widgets\\DetailViewTest::testShouldTriggerInitEvent":0,"yiiunit\\framework\\widgets\\LinkPagerTest::testFirstLastPageLabels":0.001,"yiiunit\\framework\\widgets\\LinkPagerTest::testDisabledPageElementOptions":0,"yiiunit\\framework\\widgets\\LinkPagerTest::testDisabledPageElementOptionsWithTagOption":0,"yiiunit\\framework\\widgets\\LinkPagerTest::testDisableCurrentPageButton":0.001,"yiiunit\\framework\\widgets\\LinkPagerTest::testOptionsWithTagOption":0,"yiiunit\\framework\\widgets\\LinkPagerTest::testLinkWrapOptions":0,"yiiunit\\framework\\widgets\\LinkPagerTest::testShouldTriggerInitEvent":0,"yiiunit\\framework\\widgets\\LinkSorterTest::testLabelsSimple":0.008,"yiiunit\\framework\\widgets\\LinkSorterTest::testLabelsExplicit":0.005,"yiiunit\\framework\\widgets\\LinkSorterTest::testShouldTriggerInitEvent":0.005,"yiiunit\\framework\\widgets\\ListViewTest::testEmptyListShown":0,"yiiunit\\framework\\widgets\\ListViewTest::testEmpty":0,"yiiunit\\framework\\widgets\\ListViewTest::testEmptyListNotShown":0,"yiiunit\\framework\\widgets\\ListViewTest::testSimplyListView":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testWidgetOptions":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testItemViewOptions with data set #0":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testItemViewOptions with data set #1":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testItemViewOptions with data set #2":0.002,"yiiunit\\framework\\widgets\\ListViewTest::testItemOptions with data set #0":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testItemOptions with data set #1":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testBeforeAndAfterItem":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testShouldTriggerInitEvent":0,"yiiunit\\framework\\widgets\\ListViewTest::testNoDataProvider":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderNoSorter with data set \"no sort attributes\"":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderNoSorter with data set \"sorter false\"":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderSorterOnlyWithNoItems":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderSorter":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderSummaryWhenPaginationIsFalseAndSummaryIsNull":0.001,"yiiunit\\framework\\widgets\\ListViewTest::testRenderSummaryWhenSummaryIsCustom with data set \"empty\"":0,"yiiunit\\framework\\widgets\\ListViewTest::testRenderSummaryWhenSummaryIsCustom with data set \"all tokens\"":0,"yiiunit\\framework\\widgets\\MenuTest::testEncodeLabel":0,"yiiunit\\framework\\widgets\\MenuTest::testTagOption":0,"yiiunit\\framework\\widgets\\MenuTest::testItemTemplate":0,"yiiunit\\framework\\widgets\\MenuTest::testActiveItemClosure":0,"yiiunit\\framework\\widgets\\MenuTest::testItemClassAsArray":0,"yiiunit\\framework\\widgets\\MenuTest::testItemClassAsString":0,"yiiunit\\framework\\widgets\\PjaxTest::testGeneratedIdByPjaxWidget":0.001,"yiiunit\\framework\\widgets\\PjaxTest::testShouldTriggerInitEvent":0,"yiiunit\\framework\\widgets\\SpacelessTest::testWidget":0.001,"yiiunit\\framework\\widgets\\SpacelessTest::testShouldTriggerInitEvent":0}} \ No newline at end of file From 80f1a9a92a5203b03c66219483cfa9b1549d8d50 Mon Sep 17 00:00:00 2001 From: Stefano Mtangoo Date: Wed, 19 Jul 2023 19:44:14 +0300 Subject: [PATCH 3/3] Remove vestigial Zendcache documentation --- docs/guide-es/caching-data.md | 1 - docs/guide-fr/caching-data.md | 1 - docs/guide-ja/caching-data.md | 2 -- docs/guide-pt-BR/caching-data.md | 1 - docs/guide-zh-CN/caching-data.md | 1 - docs/guide/caching-data.md | 1 - 6 files changed, 7 deletions(-) diff --git a/docs/guide-es/caching-data.md b/docs/guide-es/caching-data.md index eb0f6cbe3c6..065903d8539 100644 --- a/docs/guide-es/caching-data.md +++ b/docs/guide-es/caching-data.md @@ -79,7 +79,6 @@ se muestra un listado con los componentes de caché disponibles: * [[yii\caching\MemCache]]: utiliza las extensiones de PHP [memcache](https://www.php.net/manual/es/book.memcache.php) y [memcached](https://www.php.net/manual/es/book.memcached.php). Esta opción puede ser considerada como la más rápida cuando la caché es manejada en una aplicación distribuida (ej. con varios servidores, con balance de carga, etc..) * [[yii\redis\Cache]]: implementa un componente de caché basado en [Redis](https://redis.io/) que almacenan pares clave-valor (requiere la versión 2.6.12 de redis). * [[yii\caching\WinCache]]: utiliza la extensión de PHP [WinCache](https://iis.net/downloads/microsoft/wincache-extension) ([ver también](https://www.php.net/manual/es/book.wincache.php)). - como el medio fundamental de caché. > Tip: Puedes utilizar diferentes tipos de almacenamiento de caché en la misma aplicación. Una estrategia común es la de usar almacenamiento de caché en memoria para almacenar datos que son pequeños pero que son utilizados constantemente (ej. datos estadísticos), y utilizar el almacenamiento de caché en archivos o en base de datos para guardar datos que son grandes y utilizados con menor frecuencia (ej. contenido de página). diff --git a/docs/guide-fr/caching-data.md b/docs/guide-fr/caching-data.md index 7e79231e8f5..d68571834d4 100644 --- a/docs/guide-fr/caching-data.md +++ b/docs/guide-fr/caching-data.md @@ -100,7 +100,6 @@ Yii prend en charge un large panel de supports de stockage pour cache. Ce qui su (une version de redis égale ou supérieure à 2.6.12 est nécessaire). * [[yii\caching\WinCache]]: utilise le [WinCache](https://iis.net/downloads/microsoft/wincache-extension) PHP ([voir aussi l'extension](https://www.php.net/manual/fr/book.wincache.php)). - en tant que médium de cache sous-jacent. > Tip: vous pouvez utiliser différents supports de stockage pour cache dans la même application. Une stratégie courante est d'utiliser un support de stockage pour cache basé sur la mémoire pour stocker des données de petite taille mais d'usage constant (p. ex. des données statistiques), et d'utiliser des supports de stockage pour cache basés sur des fichiers ou des bases de données pour stocker des données volumineuses et utilisées moins souvent (p. ex. des contenus de pages). diff --git a/docs/guide-ja/caching-data.md b/docs/guide-ja/caching-data.md index 03d98bda19e..7195f3512f0 100644 --- a/docs/guide-ja/caching-data.md +++ b/docs/guide-ja/caching-data.md @@ -128,8 +128,6 @@ Yii はさまざまなキャッシュ・ストレージをサポートしてい (Redis の バージョン 2.6.12 以降が必要とされます) 。 * [[yii\caching\WinCache]]: PHP の [WinCache](https://iis.net/downloads/microsoft/wincache-extension) エクステンションを使用します。 ([参照リンク](https://www.php.net/manual/ja/book.wincache.php)) - を使用します。 - > Tip: 同じアプリケーション内で異なるキャッシュを使用することもできます。 一般的なやり方として、小さくとも常に使用されるデータ (例えば、統計データ) を格納する場合はメモリ・ベースのキャッシュ・ストレージを使用し、 diff --git a/docs/guide-pt-BR/caching-data.md b/docs/guide-pt-BR/caching-data.md index 3cd41e91834..c259f286be1 100644 --- a/docs/guide-pt-BR/caching-data.md +++ b/docs/guide-pt-BR/caching-data.md @@ -96,7 +96,6 @@ Yii suporta uma ampla gama de sistemas de cache. A seguir um resumo: [Redis](https://redis.io/) (requer redis versão 2.6.12 ou mais recente). * [[yii\caching\WinCache]]: usa a extensão PHP [WinCache](https://iis.net/downloads/microsoft/wincache-extension) ([veja também](https://www.php.net/manual/pt_BR/book.wincache.php)). - como o meio de cache subjacente. > Dica: Você pode usar vários tipos de cache na mesma aplicação. Uma estratégia comum é usar caches baseados diff --git a/docs/guide-zh-CN/caching-data.md b/docs/guide-zh-CN/caching-data.md index 77bd5f613c9..66bc0859d9e 100644 --- a/docs/guide-zh-CN/caching-data.md +++ b/docs/guide-zh-CN/caching-data.md @@ -128,7 +128,6 @@ Yii 支持一系列缓存存储器,概况如下: (需要 redis 2.6.12 及以上版本的支持 )。 * [[yii\caching\WinCache]]:使用 PHP [WinCache](https://iis.net/downloads/microsoft/wincache-extension) ([另可参考](https://www.php.net/manual/zh/book.wincache.php))扩展. - 作为底层缓存媒介。 > Tip: 你可以在同一个应用程序中使用不同的缓存存储器。一个常见的策略是使用基于内存的缓存存储器 diff --git a/docs/guide/caching-data.md b/docs/guide/caching-data.md index 93d1fa3319c..9f980250996 100644 --- a/docs/guide/caching-data.md +++ b/docs/guide/caching-data.md @@ -130,7 +130,6 @@ Yii supports a wide range of cache storage. The following is a summary: (redis version 2.6.12 or higher is required). * [[yii\caching\WinCache]]: uses PHP [WinCache](https://iis.net/downloads/microsoft/wincache-extension) ([see also](https://www.php.net/manual/en/book.wincache.php)) extension. - as the underlying caching medium. > Tip: You may use different cache storage in the same application. A common strategy is to use memory-based