Overview

Packages

  • app
    • Config
      • Schema
    • Test
      • Case
    • View
      • Helper
  • Cake
    • Cache
      • Engine
    • Configure
    • Console
      • Command
        • Task
    • Controller
      • Component
        • Acl
        • Auth
    • Core
    • Error
    • Event
    • I18n
    • Log
      • Engine
    • Model
      • Behavior
      • Datasource
        • Database
        • Session
      • Validator
    • Network
      • Email
      • Http
    • Routing
      • Filter
      • Route
    • Test
      • Case
        • Cache
          • Engine
        • Configure
        • Console
          • Command
            • Task
        • Controller
          • Component
            • Acl
            • Auth
        • Core
        • Error
        • Event
        • I18n
        • Log
          • Engine
        • Model
          • Behavior
          • Datasource
            • Database
            • Session
          • Validator
        • Network
          • Email
          • Http
        • Routing
          • Filter
          • Route
        • TestSuite
        • Utility
        • View
          • Helper
      • Fixture
      • TestApp
        • Console
          • Command
        • Controller
        • Lib
          • Cache
            • Engine
          • Log
            • Engine
          • Utility
        • Model
          • Behavior
        • Plugin
          • TestPlugin
            • Config
              • Schema
            • Console
              • Command
                • Task
            • Controller
              • Component
            • Lib
              • Cache
                • Engine
              • Custom
                • Package
              • Error
              • Log
                • Engine
            • Model
              • Behavior
            • Vendor
              • sample
            • View
              • Helper
          • TestPluginTwo
            • Console
              • Command
        • Routing
          • Filter
        • Vendor
          • sample
    • TestSuite
      • Coverage
      • Fixture
      • Reporter
    • Utility
    • View
      • Helper
  • None
  • PHP

Classes

  • AccountFixture
  • AcoActionFixture
  • AcoFixture
  • AcoTwoFixture
  • AdFixture
  • AdvertisementFixture
  • AfterTreeFixture
  • AnotherArticleFixture
  • AppleFixture
  • ArmorFixture
  • ArmorsPlayerFixture
  • AroFixture
  • ArosAcoFixture
  • ArosAcoTwoFixture
  • AroTwoFixture
  • ArticleFeaturedFixture
  • ArticleFeaturedsTagsFixture
  • ArticleFixture
  • ArticlesTagFixture
  • AssertTagsTestCase
  • AttachmentFixture
  • AuthorFixture
  • AuthUserCustomFieldFixture
  • AuthUserFixture
  • BakeArticleFixture
  • BakeArticlesBakeTagFixture
  • BakeCommentFixture
  • BakeTagFixture
  • BasketFixture
  • BiddingFixture
  • BiddingMessageFixture
  • BidFixture
  • BinaryTestFixture
  • BookFixture
  • CacheTestModelFixture
  • CakeSessionFixture
  • CallbackFixture
  • CampaignFixture
  • CategoryFixture
  • CategoryThreadFixture
  • CdFixture
  • CommentFixture
  • ContentAccountFixture
  • ContentFixture
  • CounterCachePostFixture
  • CounterCachePostNonstandardPrimaryKeyFixture
  • CounterCacheUserFixture
  • CounterCacheUserNonstandardPrimaryKeyFixture
  • DataTestFixture
  • DatatypeFixture
  • DependencyFixture
  • DeviceFixture
  • DeviceTypeCategoryFixture
  • DeviceTypeFixture
  • DocumentDirectoryFixture
  • DocumentFixture
  • DomainFixture
  • DomainsSiteFixture
  • ExteriorTypeCategoryFixture
  • FeaturedFixture
  • FeatureSetFixture
  • FilmFileFixture
  • FixturizedTestCase
  • FlagTreeFixture
  • FruitFixture
  • FruitsUuidTagFixture
  • GroupUpdateAllFixture
  • GuildFixture
  • GuildsPlayerFixture
  • HomeFixture
  • ImageFixture
  • InnoFixture
  • ItemFixture
  • ItemsPortfolioFixture
  • JoinABFixture
  • JoinACFixture
  • JoinAFixture
  • JoinBFixture
  • JoinCFixture
  • JoinThingFixture
  • MessageFixture
  • MyCategoriesMyProductsFixture
  • MyCategoriesMyUsersFixture
  • MyCategoryFixture
  • MyProductFixture
  • MyUserFixture
  • NodeFixture
  • NumberTreeFixture
  • NumberTreeTwoFixture
  • NumericArticleFixture
  • OverallFavoriteFixture
  • PersonFixture
  • PlayerFixture
  • PortfolioFixture
  • PostFixture
  • PostsTagFixture
  • PrefixTestFixture
  • PrimaryModelFixture
  • ProductFixture
  • ProductUpdateAllFixture
  • ProjectFixture
  • SampleFixture
  • SecondaryModelFixture
  • SessionFixture
  • SiteFixture
  • SomethingElseFixture
  • SomethingFixture
  • StoriesTagFixture
  • StoryFixture
  • SyfileFixture
  • TagFixture
  • TestPluginArticleFixture
  • TestPluginCommentFixture
  • ThePaperMonkiesFixture
  • ThreadFixture
  • TranslateArticleFixture
  • TranslatedArticleFixture
  • TranslatedItemFixture
  • TranslateFixture
  • TranslateTableFixture
  • TranslateWithPrefixFixture
  • UnconventionalTreeFixture
  • UnderscoreFieldFixture
  • UnsignedFixture
  • UserFixture
  • UuidFixture
  • UuiditemFixture
  • UuiditemsUuidportfolioFixture
  • UuiditemsUuidportfolioNumericidFixture
  • UuidportfolioFixture
  • UuidTagFixture
  • UuidTreeFixture
  • Overview
  • Package
  • Class
  • Tree
  • Download

Class JoinAFixture

Class JoinAFixture

CakeTestFixture
Extended by JoinAFixture
Package: Cake\Test\Fixture
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Located at Test/Fixture/JoinAFixture.php
Methods inherited from CakeTestFixture
__construct(), create(), drop(), init(), insert(), truncate()
Properties summary
public array $fields

fields property

fields property

#array( 'id' => array('type' => 'integer', 'key' => 'primary'), 'name' => array('type' => 'string', 'default' => ''), 'body' => array('type' => 'text'), 'created' => array('type' => 'datetime', 'null' => true), 'updated' => array('type' => 'datetime', 'null' => true) )
public array $records

records property

records property

#array( array('name' => 'Join A 1', 'body' => 'Join A 1 Body', 'created' => '2008-01-03 10:54:23', 'updated' => '2008-01-03 10:54:23'), array('name' => 'Join A 2', 'body' => 'Join A 2 Body', 'created' => '2008-01-03 10:54:24', 'updated' => '2008-01-03 10:54:24'), array('name' => 'Join A 3', 'body' => 'Join A 2 Body', 'created' => '2008-01-03 10:54:25', 'updated' => '2008-01-03 10:54:24') )
Properties inherited from CakeTestFixture
$canUseMemory, $created, $db, $name, $primaryKey, $table, $useDbConfig
CakePHP API documentation generated by ApiGen 3.0dev