code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
<?php
/**
* Behavior for binding management.
*
* Behavior to simplify manipulating a model's bindings when doing a find operation
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT L... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php | PHP | gpl3 | 1,106 |
<?php
/**
* Test App Comment Model
*
*
*
* PHP 5
*
* CakePHP : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistribut... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/test_app/Model/Comment.php | PHP | gpl3 | 787 |
<?php
/**
* Application model for Cake.
*
* This file is application-wide model file. You can put all
* application-wide model-related methods here.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Lice... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/test_app/Model/AppModel.php | PHP | gpl3 | 1,096 |
<?php
/**
* Test suite app/Model/Datasource/Session session handler
*
*/
App::uses('CakeSessionHandlerInterface', 'Model/Datasource/Session');
class TestAppLibSession implements CakeSessionHandlerInterface {
public function open() {
return true;
}
public function close() {
}
public function read($id) {
... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/test_app/Model/Datasource/Session/TestAppLibSession.php | PHP | gpl3 | 445 |
<?php
App::uses('TestSource', 'TestPlugin.Model/Datasource');
class TestLocalDriver extends TestSource {
}
| 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/test_app/Model/Datasource/Database/TestLocalDriver.php | PHP | gpl3 | 108 |
<?php
class Test2OtherSource extends DataSource {
public function describe($model) {
return compact('model');
}
public function listSources($data = null) {
return array('test_source');
}
public function create(Model $model, $fields = null, $values = null) {
return compact('model', 'fields', 'values');
}
... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/test_app/Model/Datasource/Test2OtherSource.php | PHP | gpl3 | 683 |
<?php
class Test2Source extends DataSource {
public function describe($model) {
return compact('model');
}
public function listSources($data = null) {
return array('test_source');
}
public function create(Model $model, $fields = null, $values = null) {
return compact('model', 'fields', 'values');
}
pub... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/test_app/Model/Datasource/Test2Source.php | PHP | gpl3 | 678 |
<?php
/**
* Test App Comment Model
*
*
*
* PHP 5
*
* CakePHP : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistribut... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/test_app/Model/PersisterTwo.php | PHP | gpl3 | 951 |
<?php
class TestAppsExceptionRenderer extends ExceptionRenderer {
protected function _getController($exception) {
App::uses('TestAppsErrorController', 'Controller');
if (!$request = Router::getRequest(true)) {
$request = new CakeRequest();
}
$response = new CakeResponse();
try {
$controller = new Tes... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/test_app/Error/TestAppsExceptionRenderer.php | PHP | gpl3 | 548 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/MyProductFixture.php | PHP | gpl3 | 1,301 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/TranslateTableFixture.php | PHP | gpl3 | 1,848 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/UuidTagFixture.php | PHP | gpl3 | 1,384 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/MyUserFixture.php | PHP | gpl3 | 1,304 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/PrimaryModelFixture.php | PHP | gpl3 | 1,288 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/JoinBFixture.php | PHP | gpl3 | 1,636 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/UnderscoreFieldFixture.php | PHP | gpl3 | 1,929 |
<?php
/**
* BakeArticleFixture
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redi... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/BakeArticleFixture.php | PHP | gpl3 | 1,411 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/CacheTestModelFixture.php | PHP | gpl3 | 1,272 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/StoryFixture.php | PHP | gpl3 | 1,282 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/MessageFixture.php | PHP | gpl3 | 1,455 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/SecondaryModelFixture.php | PHP | gpl3 | 1,300 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ArosAcoTwoFixture.php | PHP | gpl3 | 3,897 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/FilmFileFixture.php | PHP | gpl3 | 1,290 |
<?php
/**
* Short description for file.
*
* Long description for file
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license inform... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/TranslateWithPrefixFixture.php | PHP | gpl3 | 4,130 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/PersonFixture.php | PHP | gpl3 | 2,067 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ArticleFeaturedsTagsFixture.php | PHP | gpl3 | 1,311 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/JoinCFixture.php | PHP | gpl3 | 1,636 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/PortfolioFixture.php | PHP | gpl3 | 1,437 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/JoinACFixture.php | PHP | gpl3 | 1,956 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/FeaturedFixture.php | PHP | gpl3 | 1,831 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ArticlesTagFixture.php | PHP | gpl3 | 1,509 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/SomethingElseFixture.php | PHP | gpl3 | 1,917 |
<?php
/**
* Counter Cache Test Fixtures
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/CounterCachePostFixture.php | PHP | gpl3 | 1,471 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ArosAcoFixture.php | PHP | gpl3 | 1,596 |
<?php
/**
* Fixture to test be tested exclusively with InnoDB tables
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/InnoFixture.php | PHP | gpl3 | 1,321 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/JoinThingFixture.php | PHP | gpl3 | 1,930 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistri... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/DatatypeFixture.php | PHP | gpl3 | 1,466 |
<?php
/**
* Short description for after_tree_fixture.php
*
* Long description for after_tree_fixture.php
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions o... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AfterTreeFixture.php | PHP | gpl3 | 1,759 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/TranslateArticleFixture.php | PHP | gpl3 | 3,893 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php | PHP | gpl3 | 1,920 |
<?php
/**
* Tree behavior class test fixture.
*
* Enables a model object to act as a node-based tree.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For f... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/FlagTreeFixture.php | PHP | gpl3 | 1,492 |
<?php
/**
* Short description for ad_fixture.php
*
* Long description for ad_fixture.php
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must ret... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AdFixture.php | PHP | gpl3 | 1,934 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/GuildFixture.php | PHP | gpl3 | 1,293 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ItemsPortfolioFixture.php | PHP | gpl3 | 1,579 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/SyfileFixture.php | PHP | gpl3 | 1,623 |
<?php
/**
* Short description for file.
*
* PHP versions 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The Open Group Test Suite License
* Redistributions of files must retain the... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/DomainsSiteFixture.php | PHP | gpl3 | 2,291 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AdvertisementFixture.php | PHP | gpl3 | 1,495 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/NumericArticleFixture.php | PHP | gpl3 | 1,505 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/TranslatedArticleFixture.php | PHP | gpl3 | 1,759 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/BiddingMessageFixture.php | PHP | gpl3 | 1,462 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/TestPluginArticleFixture.php | PHP | gpl3 | 2,014 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ThePaperMonkiesFixture.php | PHP | gpl3 | 1,275 |
<?php
/**
* Short description for file.
*
* PHP versions 4 and 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The Open Group Test Suite License
* Redistributions of files must reta... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/PrefixTestFixture.php | PHP | gpl3 | 1,090 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/FruitFixture.php | PHP | gpl3 | 1,552 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AuthorFixture.php | PHP | gpl3 | 1,932 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/CdFixture.php | PHP | gpl3 | 1,436 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/MyCategoriesMyUsersFixture.php | PHP | gpl3 | 1,437 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AcoTwoFixture.php | PHP | gpl3 | 2,732 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AroTwoFixture.php | PHP | gpl3 | 2,772 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/BookFixture.php | PHP | gpl3 | 1,537 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AccountFixture.php | PHP | gpl3 | 1,416 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/CallbackFixture.php | PHP | gpl3 | 1,781 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ContentFixture.php | PHP | gpl3 | 1,449 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/JoinABFixture.php | PHP | gpl3 | 1,956 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/UuiditemsUuidportfolioFixture.php | PHP | gpl3 | 2,084 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/MyCategoriesMyProductsFixture.php | PHP | gpl3 | 1,461 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/OverallFavoriteFixture.php | PHP | gpl3 | 1,493 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/StoriesTagFixture.php | PHP | gpl3 | 1,367 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ArticleFeaturedFixture.php | PHP | gpl3 | 1,982 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ProjectFixture.php | PHP | gpl3 | 1,309 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/TagFixture.php | PHP | gpl3 | 1,548 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/SomethingFixture.php | PHP | gpl3 | 1,905 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ArmorsPlayerFixture.php | PHP | gpl3 | 1,763 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ProductFixture.php | PHP | gpl3 | 1,914 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/DataTestFixture.php | PHP | gpl3 | 1,525 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/TranslatedItemFixture.php | PHP | gpl3 | 1,499 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/BidFixture.php | PHP | gpl3 | 1,509 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AppleFixture.php | PHP | gpl3 | 2,843 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AnotherArticleFixture.php | PHP | gpl3 | 1,617 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/FeatureSetFixture.php | PHP | gpl3 | 1,257 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/BiddingFixture.php | PHP | gpl3 | 1,443 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/DeviceTypeCategoryFixture.php | PHP | gpl3 | 1,289 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/DeviceFixture.php | PHP | gpl3 | 1,532 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/JoinAFixture.php | PHP | gpl3 | 1,754 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistri... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/NodeFixture.php | PHP | gpl3 | 1,373 |
<?php
/**
* Short description for campaign_fixture.php
*
* Long description for campaign_fixture.php
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of fi... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/CampaignFixture.php | PHP | gpl3 | 1,229 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ExteriorTypeCategoryFixture.php | PHP | gpl3 | 1,375 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ContentAccountFixture.php | PHP | gpl3 | 1,595 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AroFixture.php | PHP | gpl3 | 2,029 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ItemFixture.php | PHP | gpl3 | 1,718 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AuthUserFixture.php | PHP | gpl3 | 2,112 |
<?php
/**
* Tree behavior class.
*
* Enables a model object to act as a node-based tree.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/NumberTreeTwoFixture.php | PHP | gpl3 | 1,469 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/DeviceTypeFixture.php | PHP | gpl3 | 1,877 |
<?php
/**
* BakeTagFixture
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistri... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/BakeTagFixture.php | PHP | gpl3 | 1,242 |
<?php
/**
* BakeCommentFixture
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redi... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/BakeCommentFixture.php | PHP | gpl3 | 1,456 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ImageFixture.php | PHP | gpl3 | 1,357 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/CategoryFixture.php | PHP | gpl3 | 2,331 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/FruitsUuidTagFixture.php | PHP | gpl3 | 1,558 |
<?php
/**
* This class helpes in indirectly testing the functionaliteies of CakeTestCase::assertTags
*
* @package Cake.Test.Fixture
*/
class AssertTagsTestCase extends CakeTestCase {
/**
* test that assertTags knows how to handle correct quoting.
*
* @return void
*/
public function testAssertTagsQuotes(... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/AssertTagsTestCase.php | PHP | gpl3 | 2,511 |
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.tx... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Test/Fixture/ArticleFixture.php | PHP | gpl3 | 1,957 |