Explorar el Código

updated readme

Marc hace 11 años
padre
commit
fcebf80b71
Se han modificado 3 ficheros con 42 adiciones y 1 borrados
  1. 1 1
      README.md
  2. 38 0
      Tests/Module/JobCollectionTest.php
  3. 3 0
      multipush.sh

La diferencia del archivo ha sido suprimido porque es 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