repo.or.cz
/
pivip.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* [Friends] Members can now apply to be added to the contact list.
[pivip.git]
/
specifications
/
library
/
Pivip
/
Db
/
Table
/
TableModelsSpec.php
blob
3af8c83b0224b2f0b8bb0ceab7fef154e84a217f
1
<
?php
2
3
require_once
'library/Pivip/Db/Table/Abstract.php'
;
4
5
class
DescribeTableModels
extends
PHPSpec_Context
6
{
7
public function
itShouldDefaultToTheTableNameToTheLowercasedClassName
()
8
{
9
$this
->
pending
();
10
}
11
}