File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ Este proyecto está licenciado bajo **licencia MIT**. Consulta el archivo [LICEN
218218
219219## Copyright
220220
221- 2017 Josantonius, [ josantonius.com] ( https://josantonius.com/ )
221+ 2016 - 2017 Josantonius, [ josantonius.com] ( https://josantonius.com/ )
222222
223223Si te ha resultado útil, házmelo saber :wink :
224224
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ This project is licensed under **MIT license**. See the [LICENSE](LICENSE) file
218218
219219## Copyright
220220
221- 2017 Josantonius, [ josantonius.com] ( https://josantonius.com/ )
221+ 2016 - 2017 Josantonius, [ josantonius.com] ( https://josantonius.com/ )
222222
223223If you find it useful, let me know :wink :
224224
Original file line number Diff line number Diff line change 1919 */
2020final class CookieTest extends TestCase
2121{
22+ /**
23+ * Cookie instance.
24+ *
25+ * @since 1.1.5
26+ *
27+ * @var object
28+ */
29+ protected $ Cookie ;
30+
31+ /**
32+ * Set up.
33+ *
34+ * @since 1.1.5
35+ */
36+ public function setUp ()
37+ {
38+ parent ::setUp ();
39+
40+ $ this ->Cookie = new Cookie ;
41+ }
42+
2243 /**
2344 * Set cookie.
2445 *
You can’t perform that action at this time.
0 commit comments