repo.or.cz
/
akelos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing #138
[akelos.git]
/
test
/
unit
/
lib
/
AkActiveRecord
/
AkHasOne.php
blob
402999c5e5121ed84cab68f13764bbe78172ea0e
1
<
?php
2
3
require_once
(
dirname
(
__FILE__
).
'/../../../fixtures/config/config.php'
);
4
5
class
test_AkHasOne
extends
UnitTestCase
6
{
7
//FIND ME AT AkBelongsTo.php test file
8
}
9
10
ak_test
(
'test_AkHasOne'
,
true
);
11
12
?
>