Explorar o código

updated readme

Marc %!s(int64=11) %!d(string=hai) anos
pai
achega
fcebf80b71
Modificáronse 3 ficheiros con 42 adicións e 1 borrados
  1. 1 1
      README.md
  2. 38 0
      Tests/Module/JobCollectionTest.php
  3. 3 0
      multipush.sh

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
README.md


+ 38 - 0
Tests/Module/JobCollectionTest.php

@@ -0,0 +1,38 @@
+<?php
+
+/**
+ * RSQueueBundle for Symfony2
+ *
+ * Marc Morera 2013
+ */
+
+namespace Mmoreram\GearmanBundle\Tests\Module;
+
+use Mmoreram\GearmanBundle\Module\JobCollection;
+use Mmoreram\GearmanBundle\Module\JobClass as Job;
+
+/**
+ * Tests JobClassTest class
+ */
+class JobCollectionTest extends \PHPUnit_Framework_TestCase
+{
+
+    /**
+     * @var JobCollection
+     * 
+     * Job Collection
+     */
+    private $jobCollection;
+
+
+
+    /**
+     * Setup
+     */
+    public function setUp()
+    {
+        $this->jobCollection = new JobCollection;
+    }
+
+
+    public function 

+ 3 - 0
multipush.sh

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+git checkout master && git pull --rebase origin master && git push origin master && git push bitbucket master && git checkout 2.1  && git merge master  && git push origin 2.1  && git push bitbucket 2.1  && git checkout 2.2 && git merge master && git push origin 2.2 && git push bitbucket 2.2 && git checkout 2.3 && git merge master && git push origin 2.3 && git push bitbucket 2.3 && git checkout master