Skip to content

Commit

Permalink
Adding class skeletons for Rel Routine.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Gaigalas committed Aug 27, 2012
1 parent a858f25 commit b0ccd89
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library/Respect/Rest/Routines/Rel.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Respect\Rest\Routines;

use Respect\Rest\Routes\AbstractSyncedRoutine;
use Respect\Rest\Request;

class Rel extends AbstractCallbackMediator implements ProxyableThrough
{
}
13 changes: 13 additions & 0 deletions tests/library/Respect/Rest/Routines/RelTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
namespace Respect\Rest\Routines;

use Exception;
use PHPUnit_Framework_TestCase;
use ReflectionFunction;

/**
* @covers Respect\Rest\Routines\Rel
*/
class RelTest extends PHPUnit_Framework_TestCase
{
}

0 comments on commit b0ccd89

Please sign in to comment.