* [Friends] Members can now apply to be added to the contact list.
[pivip.git] / specifications / library / Pivip / Db / Table / TableModelsSpec.php
blob3af8c83b0224b2f0b8bb0ceab7fef154e84a217f
1 <?php
3 require_once 'library/Pivip/Db/Table/Abstract.php';
5 class DescribeTableModels extends PHPSpec_Context
7 public function itShouldDefaultToTheTableNameToTheLowercasedClassName()
9 $this->pending();