Skip to content

Commit

Permalink
Bump year [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
phalcon committed Apr 3, 2015
1 parent 2c39347 commit c615463
Show file tree
Hide file tree
Showing 73 changed files with 92 additions and 94 deletions.
3 changes: 1 addition & 2 deletions unit-tests/AnnotationsAdaptersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down Expand Up @@ -155,5 +155,4 @@ public function testXcacheAdapter()
$this->assertEquals(get_class($property), 'Phalcon\Annotations\Collection');
$this->assertEquals($property->count(), 4);
}

}
2 changes: 1 addition & 1 deletion unit-tests/AnnotationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/ApplicationMvcTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/BeanstalkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/CacheResultsetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
10 changes: 5 additions & 5 deletions unit-tests/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down Expand Up @@ -196,15 +196,15 @@ public function testDataFileCacheUnsafeKey()
{
$frontCache = new Phalcon\Cache\Frontend\Data();

$cache = new Phalcon\Cache\Backend\File($frontCache, array(
/*$cache = new Phalcon\Cache\Backend\File($frontCache, array(
'cacheDir' => 'unit-tests/cache/',
'safekey' => true,
'prefix' => '!@(##' // should throw an exception, only a-zA-Z09_-. are allowed
));
));*/
}


/*public function testMemoryCache()
public function testMemoryCache()
{
$frontCache = new Phalcon\Cache\Frontend\None(array('lifetime' => 10));

Expand Down Expand Up @@ -1588,5 +1588,5 @@ public function xtestCacheRedisFlush()

$this->assertFalse($cache->exists('data'));
$this->assertFalse($cache->exists('data2'));
}*/
}
}
2 changes: 1 addition & 1 deletion unit-tests/CollectionsEventsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/CollectionsSerializeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/CollectionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/ConsoleCliTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/ControllersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/DbBindTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/DbDescribeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/DbDialectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/DbProfilerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
6 changes: 2 additions & 4 deletions unit-tests/DbTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down Expand Up @@ -103,11 +103,9 @@ public function testDbSqlite()
if (!empty($configSqlite)) {
$connection = new Phalcon\Db\Adapter\Pdo\Sqlite($configSqlite);
$this->_executeTests($connection);
}
else {
} else {
$this->markTestSkipped("Skipped");
}

}

protected function _executeTests($connection)
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/DiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/DispatcherCliTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/DispatcherMvcEventsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/DispatcherMvcTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/EventsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/FatalError.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/FormsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/InitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/Issue1801.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/LoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/LoggerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/MicroMvcCollectionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/MicroMvcEventsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
| Copyright (c) 2011-2015 Phalcon Team (http://www.phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down
Loading

0 comments on commit c615463

Please sign in to comment.