tangled
alpha
login
or
join now
jcs.org
/
halfmoon
0
fork
atom
a tiny mvc framework for php using php-activerecord
0
fork
atom
overview
issues
pulls
pipelines
halfmoon
/
lib
/
php-activerecord
/
test
/
at
v1
4 folders
33 files
kla
PDO and lots of optimizations
17y ago
e04a546d
fixtures
Merge branch 'master' of kla/php-activerecord
15 years ago
helpers
Use __DIR__, not dirname(__FILE__).
15 years ago
models
Merge branch 'sqlite_connect' of https://github.com/benjamin4ruby/php-activerecord into benjamin4ruby-sqlite_connect
15 years ago
sql
Merge branch 'master' of kla/php-activerecord
15 years ago
ActiveRecordCacheTest.php
Skip Memcache-Tests if no memcache available
15 years ago
ActiveRecordFindTest.php
Allow LIMIT/ORDER clauses for UPDATE/DELETE operations when using mysql or sqlite adapters
15 years ago
ActiveRecordTest.php
add unit test for attribute_is_dirty
15 years ago
ActiveRecordWriteTest.php
GH-24: Model::(delete|update)_all() with conditions limit/order options
15 years ago
AllTests.php
Dropped unneeded PHPUnit/Framework.php includes to squash a PHP Notice.
15 years ago
AllValidationsTest.php
Dropped unneeded PHPUnit/Framework.php includes to squash a PHP Notice.
15 years ago
CacheTest.php
fix default port for memcached and namespace option
15 years ago
CallbackTest.php
Fixed test_invoke_unregistered_callback so mock Model constructor doesn't fail.
15 years ago
ColumnTest.php
fixed problem with datetime fields not being flagged dirty when using \DateTime's set methods (such as setDate)
16 years ago
ConfigTest.php
Merge branch 'master' of kla/php-activerecord
15 years ago
ConnectionManagerTest.php
GH-91: get_connection(null) should always return default
15 years ago
ConnectionTest.php
accept urlencoded path
15 years ago
DateTimeTest.php
Merge branch 'master' of kla/php-activerecord
15 years ago
ExpressionsTest.php
someone forgot to commit the code change required for 78694d5ebcede279f48090ebf688759d6e52aa65
16 years ago
HasManyThroughTest.php
include doesn't take into account belongs_to relations so this test was invaild.
15 years ago
InflectorTest.php
Use __DIR__, not dirname(__FILE__).
15 years ago
ModelCallbackTest.php
ocd patch to make phpunit calls lowercase
17 years ago
MysqlAdapterTest.php
Use __DIR__, not dirname(__FILE__).
15 years ago
MysqliAdapterTest.php
PDO and lots of optimizations
17 years ago
OciAdapterTest.php
Use __DIR__, not dirname(__FILE__).
15 years ago
PgsqlAdapterTest.php
Use __DIR__, not dirname(__FILE__).
15 years ago
RelationshipTest.php
Merge branch 'master' into gh101-has_many-through
15 years ago
SQLBuilderTest.php
merge updates from kla/php-activerecord
15 years ago
SerializationTest.php
- added *.swp files to be ignored - added new ArraySerializer Serialization class - changed JsonSerializer which extends ArraySerializer to dry things up - added ArraySerializer tests
15 years ago
SqliteAdapterTest.php
Use __DIR__, not dirname(__FILE__).
15 years ago
SqliteAdapterTest.php~HEAD
UtilsTest.php
s/ActiveRecord/AR/g
15 years ago
ValidatesFormatOfTest.php
ocd patch to make phpunit calls lowercase
17 years ago
ValidatesInclusionAndExclusionOfTest.php
ocd patch to make phpunit calls lowercase
17 years ago
ValidatesLengthOfTest.php
Refactoring validates_length_of
15 years ago
ValidatesNumericalityOfTest.php
Merge branch '1.1'
15 years ago
ValidatesPresenceOfTest.php
changed integer_only comment to only_integer and fixed validates_presence_of to accept a zero as valid
16 years ago
ValidationsTest.php
renamed errors() method to to_array() and added an optional parameter that takes a function so that full_messages() can make use of it as well to dry up the code
15 years ago